Skip to main content

How to upload a backup to a Teamspeak 3 server?

To upload a backup (or make one) we need:

  • files folder
  • ts3server.sqlitedb file

Before uploading the backup, it's best to use the reinstallation option.

Then you should start the server in the panel and log in via telnet to the serveradmin account. Then you need to correct the query and filetransfer ports of the server. These ports are specified in the Settings tab in the server management panel.

The steps to perform are:

telnet 137.74.6.231 9128
login serveradmin SERVERADMIN_PASSWORD
instanceedit serverinstance_filetransfer_port=9129
use 1
serverinfo
serveredit virtualserver_port=9128

In the given example:

  • port 9129 is the filetransfer port, i.e., the file transfer port
  • port 9128 is the query port
  • SERVERADMIN_PASSWORD is the Admin Server Query password visible in the Settings tab in the server management panel