Read the statement by Michael Teeuw here.
Remote access - VPS
-
@j.e.f.f Server is not on my network. ipWhitelist dont work.
-
@pepeel It’s possible to disable the whitelist altogether, but you may want to weigh the security implications of that. To do so:
var config = { ipWhitelist: [], address: "0.0.0.0",
I’m not 100% sure if you need to specify an actual IP address or if the
"0.0.0.0"
is sufficient. But apparently theaddress
property is needed if your whitelist is disabled. I found this in another post. -
This post is deleted! -
Still got this in web browser:
This device is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.And:
Access denied to IP address: 0.0.0.0/0
on server[EDIT]
I add line:ipWhitelist: ["::fff:0.0.0.0/1", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:127.0.0.1", "::1"],
and now i get: Access denied to IP address: [my ip]
-
@pepeel Sorry I’m all out of ideas. Hopefully someone else can help you get up and running.