• Domains
  • Web Hosting
  • WordPress Hosting
  • Reseller Hosting
  • Cloud VPS
  • Dedicated Servers
  • Domains
  • Web Hosting
  • WordPress Hosting
  • Reseller Hosting
  • Cloud VPS
  • Dedicated Servers
home/Knowledge Base/Dedicated Servers/Ubuntu/Setup TeeWorlds server
Popular Search:Dedicated Server, CentOS, Web Hosting

Setup TeeWorlds server

28 views 0 November 26, 2019 Updated on December 5, 2019 aklwebhost

TeeWorlds is a free and open-source online multiplayer shooter game. In this tutorial, I’m going to explain how to create a TeeWorlds server. These steps were written for Debian (Ubuntu), but will most likely work on other Linux distros too.

Setting up TeeWorlds

Download the TeeWorlds package to your server. You may check for newer releases on the official site.

If you are using x86_64:

  wget https://downloads.teeworlds.com/teeworlds-0.6.3-linux_x86_64.tar.gz

If you are using x86:

  wget https://downloads.teeworlds.com/teeworlds-0.6.2-linux_x86.tar.gz

Extract the server software.

 tar xfv <package-name>.tar.gz
 cd <extract folder>
 chmod +x teeworlds_srv

Create a configuration file for your TeeWorlds server.

 nano ./config.cfg

Here is a template that you can use:

 sv_name My TeeWorlds Server

 sv_port 8303

 sv_max_clients 16

 sv_map ctf2

 sv_rcon_password MyPass

 sv_scorelimit 500

 sv_timelimit 60

 sv_gametype ctf

 sv_motd MOTD here.
  • You can find more about configuration on the TeeWorlds Docs.

Next, install the screen utility. You must use screen to keep your TeeWorlds server running after disconnecting from your Aklweb host VPS.

 apt-get install screen

Finally, start your server.

 screen ./teeworlds_srv -f config.cfg

Conclusion

Now you have installed TeeWorlds on your VPS. You will be able to connect to it on port 8303 using the TeeWorlds game client. Enjoy!

Tags:Setup TeeWorlds server

Was this helpful?

Yes  No
Related Articles
  • Setup Spigot Server on Arch Linux
  • How To Install OSSEC HIDS on a CentOS 7 Server
  • Initial Setup of a CentOS 7 Server
  • Using StrongSwan for IPSec VPN on CentOS 7
  • Hot Backups with Percona XtraBackup on the One-Click WordPress App
  • Installing Rust on Ubuntu 14.04
Leave A Comment Cancel reply

Ubuntu
  • Setup TeeWorlds server
  • Installing Rust on Ubuntu 14.04
  • Using Tango on Ubuntu 14.04
  • Setup Spigot on Ubuntu
  • Setup Fail2ban Ubuntu x64
  • Installing InfluxDB on Ubuntu 14
View All 96  
Popular Articles
  • Using StrongSwan for IPSec VPN on CentOS 7
  • Disabling SSDP (Linux / Windows)
  • Can I pay by Western Union?
  • Can a Coupon Code Discount Be Carried Forward While I Upgrade My VPS Account
  • Can I pay multiple due invoices using a single transaction?
KB Categories
  • Billing
  • Cloud Hosting
  • CMS Hosting
  • cPanel/WHM Control Panel Guide
  • Dedicated Servers
    • AMD Opteron 6272
    • Arch
    • Backup Storage
    • Bandwidth
    • Basic Security
    • BSD
    • CentOS
    • Containers
    • CoreOS
    • DDoS Protection
    • Debian
    • Dedicated Server Control Panel
    • Intel Core i5 3550
    • Intel Core i5 4570
    • Intel Core i7 3770
    • Intel Core i7 4770
    • Intel Xeon E3 1230 V3
    • Intel Xeon E3 1245 V2
    • IP Space
    • Linux Guides
    • Minecraft
    • Networking
    • Server Apps
    • Server Troubleshooting
    • Ubuntu
    • Windows Guides
    • Windows Server 2008
    • Windows Server 2012
  • Domain Names
  • Email Support Documentation
    • Setup IMAP or POP
    • User Features – How To
    • Webmail – How To
  • FTP (File Transfer Protocol
    • CuteFTP Guide
    • FileZilla Guide
  • Game Servers
  • MySQL and MariaDB
  • Node.js
  • Plesk Web Hosting Guide
  • VPS Server
  • Web Servers

  Setup Swap File on Linux

Setup vsFTPd on Debian/Ubuntu  

  • Privacy Policy
  • Terms of Use
  • © 2022 AKLWEB HOST LLC, All Rights Reserved.

Popular Search:Dedicated Server, CentOS, Web Hosting