A system performance dashboard for plex-servers -- linux only!
- A beautiful & simple web-based dashboard for monitoring a plex server
- Passwort protectet! ⇒ Default password: plexDash
- Live graphs, refresh-able widgets, and a big range of modules
- Drop-in installation for Linux Servers!
- Install apache2 and php5:
sudo apt-get install apache2 php5 libapache2-mod-php5 php5-mcrypt
- Go to the html location:
cd /var/www/html
- Download the git repo:
git clone https://github.com/deepwather/plexDash.git
- Set the rigth permissions:
chmod -R 775 /var/www/html/plexDash
- And as well the right owner:
chown -R www-data:www-data /var/www/html/plexDash
- Enjoy! Login over browser, enter default password: plexDash (To change the default pw, edit
config/login.php
)
The following distributions are supported:
- Arch
- Debian 6,7
- Ubuntu 11.04+
- Linux Mint 16+
- CentOS 5, 6
- openSUSE