ParrotSecurity 4.2: Install Webmin for web base system admin


Table of Contents

1 Install Webmin

Add Webmin repository and install webmin package.

#!/bin/sh -e# Add webmin repository.echo “deb http://download.webmin.com/download/repository sarge contrib” | sudo tee /etc/apt/sources.list.d/webmin.listwget http://www.webmin.com/jcameron-key.asc -O – | sudo apt-key add -sudo apt update -y# Install webmin as Debian 9.sudo mv /etc/issue /etc/issue.origcat <<EOF | sudo tee /etc/issueDebian GNU/Linux 9 n lEOFsudo apt install -y webminsudo mv /etc/issue.orig /etc/issue# Start webmin.sudo systemctl enable webminsudo systemctl start webmin

1.1 Change port

Change “port” and “listen” in /etc/webmin/miniserv.conf. Run “sudo systemctl restart webmin”.

$ sudo sed -e ‘s/^port=.*/port=10002/g’ -e ‘s/^listen=.*/listen=10002/g’ -i /etc/webmin/miniserv.conf$ sudo systemctl restart webmin

2 Access to Webmin

Access to 10000/tcp via https.

https://<server>:10000

Login with Linux user and password.

0001_Webmin.png

Android | Linux | SDL - Narrow Escape