How to fix the "You are not invited to play on this server" message on a Bedrock server¶
The message You are not invited to play on this server usually means the server's allow list is on and the player is not on it. The fix is to disable the allow list in server.properties, then restart the server.
Steps¶
- Open
https://panel.nexuscloud.id/. - Click your server.
- Go to Files, or scroll down until you find the Files section.
- Scroll down and open
server.properties. - Scroll down until you find the line
allow-list. - Change the value from
truetofalse. -
Also tune these related values while you are here:
view-distance: change from32to16.tick-distance: change from10to8.- At the very bottom of the file, on an otherwise empty line, add:
Verify¶
Share the IP and PORT shown on the panel with a friend or member and ask them to join. If they connect without seeing the "not invited" message, the fix worked.
Notes¶
allow-list=falsemeans anyone with the IP and PORT can join. Only use this on a server you intend to keep open.- If you want the allow list back later, set
allow-list=trueand add each player toallowlist.jsonwith/allowlist add <gamertag>. - Lowering
view-distanceandtick-distancereduces the bandwidth and CPU the server uses per player, which helps on smaller Bedrock hosts.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud