Difference between revisions of "Setup Webmin"

From Secure Web Gateway
en>Samidha12
 
m (1 revision imported: Importing all pages)
 

Latest revision as of 15:36, 24 July 2021


What is Webmin?

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

Installation Steps for Webmin

  1. wget  https://prdownloads.sourceforge.net/webadmin/webmin-1.900.tar.gz
  2. tar -zxvf webmin-1.900.tar.gz
  3. cd webmin-1.900/
  4. ./setup.sh

Config file directory [/etc/webmin]:       ENTER
Log file directory [/var/webmin]:           ENTER
Full path to perl (default /usr/bin/perl):  ENTER
Web server port (default 10000):          ENTER
Login name (default admin):                ENTER
Login password:                                SET Password
Password again:                                RE-ENTER Password

You can open the webmin interface using http://ip-address-of-the-machine:10000