Enabling View Webpage button on join?Solved

hello.

how can i add this discord link to the server description?

r/playrust - View Webpage

link  : mydiscord

i want to show that box View Webpage before players connect to the server.

i send a image as example for what i need.

The server host is Scalacube and when i check the server.cfg is completely empty

You should add commands to server.cfg manually. It is "server.url"
You can add it in your server.cfg, one command per line:

server.url "linktoyoursite"
5e13a8d5b2bc5.jpg Wulf
You can add it in your server.cfg, one command per line:

server.url "linktoyoursite"

do i need to add all the others commands?
like this example? 
server.hostname "My Rust Server"
server.port 28015
rcon.port 28016
server.maxplayers 50
server.level "Procedural Map"
server.worldsize 8000
server.seed 439876134

All of that can be used there, aside from rcon.port. You can use them there or in your startup via your host.
Locked automatically