Installing Webmin On AsteriskNOW

Posted: Thursday, June 13, 2013 by Unknown in Labels: ,
0


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.

Installing the RPM :
1.Connect to AsteriskNOW using SSH,download the RPM package.
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.630-1.noarch.rpm

2.Install the RPM package.
rpm -U webmin-1.630-1.noarch.rpm

The rest of the install will be done automatically to the directory /usr/libexec/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address.