Skip to content

Set up a server

Sardelka9515 edited this page Jul 29, 2022 · 18 revisions

Windows

  1. Go to the release page and download RageCoop.Server-win-x64.zip.
  2. Extract the zip with whatever tool you desire.
  3. Simply click RageCoop.Server.exe, now your server is running and Settings.xml will be generated.

Linux

  1. Go to the release page and download RageCoop.Server-linux-x64.zip
  2. Run the following commands:
cd [the_directory_you_downloaded_ragecoop]
unzip RageCoop.Server-linux-x64
chmod +x RageCoop.Server
./RageCoop.Server
  1. 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
Clone this wiki locally