• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

TeaSpeak Server Error

Red*

Active member
Do you have the log for us?
(Log files are written to the folder called "logs")
Code:
[2019-07-15 17:02:12] [DEBUG] Log successfully started!
[2019-07-15 17:02:12] [INFO]    GEN | Starting TeaSpeak-Server v1.3.21-beta [Build: 1562407974]
[2019-07-15 17:02:12] [INFO]    GEN | Starting music providers
[2019-07-15 17:02:12] [DEBUG] [Music] Provider load order:
[2019-07-15 17:02:12] [DEBUG] [Music] [0] providers/000ProviderFFMpeg.so
[2019-07-15 17:02:12] [DEBUG] [Music] [1] providers/001ProviderYT.so
[2019-07-15 17:02:12] [DEBUG] [Music] [FFMPEG] Using config file located at providers/config_ffmpeg.ini
[2019-07-15 17:02:12] [DEBUG] [Music] [FFMPEG] Missing configuration file. Using default values
[2019-07-15 17:02:12] [DEBUG] [Music] [FFMPEG] Executing command "ffmpeg -version"
[2019-07-15 17:02:12] [INFO]  [Music] [FFMPEG] Resolved ffmpeg with version "ffmpeg version 2.8.15-0ubuntu0.16.04.1 Copyright (c) 2000-2018 the FFmpeg developers"
[2019-07-15 17:02:12] [DEBUG] [Music] [FFMPEG] Executing command "ffmpeg -protocols"
[2019-07-15 17:02:13] [DEBUG] [Music] [FFMPEG] Executing command "ffmpeg -formats"
[2019-07-15 17:02:13] [INFO]  [Music] Loaded successfully provider FFMpeg
[2019-07-15 17:02:13] [DEBUG] [Music] [YT-DL] Using config file located at providers/config_youtube.ini
[2019-07-15 17:02:13] [DEBUG] [Music] [YT-DL] Missing configuration file. Using default values
[2019-07-15 17:02:13] [DEBUG] [Music] [YT-DL] Executing versions command "youtube-dl --version"
[2019-07-15 17:02:15] [INFO]  [Music] [YT-DL] Resolved youtube-dl with version 2019.07.02
[2019-07-15 17:02:15] [INFO]  [Music] Loaded successfully provider YouTube
[2019-07-15 17:02:15] [INFO]  [Music] [YT-DL] Compiling patterns
[2019-07-15 17:02:19] [INFO]  [Music] [YT-DL] Patterns compiled (3720ms)
[2019-07-15 17:02:20] [DEBUG]   GEN | Created a new async thread pool!
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 1 - Guest Server Query
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 2 - Admin Server Query
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 3 - Server Admin
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 4 - Normal
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 5 - Guest
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 6 - Channel Admin
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 7 - Operator
[2019-07-15 17:02:20] [DEBUG]   GEN | Push back group -> 8 - Guest
[2019-07-15 17:02:20] [DEBUG] GLOBL | Instance admin group id 2
[2019-07-15 17:02:20] [DEBUG] GLOBL | Server guest group id 1
[2019-07-15 17:02:20] [DEBUG] GLOBL | Server music group id 1
[2019-07-15 17:02:20] [INFO]    GEN | Got 4 saved channels
[2019-07-15 17:02:20] [DEBUG]   GEN | Deleting old bans
[2019-07-15 17:02:20] [INFO]   FILE | Starting server on 0.0.0.0:30303
[2019-07-15 17:02:20] [ERROR]  FILE | Cant bind server socket (Address already in use)
[2019-07-15 17:02:20] [[1m[7m[0;31mCRITICAL] [1m[7m[0;31m FILE | Failed to start file server.[0m
[2019-07-15 17:02:20] [INFO]    GEN | Stopping application
[2019-07-15 17:02:20] [DEBUG] GLOBL | Stopping all virtual servers
[2019-07-15 17:02:20] [DEBUG] GLOBL | All virtual server stopped
[2019-07-15 17:02:20] [DEBUG] QUERY | Stopping query server
[2019-07-15 17:02:20] [DEBUG] QUERY | Query server stopped
[2019-07-15 17:02:20] [DEBUG]  FILE | Stopping file server
[2019-07-15 17:02:20] [ERROR]  FILE | Could not shutdown server socket!
[2019-07-15 17:02:20] [DEBUG]  FILE | File server stopped
[2019-07-15 17:02:20] [INFO]    GEN | Application suspend successful!
 

yamano

TeaSpeak Team
Staff member
TeaTeam
"[2019-07-15 17:02:20] [INFO] FILE | Starting server on 0.0.0.0:30303
[2019-07-15 17:02:20] [ERROR] FILE | Cant bind server socket (Address already in use)"

See what processes are running on 30303 port and close them.
If the server do not start or the same problem persists,
go to "config.yml" inside your teaspeak server installation folder and edit the port to another one.
Start the server and see if the problem is solved ;)