-
Manual Password Change
-
Windows
-
Linux
1.A Manual Password Change - Windows
Instructions
- Go to your TeamSpeak 3 server folder.
- Create a shortcut of this file
- Choose the one that fits your situation
- Identify your server’s executable
Windows 32 Bit:
Code:
ts3server_win32.exe
Windows 64 Bit:
Code:
ts3server_win64.exe
- Right click on the shortcut
- Click (at bottom) properties
- In the target box should be something similar to one of these two depending where you put your server folder
Windows 32 Bit:
Code:
C:\Program Files\teamspeak3-server_win32\ts3server_win32.exe
Windows 64 Bit:
Code:
C:\Program Files\teamspeak3-server_win64\ts3server_win64.exe
-
Put this after the .exe Remember to include a space after .exe!
Code: serveradmin_password=passwordhere
-
It should look something like this.
Windows 32 Bit
Code:
C:\Program Files\teamspeak3-server_win32\ts3server_win32.exe serveradmin_password=passwordhere
Windows 64 Bit
Code:
C:\Program Files\teamspeak3-server_win64\ts3server_win64.exe serveradmin_password=passwordhere
- Notice there is a space between .exe and serveradmin
- Change the green highlighted text to what ever password you want
- Now shutdown your TS3 server, and launch it through this shortcut.
- You have changed your serveradmin password!
LINUX:
- Open up a Terminal/CLI/Bash
- Navigate to your TeamSpeak 3 folder and open the file ‘ts3server_startscript.sh’ with a texteditor
Replace the following code:
COMMANDLINE_PARAMETERS=“”
with this:
- COMMANDLINE_PARAMETERS=$2
4. Save the file
- Change back to your command line interface and start the server with the following parameter:
(replace ‘YourNewPassword’ with your own password)
- ./ts3server_startscript.sh start serveradmin_password=YourNewPassword
Your ServerQuery Admin password has been changed.
*You don’t have to append this parameter every time, a one-time server start with the parameter set will permanently change it