Can`t start server (could not bind listening tcp socket on 0.0.0.0 : 10080)

Hi!

I have problem with TS3 Server under Windows. Server is starting only for 5 seconds. If I turn off firewall and antivirus nothing changes

Below logs file:

2023-08-24 10:58:06.286089|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.13.7 (2022-06-20 12:21:53)
2023-08-24 10:58:06.286089|INFO |ServerLibPriv | |SystemInformation: Windows Server 2016 (14393) x64 (AMD or Intel) Binary: 64bit
2023-08-24 10:58:06.286089|INFO |ServerLibPriv | |Using hardware aes
2023-08-24 10:58:06.301578|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
2023-08-24 10:58:06.301578|INFO |DatabaseQuery | |dbPlugin version: 3.11.1
2023-08-24 10:58:06.317338|INFO |DatabaseQuery | |checking database integrity (may take a while)
2023-08-24 10:58:06.630739|WARNING |Accounting | |Unable to open licensekey.dat, falling back to limited functionality
2023-08-24 10:58:06.630739|INFO |Accounting | |Licensing Information
2023-08-24 10:58:06.630739|INFO |Accounting | |licensed to : Anonymous
2023-08-24 10:58:06.630739|INFO |Accounting | |type : No License
2023-08-24 10:58:06.630739|INFO |Accounting | |starting date : Tue Feb 1 00:00:00 2022
2023-08-24 10:58:06.630739|INFO |Accounting | |ending date : Thu Jul 1 00:00:00 2027
2023-08-24 10:58:06.630739|INFO |Accounting | |max virtualservers: 1
2023-08-24 10:58:06.630739|INFO |Accounting | |max slots : 32
2023-08-24 10:58:09.632479|INFO | | |Puzzle precompute time: 2848
2023-08-24 10:58:09.648090|INFO |FileManager | |listening on 0.0.0.0:30033, [::]:30033
2023-08-24 10:58:09.679340|INFO |Query | |Using a query thread pool size of 2
2023-08-24 10:58:09.819963|INFO |Query | |listening for query on 0.0.0.0:10011, [::]:10011
2023-08-24 10:58:09.819963|INFO |Query | |listening for ssh query on 0.0.0.0:10022, [::]:10022
2023-08-24 10:58:09.819963|ERROR | | |could not bind listening tcp socket on 0.0.0.0 : 10080 Została podjęta próba uzyskania dostępu do gniazda w sposób zabroniony przez
przypisane do niego uprawnienia dostępu
2023-08-24 10:58:09.819963|CRITICAL|Query | |bind failed on 0.0.0.0:10080, [::]:10080

For some reason the server is not allowed to use / bind port 10080 (TCP).

Maybe it is in use already or blocked by any software running on your device.
Search for any from mentioned above.

Or try to change and use another port for the server.
Add start parameter query_http_port=10081 or add it to the server.ini file.


Ps you may update your Winbdows version. Your version has reached end of life (as long you do not pay for extended support).

1 Like

I added parameter D:\teamspeak3-server_win64-3.13.7\teamspeak3-server_win64\ts3server.exe -query_http_port=10081 but nothing changes.

could not bind listening tcp socket on 0.0.0.0 : 10080

And i dont have .ini file

Because

isn’t

Example "D:\TS Server\3.13.7\ts3server.exe" query_http_port=10081

Or start once with createinifile=1 and then later with inifile=ts3server.ini after you did edit all the paramters you want in that ini file.

1 Like