Server header image, description, and link not showingSolved
This is what the RSM app creates, I feel like editing it isn't a good idea cause it might cause issues with the app. If I have to ill ask the developer if it will affect anything
REM Some options are saved in ".\server\rsm\cfg\server.cfg"
@echo off
:start
cls
echo Starting Server...
start /WAIT AutoUpdate.exe
start /WAIT /NODE 0 /REALTIME RustDedicated.exe -batchmode -nographics -silent-crashes ^
+server.headerimage "https://i.imgur.com/lmFEGsm.png" ^
+server.url "https://ironsiteserver.tebex.io" ^
+server.ip 192.168.0.45 ^
+server.port 28015 ^
+rcon.ip 0.0.0.0 ^
+rcon.port 28016 ^
+rcon.password "IS1232" ^
+app.port 28017 ^
+server.identity "rsm" ^
+server.level "Barren" ^
+server.seed 2747 +server.worldsize 4100 ^
+server.saveinterval 2000 ^
-LogFile "server\rsm\serverlog.log"
-silent-crashes
cls
echo Restarting Server...
timeout /t 30
goto start
Merged post
oh, yea I just changed the length of the description and it finally works now. That's noted lol