{"id":677,"date":"2017-02-01T00:29:13","date_gmt":"2017-01-31T22:29:13","guid":{"rendered":"http:\/\/helia.ee\/koolitus\/?page_id=677"},"modified":"2017-02-01T00:29:13","modified_gmt":"2017-01-31T22:29:13","slug":"debian-8-webmin-install","status":"publish","type":"page","link":"https:\/\/helia.ee\/koolitus\/?page_id=677","title":{"rendered":"Debian 8 &#8211; Webmin install"},"content":{"rendered":"<h1>How to install Webmin on Ubuntu 15.04<\/h1>\n<div class=\"contributeEdit\">\n<div id=\"tocContainer\">\n<h3>On this page<\/h3>\n<ol class=\"toc\">\n<li><a href=\"https:\/\/www.howtoforge.com\/tutorial\/how-to-install-webmin-on-ubuntu-15-04\/#installing-webmin\">Installing Webmin<\/a><\/li>\n<li><a href=\"https:\/\/www.howtoforge.com\/tutorial\/how-to-install-webmin-on-ubuntu-15-04\/#login-to-webmin\">Login to Webmin<\/a><\/li>\n<li><a href=\"https:\/\/www.howtoforge.com\/tutorial\/how-to-install-webmin-on-ubuntu-15-04\/#links\">Links<\/a><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<p>Webmin is a web-based interface for system administrators of Linux systems. It is quite simple, using any web-browser you can set up user accounts, Apache, Installations etc. Webmin helps all those who are not comfortable with the command line but want to manage their servers. This tutorial covers Installation and a little work around with Webmin on Ubuntu 15.04 (Vivid Vervet).<\/p>\n<div><\/div>\n<h2 id=\"installing-webmin\">Installing Webmin<\/h2>\n<p>To install Webmin via apt-get you will have to add it to your repository:<\/p>\n<p class=\"command\">sudo nano \/etc\/apt\/sources.list<\/p>\n<p>After this, your repositories list will look something like this:<\/p>\n<p><a id=\"img-1\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/1.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/1.png\" \/><\/a><\/p>\n<p>Go to the end and add this to the file:<\/p>\n<pre class=\"system\">deb http:\/\/download.webmin.com\/download\/repository sarge contrib\r\ndeb http:\/\/webmin.mirror.somersettechsolutions.co.uk\/repository sarge contrib<\/pre>\n<p>Copy the above and press Ctrl+Shift+V to paste it in the editor, then Ctrl+X to save and exit the file and then hit enter when prompted for the confirmation. After performing the above actions, you need to get the GPG key the repository is signed with. So for that type in the following commands:<\/p>\n<p class=\"command\">cd \/root<br \/>\nwget http:\/\/www.webmin.com\/jcameron-key.asc<br \/>\napt-key add jcameron-key.asc<\/p>\n<p>After adding the GPG key you need to update the source.list:<\/p>\n<p class=\"command\">sudo apt-get update<\/p>\n<p>Now you can install Webmin by typing:<\/p>\n<p class=\"command\">sudo apt-get install webmin<\/p>\n<p>Or alternatively you can try downloading the actual .deb file:<\/p>\n<p class=\"command\">wget http:\/\/prdownloads.sourceforge.net\/webadmin\/webmin_1.750_all.deb<\/p>\n<p>This will download the .deb file on to the system, then you should:<\/p>\n<p class=\"command\">dpkg &#8211;install webmin_1.750_all.deb<\/p>\n<p>This will install Webmin on your system.<\/p>\n<h2 id=\"login-to-webmin\">Login to Webmin<\/h2>\n<p>Open up the browser and type in you IP address with as following:<\/p>\n<p class=\"command\">https:\/\/your_ip:10000\/<\/p>\n<p>You will get a warning for the SSL certificate, you may just proceed ignoring that warning. After you have navigated to the above URL you will get the following login page:<\/p>\n<p><a id=\"img-2\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/2.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/2.png\" \/><\/a><\/p>\n<p>Log in with root user name and password. There are chances that your OS might have blocked port 10000 by default during the installation, if this is the case then type the following to add an exception:<\/p>\n<div><\/div>\n<p class=\"command\">sudo ufw allow 10000<\/p>\n<p>This will do the trick.<\/p>\n<p>After that you will see a page giving you your system information:<\/p>\n<p><a id=\"img-3\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/3.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/3.png\" \/><\/a><\/p>\n<p>Now that you have logged in, feel free to work around as per requirement. You can create users by clicking &#8220;Webmin&#8221; drop-down to the right and select &#8220;Webmin Users&#8221;. You will see a screen like this:<\/p>\n<p><a id=\"img-6\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/6.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/6.png\" \/><\/a><\/p>\n<p>Here you can create users.<\/p>\n<p>You can open the system command shell by navigating <span class=\"system\">Others &gt;&gt; Command Shell<\/span>. It seems to be a normal terminal window, the only difference is, it is on a web browser:<\/p>\n<p><a id=\"img-41\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/41.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/41.png\" \/><\/a><\/p>\n<p>You can also install stuff via Webmin. To do so navigate to <span class=\"system\">Un-used Modules &gt;&gt; Fail2Ban Intrusion Detector<\/span>. You will have a page like this:<\/p>\n<p><a id=\"img-5\" class=\"fancybox\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/big\/5.png\"><img decoding=\"async\" src=\"https:\/\/www.howtoforge.com\/images\/how_to_install_webmin_on_ubuntu_15_04\/5.png\" \/><\/a><\/p>\n<p>As you can see the above screen shot the option of installation, you can go-ahead and install if you want to! So basically you can see, using Webmin you can perform all the basic tasks of an administrator. This will be it for the tutorial.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to install Webmin on Ubuntu 15.04 On this page Installing Webmin Login to Webmin Links Webmin is a web-based interface for system administrators of Linux systems. It is quite simple, using any web-browser you can set up user accounts, Apache, Installations etc. Webmin helps all those who are not comfortable with the command line [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":621,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-677","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/677","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=677"}],"version-history":[{"count":1,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/677\/revisions"}],"predecessor-version":[{"id":678,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/677\/revisions\/678"}],"up":[{"embeddable":true,"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=\/wp\/v2\/pages\/621"}],"wp:attachment":[{"href":"https:\/\/helia.ee\/koolitus\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}