Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Created November 18, 2019 14:41
Show Gist options
  • Save linuxfemale/e7c943c6e56b26ea137d71835dd96287 to your computer and use it in GitHub Desktop.
Save linuxfemale/e7c943c6e56b26ea137d71835dd96287 to your computer and use it in GitHub Desktop.
Webmin on Ubuntu 18.04
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"
sudo apt install webmin
login to https://localhost:10000/
sudo ufw allow 10000/tcp
sudo ufw status numbered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment