Issue with start new server

Hi, i have a problem with start new server. After accept license and type ./tsserver i have this

2025-07-01 19:27:56.961318|INFO    |ServerLibPriv |   |TeamSpeak Server v6.0.0-beta3 (2025-07-01 14:22:02)
2025-07-01 19:27:56.962243|INFO    |ServerLibPriv |   |SystemInformation: Linux 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 Binary: 64bit
2025-07-01 19:27:56.965749|INFO    |              |   |checking database integrity (may take a while)
2025-07-01 19:27:56.986131|CRITICAL|UDPSockets    |   |Assertion "thread_pool_size > 0 && thread_pool_size < 31" failed at ../../../deps/teamspeak_common_lib/src/net/udpsockets.cpp:22; 

How to fix that?

use “–threads-voice-udp 1” as starting command, then it should be working.

like this?
image

./tsserver --threads-voice-udp 1 --default-voice-port 9987 --accept-license

thats how i use it and made it work