How to upload a backup to a Teamspeak 3 server?
To upload a backup (or make one) we need:
filesfolderts3server.sqlitedbfile
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_PASSWORDis the Admin Server Query password visible in theSettingstab in the server management panel