How to run a Teeworlds server ============================= 1. Create an unprivileged system user called _teeworlds (As root or with sudo): adduser --force-badname _teeworlds 2. Modify the server configuration in /etc/teeworlds/server.cfg as needed 3. Enable the server on startup (As root or with sudo): systemctl enable teeworlds-server 4. Start the server (As root or with sudo): systemctl start teeworlds-server If you want to override the systemd service file, you can create a custom one in /etc/systemd/system. See https://wiki.debian.org/systemd for more information.