Now I have to copy the file to the server to install. Luckily I installed a samba server before. So I copied the package to the shared folder on the server. Next I logged on to the server went to the location of the file and typed:
sudo dpkg --install mt-daapd_0.2.4-1_i386.debNext step: open the configuration file:
sudo vi /etc/mt-daapd.confI did not change a lot in this file. I changed the path to my music, and changed the server-name. Now I was ready to start the service
sudo mt-daapd startNow start I-tunes and your server should be there listed as shared music. Now you should also be able to access the daap-server through a web-interface. Startup your browser and type your servername or IP Address of the server followed by a colon (:) and then 3689 (port 3689). You can find out the IP-address of your server with the command
ifconfig
So for my server it would be
172.19.3.13:3689Now login with username: admin and password: mt-daapd (you can change this in the mt-daapd.conf file). Now you`ll see a website where you can monitor your server and change some things...
next post I will explain how I added and changed playlists.
1 comment:
Just as an FYI, you probably shouldn't be listing your IP address to the public.
Post a Comment