-
-
Notifications
You must be signed in to change notification settings - Fork 19
Set up a server
Sardelka9515 edited this page Jul 29, 2022
·
18 revisions
- Go to the release page and download RageCoop.Server-win-x64.zip.
- Extract the zip with whatever tool you desire.
- Simply click RageCoop.Server.exe, now your server is running and
Settings.xml
will be generated.
- Go to the release page and download RageCoop.Server-linux-x64.zip
- Run the following commands:
cd [the_directory_you_downloaded_ragecoop]
unzip RageCoop.Server-linux-x64
chmod +x RageCoop.Server
./RageCoop.Server
- Now your server is running and
Settings.xml
will be generated, every time you want to run it just type./RageCoop.Server
again in terminal