Turnkey webui not responding on network other than the one it was created

i setup a minecraft server for my friends on my home network 192.168.0… it all works fine however when i took the system to my friends house where it will stay his network is on 192.168.1… and the web ui lets me login but will not accept any input i am unable to change settings or stop/start any servers. i took the system home and was able to replicate the problem with another router i have that is also 192.168.1… again webui won’t respond but if i plug it into the initial router it was setup on it works fine?? any ideas?

thanks in advance!

edit also noticed that the load averages stops updating after a few seconds when on the 192.168.1… router

It’s likely unrelated to the network issue…but it surfaced when you did happen to switch networks.

What does your logs say, /var/log/mineos.log?

This seems to be the chunk that appears when connected to 192.168.1…

{“level”:“info”,“message”:"[WEBUI] mc connected from 192.168.1.195",“timestamp”:“2016-03-09T13:38:35.997Z”}
{“level”:“info”,“message”:"[WEBUI] Downloading official profiles.",“timestamp”:“2016-03-09T13:38:36.260Z”}
{“level”:“info”,“message”:"[ouroldlan] mc (192.168.1.195) joined server namespace",“timestamp”:“2016-03-09T13:38:36.490Z”}
{“level”:“info”,“message”:"[ouroldlan] transmittting existing file contents: logs/latest.log (1918 bytes)",“timestamp”:“2016-03-09T13:38:36.748Z”}
{“date”:“Wed Mar 09 2016 13:38:36 GMT+0000 (UTC)”,“process”:{“pid”:1419,“uid”:0,“gid”:0,“cwd”:"/usr/games/minecraft",“execPath”:"/usr/bin/nodejs",“version”:“v4.3.1”,“argv”:["/usr/bin/nodejs","/usr/games/minecraft/webui.js"],“memoryUsage”:{“rss”:75481088,“heapTotal”:48663136,“heapUsed”:32211000}},“os”:{“loadavg”:[0.0830078125,0.03125,0.05078125],“uptime”:4383},“trace”:[{“column”:null,“file”:null,“function”:“Object.parse”,“line”:null,“method”:“parse”,“native”:true},{“column”:32,“file”:"/usr/games/minecraft/server.js",“function”:“handle_reply”,“line”:1502,“method”:null,“native”:false},{“column”:16,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:52,“method”:null,“native”:false},{“column”:17,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:550,“method”:null,“native”:false},{“column”:17,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:null,“line”:544,“method”:null,“native”:false},{“column”:13,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:"_arrayEach",“line”:85,“method”:null,“native”:false},{“column”:13,“file”:"/usr/games/minecraft/node_modules/async/lib/async.js",“function”:“Immediate.taskComplete”,“line”:543,“method”:“taskComplete”,“native”:false},{“column”:17,“file”:“timers.js”,“function”:“processImmediate [as _immediateCallback]”,“line”:383,“method”:null,“native”:false}],“stack”:[“SyntaxError: Unexpected token ”," at Object.parse (native)"," at handle_reply (/usr/games/minecraft/server.js:1502:32)"," at /usr/games/minecraft/node_modules/async/lib/async.js:52:16"," at /usr/games/minecraft/node_modules/async/lib/async.js:550:17"," at /usr/games/minecraft/node_modules/async/lib/async.js:544:17"," at _arrayEach (/usr/games/minecraft/node_modules/async/lib/async.js:85:13)"," at Immediate.taskComplete (/usr/games/minecraft/node_modules/async/lib/async.js:543:13)"," at processImmediate [as _immediateCallback] (timers.js:383:17)"],“level”:“error”,“message”:“uncaughtException: Unexpected token ”,“timestamp”:“2016-03-09T13:38:36.878Z”}

Have you been trying to start up a pocketmine server?

Also, if possible, are you able to provide more of the log? In particular it would be valuable to know what commit you’re on, etc.

It is a vanila 1.9 server, the server runs fine on any router i have tried i can login on minecraft and play it is just the webui shows the page but does not accept commands, button presses or tick boxes?
I am running jessie on a fresh install
here is the whole log from when it was first initialized
http://pastebin.com/6HdsQgEB

Alright, well what seems to be happening is when your system is polling pocketmine for the JSON, it’s getting error HTML instead of the JSON it expected. Don’t know why. haven’t been able to get pocketmine to fail on me like this to reproduce, but I’ve added some extra error-handling which I believe should fix this issue for you.

Please update your webui and let me know if it’s fixed.