Skip to content

Easily setup fresh Game Servers with Scripts for maintenance and ease of use.

Notifications You must be signed in to change notification settings

Hillbillyer/Game-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Game-Server

Easily setup fresh Game Servers with Scripts for maintenance and ease of use.

How to use:

1.1. Ubuntu 22.04 Install

1.2. Windows Install

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:~$"

2. Download and Run the Server Installer Script

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.

About

Easily setup fresh Game Servers with Scripts for maintenance and ease of use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published