Install PLEX media server from terminal

Grab the installer:

64 bit:
wget https://downloads.plex.tv/plex-media-server/1.3.4.3285-b46e0ea/plexmediaserver_1.3.4.3285-b46e0ea_amd64.deb

32 bit:
wget https://downloads.plex.tv/plex-media-server/1.3.4.3285-b46e0ea/plexmediaserver_1.3.4.3285-b46e0ea_i386.deb

Then install manually

sudo dpkg -i {the filename}

The application should be available at http://{IP ADDRESS / DNS name}:32400/manage/index.html

Restart the machine if the URL doesn’t work

Comments are closed, but trackbacks and pingbacks are open.