{"id":2356,"date":"2016-08-03T13:28:12","date_gmt":"2016-08-03T17:28:12","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=2356"},"modified":"2017-12-12T16:03:41","modified_gmt":"2017-12-12T21:03:41","slug":"install-webmin-ubuntu-14-16","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/","title":{"rendered":"How to Install Webmin on Ubuntu 14\/16"},"content":{"rendered":"<h1>How to Install Webmin on Ubuntu 14\/16<\/h1>\n<p>At its core, Webmin is a simple web server that functions as a system administration tool for Unix-like systems. The CGI programs built into Webmin directly update system files without the use of the terminal. Operating system internals, including user access and service parameters, can be configured with Webmin. It can also be used to configure and control apps that provide essential services through the server such as DNS, the Apache HTTP Server, PHP, and various file sharing protocols. Webmin can function as the primary system administration interface for users who manage servers but would rather not have to do so from the command line. <\/p>\n<p>This tutorial will guide you through the installation of Webmin on servers using either Ubuntu 14 or Ubuntu 16.<\/p>\n<h2>Getting Started<\/h2>\n<p>To complete this guide, you will need the following:<br \/>\n\u2022 1 Node (<a href=\"https:\/\/www.globo.tech\/cloud-server-pricing\" target=\"_blank\">Cloud Server<\/a> or <a href=\"http:\/\/www.globo.tech\/dedicated-server-hosting\" target=\"_blank\">Dedicated Server<\/a>) running Ubuntu 14 or Ubuntu 16.<br \/>\n\u2022 All commands should be run as the root user<\/p>\n<h2>Install Webmin<\/h2>\n<p>The simplest way to install Webmin is to use the apt-get command. For this to work, the repository that contains Webmin must be in your sources.list file. <\/p>\n<p>To add Webmin to your sources.list file, you must first open the sources.list file with a text editor:<\/p>\n<p><code>nano \/etc\/apt\/sources.list<\/code><\/p>\n<p>If you are using nano, as we do, you can use Ctrl-W then Ctrl-V to move the cursor to the end of the file. Append the following two lines to the file:<\/p>\n<p><code class=\"gris\">deb http:\/\/download.webmin.com\/download\/repository sarge contrib<br \/>\ndeb http:\/\/webmin.mirror.somersettechsolutions.co.uk\/repository sarge contrib<\/code><\/p>\n<p>Once the lines are added, save the file and close it. <\/p>\n<p>Ubuntu should not allow you to install anything from the source repository you have had added until that repository has been identified as a trusted source. To establish this trust, you need to import the Webmin GPG key to apt using this command:<\/p>\n<p><code>wget http:\/\/www.webmin.com\/jcameron-key.asc<br \/>\napt-key add jcameron-key.asc<\/code><\/p>\n<p>Next, update the repository list used by apt-get so that it will read the most recent version of the sources.list file you just created:<\/p>\n<p><code>apt-get update<\/code><\/p>\n<p>Finally, use the following command to install Webmin:<\/p>\n<p><code>apt-get install webmin<\/code><\/p>\n<p>You may need to enter y to confirm the installation.<\/p>\n<h2>Access Webmin<\/h2>\n<p>Webmin should start automatically once it is installed. Access to Webmin can be gained through any modern web browser. Webmin operates with SSL\/TLS enabled because it has direct access to files used to configure your server (e.g. \/etc\/passwd). <\/p>\n<p>To connect to Webmin&#8217;s login page, use HTTPS to access your Ubuntu server&#8217;s IP address on port 10000 as follows:<\/p>\n<p><code class=\"gris\">https:\/\/your_ip:10000<\/code><\/p>\n<p>You may receive a prompt indicating the SSL certificate being used to access Webmin is not trusted. Webmin has created a self-signed SSL certificate. You may safely ignore this prompt. <\/p>\n<p>Use your root user for the server to log in:<\/p>\n<p><code class=\"gris\">Login: root<br \/>\nPassword: your root password<\/code><\/p>\n<p>Webmin will access your system&#8217;s user configuration files and verify that you are a legitimate user on your server. Remember to protect your sign-in credentials so that Webmin cannot be used to attack your server.<\/p>\n<h2>Conclusion<\/h2>\n<p>Webmin is now deployed. You can now use it create new users, change user passwords, install the Apache Webserver module, and so much more. Webmin can even be configured to control multiple servers from a single interface. If this guide was helpful to you, kindly share it with others who may also be interested. <\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>How to Install Webmin on Ubuntu 14\/16 At its core, Webmin is a simple web server that functions as a system administration tool for Unix-like systems. The CGI programs built into Webmin directly update system files without the use of the terminal. Operating system internals, including user access and service parameters, can be configured with<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-2356","post","type-post","status-publish","format-standard","hentry","category-web-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Webmin on Ubuntu 14\/16 - Globo.Tech<\/title>\n<meta name=\"description\" content=\"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now &amp; Enjoy your new system administration interface.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Webmin on Ubuntu 14\/16 - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now &amp; Enjoy your new system administration interface.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2016-08-03T17:28:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-12T21:03:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2016\/09\/GloboTech-Logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"963\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/\"},\"author\":{\"name\":\"GloboTech Communications\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#\\\/schema\\\/person\\\/e17784b37f4a4f49b7bc611847912e87\"},\"headline\":\"How to Install Webmin on Ubuntu 14\\\/16\",\"datePublished\":\"2016-08-03T17:28:12+00:00\",\"dateModified\":\"2017-12-12T21:03:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/\"},\"wordCount\":538,\"commentCount\":0,\"articleSection\":[\"Web Hosting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/\",\"url\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/\",\"name\":\"How to Install Webmin on Ubuntu 14\\\/16 - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#website\"},\"datePublished\":\"2016-08-03T17:28:12+00:00\",\"dateModified\":\"2017-12-12T21:03:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#\\\/schema\\\/person\\\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now & Enjoy your new system administration interface.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-ubuntu-14-16\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Webmin on Ubuntu 14\\\/16\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#website\",\"url\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#\\\/schema\\\/person\\\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\\\/\\\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Webmin on Ubuntu 14\/16 - Globo.Tech","description":"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now & Enjoy your new system administration interface.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Webmin on Ubuntu 14\/16 - Globo.Tech","og_description":"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now & Enjoy your new system administration interface.","og_url":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/","og_site_name":"Globo.Tech","article_published_time":"2016-08-03T17:28:12+00:00","article_modified_time":"2017-12-12T21:03:41+00:00","og_image":[{"width":1920,"height":963,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2016\/09\/GloboTech-Logo.png","type":"image\/png"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/#article","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/"},"author":{"name":"GloboTech Communications","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"headline":"How to Install Webmin on Ubuntu 14\/16","datePublished":"2016-08-03T17:28:12+00:00","dateModified":"2017-12-12T21:03:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/"},"wordCount":538,"commentCount":0,"articleSection":["Web Hosting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/","url":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/","name":"How to Install Webmin on Ubuntu 14\/16 - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"datePublished":"2016-08-03T17:28:12+00:00","dateModified":"2017-12-12T21:03:41+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"This tutorial will show you how to install Webmin on your Ubuntu 14 or 16 server. Read now & Enjoy your new system administration interface.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-ubuntu-14-16\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"How to Install Webmin on Ubuntu 14\/16"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=2356"}],"version-history":[{"count":5,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2356\/revisions"}],"predecessor-version":[{"id":4012,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2356\/revisions\/4012"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=2356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=2356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=2356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}