“On one hand, it’s silly to complain about free software that comes with low-priced networking equipment. On the other hand, UISP isn’t the feature-packed all-in-one network management and configuration solution that Ubiquiti claims it to be. What concerns me the most is Ubiquiti’s stated goals, and their history of releasing […]
Category: Communication
Teamspeak Linux Setup
Download proper Teamspeak server for your architecture. Create teamspeak user. tar -xvf *.tar.bz2 vi /etc/systemd/system/teamspeak.service [Unit]Description=TeamSpeak 3 ServerAfter=network.target [Service]WorkingDirectory=/home/teamspeak/ts3s/User=teamspeakGroup=teamspeakType=forkingExecStart=/home/teamspeak/ts3s/ts3server_startscript.sh start inifile=ts3server.iniExecStop=/home/teamspeak/ts3s/ts3server_startscript.sh stopPIDFile=/home/teamspeak/ts3s/ts3server.pidRestartSec=15Restart=always [Install]WantedBy=multi-user.target 5. systemctl start teamspeak 6. cat /usr/local/teamspeak/logs/* | grep “token” 7. Login to Teamspeak using client and enter token to take ownership. Hits: 122
TS3 Server Create New Token
Start any telnet client – you can use e.g. PuTTy Connect to your Teamspeak 3 server IP using Telnet on port 10011 Login using command login serveradmin yOuR_nEwP@ssw0rdpassword in command is the same as the one you set for your serveradmin previously Select your Teamspeak server instance (if you have only one just this […]