This repository has all the files needed to run a KTX server on a Linux machine.
- Clone this repo
git clone https://github.com/rictorres/quake-ktx-server.git
or download the zipball - Run
./start-ktx
(it will be attached to a different screen calledqw-ktx
, useful if you're using SSH) - Profit!
- Linux 32-bit server (preferably Ubuntu)
- SSH
- Screen
$ sudo apt-get update
$ sudo apt-get install screen
$ chmod 755 start-qw
./start-ktx
RUNNING KTX PUBLIC SERVER ON PORT 27510
- To get a list of
screens
in use:$ screen -list
- To re-attach the screen
$ screen -r qw-ktx
- To detach the screen and go back to your original SSH session
CTRL + A + D