The preferred way to quit tremded is using the [wiki]quit[/wiki] command. This can be done directly on the server console (after running `screen -rS tremded`) or via [wiki]rcon[/wiki] from a client or with a script, e.g.,echo -e '\xff\xff\xff\xffrcon password quit' | nc -uw1 127.0.0.1 30720
Or you can send tremded a signal with kill (or killall). Alternatively, you can tell screen to quit, e.g.,screen -S tremded -X quit