The status is not output to the consoleSolved
#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)
clear
echo "Starting server..."

./RustDedicated -batchmode \
+server.ip *.*.*.* \
.......


Hi!
I started the server on my own linux server and I see that after launching the ".sh" file, the console does not display the server status as it happens in windows.
Can this be fixed?



the "save" command is not working.. :(

But the server is working fine!

On Linux you cant.

oESHrLEd4Ji1r5d.jpg ArtiIOMI

On Linux you cant.

Thank you!

If you have set a logfile in the startup parameters, then you can use this command to show the server output as it happens:

tail -f logfile.txt

... or just use the normal webrcon

htmlSh3wbejUsbb.png JimDeadlock

If you have set a logfile in the startup parameters, then you can use this command to show the server output as it happens:

tail -f logfile.txt

... or just use the normal webrcon

Thanks!! Yes. I have the logfile parameter set. I didn't know about command tail! very useful!

Locked automatically