/mc-server

Minecraft server setup

Primary LanguageShell

mc-server

Minecraft server setup

Initial setup for a windows -> linux vm

  1. Create a bootable USB stick (windows tutorial)
  2. Insert the USB stick into the old machine
  3. Turn the windows machine you want to convert to linux on, then hold Escape, F2, F10, or F12 (i.e. follow these instructions)
  4. Follow the instructions to install ubuntu once booted, just doing a regular install
  5. Install curl, sudo apt install curl -y
  6. Add your key to the ~/.ssh/authorized_keys e.g. curl https://github.com/mckornfield.keys >> ~/.ssh/authorized_keys
  7. Install ssh-server and screen, e.g. sudo apt install openssh-server screen -y
  8. Clone this repository to /opt/mc-server , e.g. git clone https://github.com/mckornfield/mc-server.git /opt/mc-server
  9. Run the setup, e.g. sudo /opt/mc-server/setup.sh
  10. Install screen sudo apt install screen
  11. Start the server, e.g. /opt/mc-live-server/run_server.sh