Server header image, description, and link not showingSolved
So I use the RSM FMX app to manage my server and the header image, description and link have worked before but suddenly started not to show up after I deleted the old server and installed everything manually to get rid of some bugs from plugins and everything in general. Everything is how it should be in the server.cfg file, start batch file and even shows on the RSM app.
Could you provide the server.cfg file please? Use pastebin.com.
You do not have the server URL or header image set in there. For the description, I would try something shorter to see how that affects it.
The server URL and header image are in the start batch file, and I was thinking the same thing for the description because last time I had it shorter than that and I didn't space out anything for the server info.
Could you provide your batch file as well please?

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

I don't see any issues there necessarily, though it is adding an extra unnecessary -silent-crashes at the end.
yea, that i dont know why is involved with the file. I know that the batch file should involve the server url and header image url too but yea. do you think its just the description causing this?

Merged post

oh, yea I just changed the length of the description and it finally works now. That's noted lol
Locked automatically