Server description and header image not showing
I could find my server in community, and the server hostname is correct ; but it does not show the View Website button, the headerimage, or the server description text. I 'm sure that my launch script is right.

when logged in to the server, if I go to the console and type server.description, server.url, and server.headerimage, I *DO* see the correct data for each variable.
If you directly connected to the server with the F1 console, it won't show what you have set.
I can find it in server list and join but it does not show the View Website button, the headerimage, or the server description. only show the hostname correctly
Can you provide your config bat file? Without passwords of course :)

yeah :

start RustDedicated.exe -batchmode +server.port 28015 +server.worldsize 4500 +server.seed 24 +rcon.port 29015 +rcon.password xxx +server.saveinterval 300 +bear.population 3 +boar.population 1 +horse.population 3 +stag.population 3 +wolf.population 2 +zombie.population 0 +server.idlekickmode 0 +server.itemdespawn 300 +server.identity server1 +server.maxplayers 99 -load -exec server.cfg

my server.cfg
server.hostname "xxxx"
server.description "Hello World!"
server.headerimage "https://i.loli.net/2019/07/19/5d31262993c9182101.png"

and I add the description like+server description "xxx" to the bat  and it does not work too

Merged post

but  when logged in to the server, if I go to the console and type server.description, server.url, and server.headerimage,I can see the correct data for each variable.
In response to JokerLudac ():
yeah :start RustDedicated.exe -batchmode +server.port 28015 +server.worldsize 4500 +server.seed 24...
Try setting these in your start.bat file
I switched servers.Thank you all for your help. Thank you very much