Easily setup fresh Game Servers with Scripts for maintenance and ease of use.
- Ubuntu 22.04 Official Source
- Ubuntu Server 22.04 Official Source
Install onto Bare Metal or as a Virtual Machine.
To Install on Windows, open Command Prompt and run:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
wsl --install -d Ubuntu-22.04
This will install a Ubuntu Virtual Machine as a Windows App
More Info on Windows Linux Subsystem
- You will then have to reboot the computer.
- After rebooting, locate the Ubuntu 22.04 app in your start menu and run it.
- Go through the initial setup until it reads: "user@machine:~$"
Now your machine should be ready to run the code.
sudo apt install git -y
git clone https://github.com/Hillbillyer/Game-Server
cd Game-Server
chmod +x ./server-installer.sh
sudo ./server-installer.sh
Choose the Server you wish to install from the list and follow any prompts.
https://hillbillyer.net
contact@hillbillyer.net
If you have any issues, feel free to submit an issue or shoot me an email.