Webmin is a administrator tool, supported unix-like operating system, which is based on graphical user interface, and we accessed it via web-browser.
Webmin use bydefault port no 10000
Step 1) – Configure APT Repository
sudo vim /etc/apt/sources.list.d/webmin.list
##add below lines
wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add
Step 2) Import the GPG key by following command.
wget http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
Step 3) Install Webmin on Ubuntu
sudo apt-get update
sudo apt-get install webmin
Step 4) Access Webmin
## write the url in browser localhost:10000
Step 5) Login with username or password
## username and password will be your system user or root user
- Webmin Configuration file
/etc/webmin/miniserv.conf
- Webmin service
sudo service webmin status
Very Usefull and keep it up.
ReplyDelete