{"id":2529,"date":"2012-03-25T23:40:42","date_gmt":"2012-03-25T15:40:42","guid":{"rendered":"https:\/\/webhostinggeeks.com\/howto\/?p=2529"},"modified":"2023-04-28T09:49:38","modified_gmt":"2023-04-28T09:49:38","slug":"how-to-install-webmin-1-580-on-rhel-6centos-6-using-tar-gz-file","status":"publish","type":"post","link":"https:\/\/webhostinggeeks.com\/howto\/how-to-install-webmin-1-580-on-rhel-6centos-6-using-tar-gz-file\/","title":{"rendered":"How to Install Webmin 1.580 on RHEL 6\/CentOS 6 Using tar.gz File"},"content":{"rendered":"<p>Webmin is a freeware program that provide web-based interface for system administration and system configuration tool for administrators. With Webmin you can setup user accounts, DNS, file sharing and etc. In this post, i will show how to install Webmin on Redhat Enterprise Linux 6 (RHEL 6) server using tar.gz File. This steps may also working on other versions such as CentOS 5.1, CentOS 5.2, CentOS 5.3, CentOS 5.4, CentOS 5.5, CentOS 5.6, CentOS 5.7, CentOS 6.x, RHEL 5.x and RHEL 6.x.<\/p>\n<pre>[root@centos62 tmp]# wget http:\/\/prdownloads.sourceforge.net\/webadmin\/webmin-1.580.tar.gz<\/pre>\n<pre>[root@centos62 ~]# cd \/tmp\n[root@centos62 tmp]# wget http:\/\/prdownloads.sourceforge.net\/webadmin\/webmin-1.580.tar.gz\n--2012-03-25 22:33:04--  http:\/\/prdownloads.sourceforge.net\/webadmin\/webmin-1.580.tar.gz\nResolving prdownloads.sourceforge.net... 216.34.181.59\nConnecting to prdownloads.sourceforge.net|216.34.181.59|:80... connected.\nHTTP request sent, awaiting response... 301 Moved Permanently\nLocation: http:\/\/downloads.sourceforge.net\/project\/webadmin\/webmin\/1.580\/webmin-1.580.tar.gz [following]\n--2012-03-25 22:33:05--  http:\/\/downloads.sourceforge.net\/project\/webadmin\/webmin\/1.580\/webmin-1.580.tar.gz\nResolving downloads.sourceforge.net... 216.34.181.59\nReusing existing connection to prdownloads.sourceforge.net:80.\nHTTP request sent, awaiting response... 302 Found\nLocation: http:\/\/cdnetworks-kr-1.dl.sourceforge.net\/project\/webadmin\/webmin\/1.580\/webmin-1.580.tar.gz [following]\n--2012-03-25 22:33:06--  http:\/\/cdnetworks-kr-1.dl.sourceforge.net\/project\/webadmin\/webmin\/1.580\/webmin-1.580.tar.gz\nResolving cdnetworks-kr-1.dl.sourceforge.net... 211.39.135.162\nConnecting to cdnetworks-kr-1.dl.sourceforge.net|211.39.135.162|:80... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 16081299 (15M) [application\/x-gzip]\nSaving to: \u00e2webmin-1.580.tar.gz\u00e2\n\n100%[==========================================================&gt;] 16,081,299  68.2K\/s   in 4m 14s\n\n2012-03-25 22:37:21 (61.8 KB\/s) - \u00e2webmin-1.580.tar.gz\u00e2<\/pre>\n<p>When unpacked, the distribution creates a subdirectory called webmin-1.580 :<\/p>\n<pre>[root@centos62 tmp]# tar -xzvf webmin-1.580.tar.gz<\/pre>\n<pre>[root@centos62 tmp]# cd webmin-1.580\n[root@centos62 webmin-1.580]# pwd\n\/tmp\/webmin-1.580<\/pre>\n<p>When the setup.sh script is run, it will ask the following questions :<\/p>\n<ul>\n<li>The Webmin configuration directory<\/li>\n<li>The Webmin log directory<\/li>\n<li>The full path to perl on your system<\/li>\n<li>Your Operating system type<\/li>\n<li>Web server port<\/li>\n<li>Web server login and password<\/li>\n<li>Web server hostname<\/li>\n<li>Use SSL<\/li>\n<li>Start Webmin at boot time<\/li>\n<\/ul>\n<pre>[root@centos62 webmin-1.580]# .\/setup.sh\n***********************************************************************\n*            Welcome to the Webmin setup script, version 1.580        *\n***********************************************************************\nWebmin is a web-based interface that allows Unix-like operating\nsystems and common Unix services to be easily administered.\n\nInstalling Webmin in \/tmp\/webmin-1.580 ...\n\n***********************************************************************\nWebmin uses separate directories for configuration files and log files.\nUnless you want to run multiple versions of Webmin at the same time\nyou can just accept the defaults.\n\nConfig file directory [\/etc\/webmin]:\nLog file directory [\/var\/webmin]:\n\n***********************************************************************\nWebmin is written entirely in Perl. Please enter the full path to the\nPerl 5 interpreter on your system.\n\nFull path to perl (default \/usr\/bin\/perl):\n\nTesting Perl ...\nPerl seems to be installed ok\n\n***********************************************************************\nOperating system name:    CentOS Linux\nOperating system version: 6.2\n\n***********************************************************************\nWebmin uses its own password protected web server to provide access\nto the administration programs. The setup script needs to know :\n - What port to run the web server on. There must not be another\n   web server already using this port.\n - The login name required to access the web server.\n - The password required to access the web server.\n - If the webserver should use SSL (if your system supports it).\n - Whether to start webmin at boot time.\n\nWeb server port (default 10000):\nLogin name (default admin):\nLogin password:\nPassword again:\nThe Perl SSLeay library is not installed. SSL not available.\nStart Webmin at boot time (y\/n): y\n***********************************************************************\nCreating web server config files..\n..done\n\nCreating access control file..\n..done\n\nInserting path to perl into scripts..\n..done\n\nCreating start and stop scripts..\n..done\n\nCopying config files..\n..done\n\nConfiguring Webmin to start at boot time..\nCreated init script \/etc\/rc.d\/init.d\/webmin\n..done\n\nCreating uninstall script \/etc\/webmin\/uninstall.sh ..\n..done\n\nChanging ownership and permissions ..\n..done\n\nRunning postinstall scripts ..\nPID file \/var\/webmin\/miniserv.pid does not exist\n..done\n\nEnabling background status collection ..\nPID file \/var\/webmin\/miniserv.pid does not exist\n..done\n\nAttempting to start Webmin mini web server..\nStarting Webmin server in \/tmp\/webmin-1.580\nPre-loaded WebminCore\n..done\n\n***********************************************************************\nWebmin has been installed and started successfully. Use your web\nbrowser to go to\n\n  http:\/\/centos62.ehowstuff.local:10000\/\n\nand login with the name and password you entered previously.<\/pre>\n<p>Stop Iptables :<\/p>\n<pre>\n[root@centos62 webmin-1.580]# service iptables stop\niptables: Flushing firewall rules:                         [  OK  ]\niptables: Setting chains to policy ACCEPT: filter          [  OK  ]\niptables: Unloading modules:                               [  OK  ]\n<\/pre>\n<p>To access Webmin administration console through web interface, navigate the server URL to your web browser :<br \/>\n<strong>http:\/\/serveripaddress:10000\/<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Webmin is a freeware program that provide web-based interface for system administration and system configuration tool for administrators. With Webmin you can setup user accounts, DNS, file sharing and etc&#8230;.<\/p>\n","protected":false},"author":6,"featured_media":885,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":0,"footnotes":""},"categories":[2055,2058,1091],"tags":[1975,1536,1546,1776,1917,1920],"class_list":["post-2529","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos","category-rhel","category-webmin","tag-install","tag-linux","tag-linux-utilities","tag-setup-webmin","tag-webmin","tag-webmin-1-580"],"_links":{"self":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/2529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/comments?post=2529"}],"version-history":[{"count":0,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/2529\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media\/885"}],"wp:attachment":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media?parent=2529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/categories?post=2529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/tags?post=2529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}