Solved Problem in making a server.

Nathaniel

Member
Member
Jan 19, 2017
36
1
6
30
Parts Unknown
Hello Admins & Players that knows how to make a server .. I want to try to make my own server in rust, so I downloaded the Rus server v1.5.1+ fougerite. and then when I tried to open the rust_server.exe the rust game just stayed in black screen... Help or guide me if there are still files that need to be downloaded/added .. Thank you in adavance
 

Attachments

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Hello Admins & Players that knows how to make a server .. I want to try to make my own server in rust, so I downloaded the Rus server v1.5.1+ fougerite. and then when I tried to open the rust_server.exe the rust game just stayed in black screen... Help or guide me if there are still files that need to be downloaded/added .. Thank you in adavance
http://fougerite.com/threads/where-to-put-the-plugins.351/

Watch the video.
 
  • Like
Reactions: Nathaniel

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hello jakke, I have tried running the rust_server.exe but it just stayed in black screen.. do I need to download the Rust Original Files?
You need to start the server using a .bat (Batch) File. Running the .exe will open the server like the client but you can fly around and stuff.

This is my Run_Server.Bat file I use for my dev server.
Save as INSERTNAME.bat
Code:
@echo off

rust_server.exe -batchmode -hostname "My Fougerite Server" -maxplayers 75 -port 28015 -datadir "serverdata/" -ip 127.0.0.1 -rcon.password "12345"