Created
November 18, 2019 14:41
-
-
Save linuxfemale/e7c943c6e56b26ea137d71835dd96287 to your computer and use it in GitHub Desktop.
Webmin on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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