{"id":2059,"date":"2016-06-23T15:39:18","date_gmt":"2016-06-23T19:39:18","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=2059"},"modified":"2017-12-12T15:50:48","modified_gmt":"2017-12-12T20:50:48","slug":"install-webmin-centos-7","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/","title":{"rendered":"How to Install Webmin on CentOS 7"},"content":{"rendered":"<h1>How to Install Webmin on CentOS 7<\/h1>\n<p>Webmin is a control panel for performing a variety of common system administrative tasks. If you&#8217;re not terribly confident on the command line, or even if you are but would still like a nicer interface, installing it on your CentOS 7 server is a great step to take. Fortunately the installation process is fairly simple. It provides an official set of packages, but a few additional steps are necessary to securely install these onto your server.<\/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 CentOS 7.<\/p>\n<p>When we&#8217;re finished, Webmin will be installed and running, ready for you to log in and administer your server via the web.<\/p>\n<h2>Tutorial<\/h2>\n<p>First we&#8217;ll pull in all current CentOS 7 patches and security fixes. Perform this step regularly to keep your server running efficiently and securely.<\/p>\n<p><code> yum -y update && shutdown -r now<\/code><\/p>\n<p>Next we&#8217;ll need to install a basic set of packages so it can operate.<\/p>\n<p><code> yum -y install nano wget<\/code><\/p>\n<p>Webmin ships its own CentOS 7 packages, but they are in a separate repository. This step installs the official package repository so the package can be installed, and so upgrades can be downloaded later.<\/p>\n<p><code> cd \/etc\/yum.repos.d\/<\/code><\/p>\n<p>CentOS 7&#8217;s package manager uses .repo files to access package repositories. We need to create a webmin.repo file so it knows where to find the necessary packages.<\/p>\n<p><code> nano webmin.repo<\/code><\/p>\n<p>Add the following text block :<\/p>\n<p><code class=\"gris\">[Webmin]<br \/>\nname=Webmin Distribution Neutral<br \/>\n#baseurl=http:\/\/download.webmin.com\/download\/yum<br \/>\nmirrorlist=http:\/\/download.webmin.com\/download\/yum\/mirrorlist<br \/>\nenabled=1<br \/>\n<\/code><\/p>\n<p>Now we need to import the repository&#8217;s GPG key so we can verify package signatures. This is an important step to ensure that any packages downloaded and installed originated from the official vendor.<\/p>\n<p><code> wget http:\/\/www.webmin.com\/jcameron-key.asc<br \/>\n rpm --import jcameron-key.asc <\/code><\/p>\n<p>Having done all of this, it is now time to install the Webmin package.<br \/>\n<code> yum -y install webmin<\/code><\/p>\n<p>Webmin is now installed. Let&#8217;s access its administrative interface to finish up. Visit https:\/\/your_ip:10000 in your browser to complete the installation.<\/p>\n<p>Enter your server&#8217;s root login and password to access Webmin.<\/p>\n<p>You&#8217;re now in the main interface, and can begin administering your server.<\/p>\n<h2>Conclusion<\/h2>\n<p>Even if you are familiar with many aspects of the command line, Webmin is a great fallback interface. Should you ever forget how to perform some common system administrative task, chances are the interface has you covered, and can guide you through the process without the need for man pages and other documentation. 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 CentOS 7 Webmin is a control panel for performing a variety of common system administrative tasks. If you&#8217;re not terribly confident on the command line, or even if you are but would still like a nicer interface, installing it on your CentOS 7 server is a great step to take.<!-- 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":[72],"tags":[],"class_list":["post-2059","post","type-post","status-publish","format-standard","hentry","category-monitoring","operating_system-centos-7"],"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 CentOS 7 - Globo.Tech<\/title>\n<meta name=\"description\" content=\"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now &amp; start performing a variety of system administrative task!\" \/>\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-centos-7\/\" \/>\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 CentOS 7 - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now &amp; start performing a variety of system administrative task!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-23T19:39:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-12T20:50:48+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=\"2 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-centos-7\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/\"},\"author\":{\"name\":\"GloboTech Communications\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#\\\/schema\\\/person\\\/e17784b37f4a4f49b7bc611847912e87\"},\"headline\":\"How to Install Webmin on CentOS 7\",\"datePublished\":\"2016-06-23T19:39:18+00:00\",\"dateModified\":\"2017-12-12T20:50:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/\"},\"wordCount\":403,\"commentCount\":0,\"articleSection\":[\"Monitoring\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/\",\"url\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/\",\"name\":\"How to Install Webmin on CentOS 7 - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#website\"},\"datePublished\":\"2016-06-23T19:39:18+00:00\",\"dateModified\":\"2017-12-12T20:50:48+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/#\\\/schema\\\/person\\\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now & start performing a variety of system administrative task!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.globo.tech\\\/learning-center\\\/install-webmin-centos-7\\\/#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 CentOS 7\"}]},{\"@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 CentOS 7 - Globo.Tech","description":"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now & start performing a variety of system administrative task!","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-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Webmin on CentOS 7 - Globo.Tech","og_description":"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now & start performing a variety of system administrative task!","og_url":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/","og_site_name":"Globo.Tech","article_published_time":"2016-06-23T19:39:18+00:00","article_modified_time":"2017-12-12T20:50:48+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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/#article","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/"},"author":{"name":"GloboTech Communications","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"headline":"How to Install Webmin on CentOS 7","datePublished":"2016-06-23T19:39:18+00:00","dateModified":"2017-12-12T20:50:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/"},"wordCount":403,"commentCount":0,"articleSection":["Monitoring"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/","url":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/","name":"How to Install Webmin on CentOS 7 - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"datePublished":"2016-06-23T19:39:18+00:00","dateModified":"2017-12-12T20:50:48+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"This tutorial will walk you through the installation of Webmin on your CentOS 7 server. Read now & start performing a variety of system administrative task!","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/install-webmin-centos-7\/#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 CentOS 7"}]},{"@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\/2059","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=2059"}],"version-history":[{"count":7,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2059\/revisions"}],"predecessor-version":[{"id":3994,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/2059\/revisions\/3994"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=2059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=2059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=2059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}