tar xjvf ts2_server_rc2_20201.tar.bz2 -C /var/log/home/
Change the rights of the folder:
chown -R nobody.nobody tss2_rc2
Needed change of system-files:
Important !!! remove this: /lib/libsafe.so.2 from: /etc/ld.so.preload
Allow UDP Port 8767 in the webinterface under Firewall / Externel Access
After this you have to do the following:
Go to the TS Server directory cd /var/log/home/tss2_rc2/
start the TS Server ./teamspeak2-server_startscript start
Immediately after the TS Server is running do this to stop it: ./teamspeak2-server_startscript stop
Now open the file: server.log You will find the passwords created for admin and superadmin in the file. Edit: To view the password just run: ./teamspeak2-server_startscript passwords
Now start the TS Server again: ./teamspeak2-server_startscript start
With http://ipcop:14534 you could configure the TS Server.
To run Teamspeak Server on IPCop-startup write the following into /etc/rc.d/rc.local (at the end of the file):
/var/log/home/tss2_rc2/server_linux
Hope my english is not bad.
Regards, Markus
[ Bearbeitet ] If you like my addons, feel free to donate some money. Even little amounts help to keep things going.
On Ipcop there is no sudo so the only way to run teamspeak automatically at startup is as user root.
If you would like to have more security, create a new user without root-privilegs, log in as this user and start teamspeak. But if you want to run teamspeak at boot, you have to run it as root, sorry.
If you like my addons, feel free to donate some money. Even little amounts help to keep things going.