Your allowed ip's are not correct, you need to set it to 127.0.0.1. Otherwise noone will be able to connect. <LogonServer RemotePassword = "root"
AllowedIPs = "5.151.228.134/24"
AllowedModIPs = "0.0.0.0/24">
Correct: <LogonServer RemotePassword = "root"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "0.0.0.0/24">
Most guides are dummys and tell you to place an external ip there..