< back to $HOME

Setting up your very own iTunes server on FreeBSD

Copyright ©2006 Kevin Reiter (kevin at unixfun dot net)
Posted on 18May2006

This was done on FreeBSD 6.0 with a current Ports tree as of 17May2006, and tested using iTunes v6.0.4.2 on
a Windows XP Pro laptop.

Ports Required:

Build Instructions:

Configuration Stuff

Now, start the mt-daapd and mDNSReponder servers:

root@host# /usr/local/etc/rc.d/mt-daapd.sh start
root@host# /usr/local/etc/rc.d/mDNSResponder.sh start

In order for iTunes to see the server, you need to configure iTunes to look for shared music. This is done by checking
a box within the Preferences menu under "Sharing", as shown here:



If you remember when editing the mt-daapd.conf file, you were asked to provide a password for the web control panel. In
order to access the panel, open a browser and point it to your iTunes server on port 3869:

http://myserver:3869

Login with the username "admin" and your password. From there you can view how many listeners are connected, which
songs are being streamed, and even modify your server configuration (provided your mt-daapd.conf file is writable by
the daapd user.)

You don't have to modify any Apache settings, or even have Apache installed for this.

< back to $HOME