Channel join and needed join cancelling the requirements; if granted both as channel permissions

I’ve been messing around with the teamspeak 6 server docker image and I’m trying to re-create my TS3 server permission systems, basically I don’t rely on any channel password, I only rely on permission level to avoid having tons of password. However, I’ve setup my user permissions and channel permissions, it doesn’t seem to work…

A user with a join power of 50 is able to join a room with a Channel Join Power/Needed Channel Join Power of 80 (Also, what’s the difference between both of those ? Is there a documentation somewhere for all permission options ?). On my ts3 server, the setup is more or less the same, and the user with a lower join power cannot join the channel with a higher needed join power…

Am I missing something ?

You need to remove the join power permission as by granting i_channel_join_power you are allowing the user to join that channel.


Only use i_channel_needed_join_power for channels and i_channel_join_power for clients / server / channel groups

3 Likes