Having tried the beta for a while now, i've compiled a list of feedback and suggestions that i'd like to see implemented. Currently the Teamspeak5 client lags behind mainly in usability and ease of...
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: TheMinz; Keyword(s):
Having tried the beta for a while now, i've compiled a list of feedback and suggestions that i'd like to see implemented. Currently the Teamspeak5 client lags behind mainly in usability and ease of...
Hi vodouch,
Your problem is probably related to the read-write permissions.
Make sure your licensefile has at least CHMOD 644
(this error has also been covered a few times already in other...
That makes two of us then :D
I was really impressed and happy that there are still people who put a real effort into writing a support request.
And of course you are welcome :)
Hi, I can see that you put a lot of effort into searching and trying different things not to mention that you provided great detail about your setup which makes it considerably easier for us to...
Hi, first try to ping 62.146.63.84 (IP of accounting).
If this works, restart your DNS service or if you dont know how to restart your DNS service simply restart your server and try again.
If it...
To change the max slots on the server:
1. you join your server
2. Right-click on your servers name and choose "edit virtual server"
3. Change the number after "Maximum Clients" to what you want it...
Did you try to edit your servers maxslots? If so what error did it give you?
Also note that the slots don't get edited automatically just by inserting the license (Just pointing it out, although it...
Servergroups are stored in the ts3server.sqlitedb as is all other server relevant data.
Just copying the database file into your ts-root folder should bring back your servers, channels,...
Hi,
For Port 9987 set UDP instead of TCP for the TS3 server, then launch with 0.0.0.0 as IP.
As for why your IP binds dont work with the static "elastic" IP that you got, i can only guess since...
Can these users ping your server?
As the portnumber is pretty low it might be that it is blocked by their ISP. If they are able to connect to random public Teamspeak servers in your country but not...
Hi,
The database structure is the same for Linux and Windows.
If you use SQLite you can simply copy the ts3server.sqlitedb from one to the other system. There should be no problems with the...
Simple enough, Teamspeak is not Open Source software so the devs can add/remove/change whatever they want regardless of the opinion the community has on the changes. The only consquence can be a...
Hi,
If you don't know how to use nohup or screen I suggest you use the non-minimal startscript (ts3server_startscript.sh) to run Teamspeak as that one runs the server automatically as a background...
Could you post your client-log when trying to connect?
Are you by any chance trying to connect to the default port 9987 instead of 9988 where your server is running?
Hi, have you done routine checks like
Does the server have access to the MySQL database? (if it isnt located on the same server)
Can the server reach/ping accounting.teamspeak.com?
Is port 2008...
Hi,
your netbook is definately not minimum level hardware and as Iceursus already said, the TS3 should run smoothly as long as you dont use the netbook for anything else.
The main bottleneck with...
Port 2010 UDP is the Weblist port
Port 2008 TCP is the License port
Of those 2 only the license port is vital as your server will fall back to non-licensed mode if it cannot verify the license....
The problem is not related to the Teamspeak 3 anti-flood settings but to your servers firewall.
Your firewall has an automatic attack detection that gives you a false positive due to the high number...
Hi,
as you seem to have an athp license i'll assume that you have access to a sufficient ammount of hardware, performance and knowledge.
In any case, your connection to the MySQL server seems to...
With the minimal startscipt you can use nohup or screen or you can use the normal ts3server_startscript which uses screen or nohup automatically. (edit it beforehand so it uses your inifile)
also...
Port 2010 is the serverlist port, your server connects there to advertise itself on the official serverlist unless you turn it of via query (for each virtual server)
4Players is a hoster and the...
What rights are set for the licensefile? (Mine has chmod 644)
Is the owner of the licensefile the same as the owner of the teamspeak serverfiles?
Can you maybe give us an ls -l of the directory?
Hi, what happens if you try starting the server with an SQLite DB?
Could you post the output of the "top" command when running the Teamspeak server?
Are you set as the priority Speaker?
If so, turn this off as it turns down the volume of every other person in the channel while you speak.
Also verify that echo reduction is turned of in your...
Hi,
This sounds like more of a client/network related problem than a server problem actually. Especially if there are 2 people who can connect using an ip address on the first try.
Do you have...
Hi, the log filenames are structured the following way :
ts3server_<Year>-<Month>-<Day>__<Hour>_<Minute>_<Second>.<Random number>.log
Therefore your last log is :
1 -...
Does this also occur if you wait until all servers are fully loaded and then connect?
Hi, the minimal startscript does not take "start" as a parameter. Start your server using
./ts3server_minimal_runscript.sh inifile=ts3server.ini
without the start.
Other than that segfaults...
Why would you lose all your data? The data is written into your database immediately.
If you still have a ts3server.pid file you can also use the startscipt to stop the server.
64 to 32 bit does...
As far as I can see there is already an instance of the server running with the pid 8046
You should kill that one before starting the server again.
Also sorry, i kinda mixed up the netstat...
hmm whats the output of netstat -P TCP ?
Is there any other program trying to use the port?
Also could you post the whole serverlog please?
Why would you need to to a comparison of the folders? xD
To update a TS3 server you :
1. stop the server
2. backup your inifiles + license.dat + database (+ maybe your startscript if you edited...
Make sure that the port is open for inward and outward traffic
To test the hostname resolution try pingig the accounting server via
ping accounting.teamspeak.com
Without any error messages from Gametracker I cannot say much about this but it is indeed true that if your "Guest" servergroup does not have those permissions, gametracker wont work at all.
As I...