Kodi Community Forum

Full Version: XBMC b1 web server issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm unable to get the Web server working in the Atlantis b1.

I have switched it on, left the port on 80 and have tried with and without a password.

I was mainly trying to get the iPhone app, "XBMC remote" working, but since that was not connecting, I tried loading the web interface and I get nothing, which seems to suggest the web server is not up and running for me.

Anyone else having web server issues or am I just missing the obvious somewhere?
Thanks.
Change the port to 8080 and you should be good to go (which should be the default, not sure why it isn't).

EDIT: The reason port 80 won't work is that non-root users are not allowed to bind to ports lower than 1024.
Perfect, thanks so much!