so I just installed Mopidy on my Raspberry Pi 2 using the instructions in the documentation. It boots fine and gives me the “HTTP server running at [::ffff:127.0.0.1]:6680”.
I also installed Mopidy-Moped and that seemingly installed fine.
In the Mopidy config I have
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
static_dir =
zero_conf = Mopidy HTTP server on $hostname
and yet I can’t access http://localhost:6680/moped using Firefox on my Windows 7 desktop. I just gives me an page loading error.
I can access 127.0.0.1 which gives me the generic IIS7 Welcome screen but I can’t access 127.0.0.1:6680.
As a simple security measure, the web server is by default only available from localhost. To make it available from other computers, change the http/hostname config value.
You need to set the http/hostname config setting to either 0.0.0.0 or :: to allow connections from other computers. Then you need to use the IP address/hostname of your Raspberry Pi in Firefox.