Skip to content

Instantly share code, notes, and snippets.

@SammyHerring
Last active August 13, 2020 01:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SammyHerring/7e2efefa94cd966b329c to your computer and use it in GitHub Desktop.
Save SammyHerring/7e2efefa94cd966b329c to your computer and use it in GitHub Desktop.
Raspberry Pi Webmin Server Setup, including dependencies.
sudo groupadd -f -g33 www-data
sudo apt-get update
sudo apt-get install apache2 php5 libapache2-mod-php5
sudo apt-get install mysql-server mysql-client php5-mysql
sudo apt-get install phpmyadmin
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
mkdir webmin
cd webmin
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.870.tar.gz
gunzip webmin-1.870.tar.gz
tar xf webmin-1.870.tar
cd webmin-1.870
sudo ./setup.sh /usr/local/webmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment