Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to install Webmin

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.

Install Webmin (Successfully tested/configured on Ubuntu server 10.04)

#sudo Aptitude safe-upgrade
#sudo aptitude update
#sudo mkdir downloads
#cd downloads
#sudo wget http://downloads.sourceforge.net/project/webadmin/webmin/1.510/webmin_1.510-2_all.deb?use_mirror=cdnetworks-us-1
or
#sudo wget http://downloads.sourceforge.net/project/webadmin/webmin/1.510/webmin_1.510-2_all.deb?use_mirror=kent
#sudo dpkg -i webmin_1.510-2_all.deb
#sudo aptitude -f install

=>>You can access the Ubuntu machine from a Windows machine via a web browser by typing the address
https://yourip:10000
or
https://core:10000 , here core is the name of my Ubuntu server.

Tags: webmin web-based interface system Administration admistrator configure linux server ubuntu red hat redhat rhel rhce unix



This post first appeared on RED HAT ENTERPRISE LINUX, please read the originial post: here

Share the post

How to install Webmin

×

Subscribe to Red Hat Enterprise Linux

Get updates delivered right to your inbox!

Thank you for your subscription

×