Yuzu Linux Dedicated Server Banlist/Logfile not working

Hello,

i’ve set up a yuzu server, it all works perfectly fine, but i somehow can’t use the banlist or the log file.
i really need that option because there are some people that keep joining my server that are clearly cheating and i don’t want to ban them over and over.

My banlist is located in /home/yuzu/banlist.txt
My logfile is located in /home/yuzu/logs.txt
My Server is running the latest Debian 12, Docker version 24.0.6, build ed223bc.

These are my docker start parameters:

docker run -d  --publish 5000:5000/udp   yuzuemu/yuzu-multiplayer-dedicated  --room-name "****" --room-description "****"  --preferred-game "Mario Kart 8 Deluxe" --preferred-game-id "0100152000022000" --port 5000  --max_members 64   --token "*****"   --enable-yuzu-mods   --web-api-url https://api.yuzu-emu.org    --ban-list-file "/home/yuzu/banlist.txt/"  --log-file "/home/yuzu/logs.txt"

Thats the log upon startup.

[   0.000044] Network <Info> dedicated_room/yuzu_room.cpp:main:306: Bind address is empty: defaulting to 0.0.0.0
[   0.000048] Network <Info> dedicated_room/yuzu_room.cpp:main:328: Hosting a public room
[   0.000196] Network <Error> dedicated_room/yuzu_room.cpp:LoadBanList:122: Could not open ban list!
[   0.204358] WebService <Info> web_service/verify_user_jwt.cpp:GetPublicKey:30: Fetched external JWT public key (size=450)
[   0.205238] Network <Info> dedicated_room/yuzu_room.cpp:main:377: Room is open. Close with Q+Enter...
[   0.566827] WebService <Info> network/announce_multiplayer_session.cpp:Register:47: Room has been registered

In order for us to provide better support, we need to see the log generated by yuzu. This guide will walk you through how you can obtain the log file: Getting Log Files - yuzu

--ban-list-file "/home/yuzu/banlist.txt/"

Firstly can you see if removing the slash at the end changes anything?

Secondly can you see if creating the ‘banlist.txt’ file and giving it rw perm helps?

touch /home/yuzu/banlist.txt
chmod +rw /home/yuzu/banlist.txt 

First of all thank u for ur answer.
I’ve tried both but unfortunately its still the same scenario.

[   0.000044] Network <Info> dedicated_room/yuzu_room.cpp:main:306: Bind address is empty: defaulting to 0.0.0.0
[   0.000048] Network <Info> dedicated_room/yuzu_room.cpp:main:328: Hosting a public room
[   0.000204] Network <Error> dedicated_room/yuzu_room.cpp:LoadBanList:122: Could not open ban list!
[   0.207380] WebService <Info> web_service/verify_user_jwt.cpp:GetPublicKey:30: Fetched external JWT public key (size=450)
[   0.208509] Network <Info> dedicated_room/yuzu_room.cpp:main:377: Room is open. Close with Q+Enter...
[   0.579036] WebService <Info> network/announce_multiplayer_session.cpp:Register:47: Room has been registered