hi, I just installed mopidy on my ubuntu machine, it works fine on ubuntu i can access 6680 port, but it’s not accessible on other devices on the same network,
when i try to access ubuntuIP:6680 i get connection_refused from browser,
mopidy service status :
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2017-12-13 20:29:18 UTC; 3s ago
Process: 12215 ExecStartPre=/bin/chown mopidy:audio /var/cache/mopidy (code=exited, status=0/SUCCESS)
Process: 12209 ExecStartPre=/bin/mkdir -p /var/cache/mopidy (code=exited, status=0/SUCCESS)
Main PID: 12220 (mopidy)
CGroup: /system.slice/mopidy.service
└─12220 /usr/bin/python /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Starting Mopidy audio
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Audio output set to "autoaudiosink"
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO No local library metadata cache found at /var/lib/mopidy/local/library.json.gz. Please run mopidy local scan
to index your local music library. If you do
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Loaded 0 local tracks using json
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Starting Mopidy core
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO MPD server running at [::ffff:127.0.0.1]:6600
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO HTTP server running at [::ffff:127.0.0.1]:6680
Dec 13 20:29:20 tinkerboard mopidy[12220]: INFO Starting GLib mainloop
and also mopidy config :
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
#command_blacklist =
# listall
# listallinfo
default_playlist_scheme = m3u
[http]
enabled = true
hostname = 0.0.0.0
port = 6680
#static_dir =
zeroconf = Mopidy HTTP server on $hostname