Raft Dedicated Server
  • Introducing Raft Dedicated Servers
    • Introducing RTCP (Our custom networking layer)
  • Tutorials
    • Windows: Installing your server
    • Linux: Installing your server
      • GUI based distro: Installing your server
      • CLI based Distro: Installing your server
    • Pterodactyl: Installing your Server
    • Docker: Installing your Server
    • Configuring your server
    • Managing Player Permissions
    • How to create a plugin project
      • How to load my plugin
  • Programming
    • Creating chat commands
    • Creating console commands
    • Player Permissions
Powered by GitBook
On this page
  1. Tutorials

Windows: Installing your server

Installing a Raft Dedicated Server has been made as easy as downloading the software and modifying a text file so almost everyone can do it !

PreviousIntroducing RTCP (Our custom networking layer)NextLinux: Installing your server

Last updated 1 month ago

RDS is really easy to install as it is a single application named RaftDedicatedServer.exe that you can download on our master website available .

How to install ?

1 ) Download Raft from Steam and copy all the Raft files in a folder. 2 ) Put the downloaded RaftDedicatedServer.exe in the same folder and launch it. Your folder should looks like the following image. On the first start, RDS will generate all the required directories, required files and the configuration files as shown below. 3 ) Now go in YourFolder/RDS_Data/config and open the file rds_config.ini with your favorite text editor (We recommend or ). 4 ) In order to successfully start and secure your server you need an RDS Private Key obtainable and a Steam API Key obtainable . After getting both keys, add them in the configuration after the = symbol. (If you don't know how .ini config files works, visit our configuration guide available ). Your configuration file should then be similar to this except it'll have your own private keys. 5 ) Finally, start the RaftDedicatedServer.exe again and you should be good to go !

here
Notepad++
VSCode
here
here
here