Dev {Tricks}

  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting
You are here: Home / Archives for usermin

February 3, 2022 by dev

How to install webmin, usermin, virtualmin

Install your Operating System

List of supported OS:

  • CentOS/RHEL Linux 7, and 8 on x86_64
  • Debian 9, and 10 on i386 and amd64
  • Ubuntu 16.04 LTS, 18.04 LTS, and 20.04 LTS on i386 and amd64

How to install Virtualmin/Webmin control panel in CentOS 7?  

Login to your server as root and follow the steps

  1. Let us update the packages before starting the installation process.
    yum -y update
  2. Download the installer file with the below command for Virtualmin/Webmin control panel on CentOS 7.
    wget http://software.virtualmin.com/gpl/scripts/install.sh
  3. Run the installer now with the below command.
    chmod +x install.sh && ./install.sh
  4. You will be prompted.
    Continue? (y/n)
  5. Write “y” and hit enter. The installation will start and it may take about 10-15 minutes to finish.
    [INFO] Started installation log in /root/virtualmin-install.log
    ▣□□ Phase 1 of 3: Setup
    Downloading RPM-GPG-KEY-virtualmin-6 [ ✔ ]
    Downloading RPM-GPG-KEY-webmin [ ✔ ]
    Installing Virtualmin 6 key [ ✔ ]
    Installing Webmin key [ ✔ ]
    Updating apt metadata [ ✔ ]
    Downloading repository metadata [ ✔ ]
    Enabling universe repositories, if not already available [ ✔ ]
    Disabling cdrom: repositories [ ✔ ]
    Cleaning out old metadata [ ✔ ]
    
    ▣▣□ Phase 2 of 3: Installation
    Installing Webmin [ ✔ ]
    Installing Usermin [ ✔ ]
    Installing fail2ban [ ✔ ]
    Removing nginx (if installed) before LAMP installation. [ ✔ ]
    Removing unneeded packages that could conflict with LAMP stack. [ ✔ ]
    Installing postfix [ ✔ ]
    Installing virtualmin-lamp-stack [ ✔ ]
    Installing Virtualmin and plugins [ ✔ ]
    3 Feb 16:49:24 ntpdate[53399]: adjust time server 91.189.89.199 offset -0.000487 sec
    Installing updates to Virtualmin-related packages [ ✔ ]
    
    ▣▣▣ Phase 3 of 3: Configuration
    [1/23] Configuring AWStats [ ✔ ]
    [2/23] Configuring Apache [ ✔ ]
    [3/23] Configuring Bind [ ✔ ]
    [4/23] Configuring ClamAV [ ✔ ]
    [5/23] Configuring Dovecot [ ✔ ]
    [6/23] Configuring Firewalld [ ✔ ]
    [7/23] Configuring MySQL [ ✔ ]
    [8/23] Configuring NTP [ ✔ ]
    [9/23] Configuring Net [ ✔ ]
    [10/23] Configuring ProFTPd [ ✔ ]
    [11/23] Configuring Procmail [ ✔ ]
    [12/23] Configuring Quotas [ ✔ ]
    [13/23] Configuring SASL [ ✔ ]
    [14/23] Configuring Shells [ ✔ ]
    [15/23] Configuring SpamAssassin [ ✔ ]
    [16/23] Configuring Status [ ✔ ]
    [17/23] Configuring Upgrade [ ✔ ]
    [18/23] Configuring Usermin [ ✔ ]
    [19/23] Configuring Webalizer [ ✔ ]
    [20/23] Configuring Webmin [ ✔ ]
    [21/23] Configuring Fail2banFirewalld [ ✔ ]
    [22/23] Configuring Postfix [ ✔ ]
    [23/23] Configuring Virtualmin [ ✔ ]
    ▣▣▣ Cleaning up
    
    [SUCCESS] Installation Complete!
  6. Now login to your webmin panel at https://serverip:10000 and create new virtual server. You may receive a security warning in your browser on your first visit.
    • You will be prompted for Post-Installation Wizard. Click on the next and select the appropriate setting for your system.
    • Install default virtual server and let’s Encrypt SSL
  7.  Multiple PHP Versions

Filed Under: AWS, Bluehost, Cloudcone, Contabo, Digitalocean, HostGator, Providers, Server and Hosting, Usermin, Virtualmin, VPS Management, VPSDime, Web Control Panel, Webmin Tagged With: cloudmin, usermin, virtualmin, webmin, webmin checklist, webmin checklisty

September 8, 2020 by dev

How to Install Webmin on CentOS 8

Webmin is a free, open source and web-based Linux/Unix system administration control panel. Webmin is similar to cPanel, DirectAdmin etc and provides an easy way to manage websites. With Webmin we can set up user accounts, manager Apache web server, DNS Server, samba and File configuration, FTP, email servers, local/remote filesystems, package management, manage database servers e.t.c.

First, install Perl and required dependencies.

sudo yum -y install @perl

Add repository content to CentOS 8 system.

sudo tee  /etc/yum.repos.d/webmin.repo<<EOF
[Webmin]
name=Webmin Distribution Neutral
baseurl=https://download.webmin.com/download/yum
enabled=1
EOF

Then import repository GPG key:

sudo rpm --import http://www.webmin.com/jcameron-key.asc

Then install webmin using yum package manager.

sudo dnf install webmin

Type y to accept installation:

Importing GPG key 0x8483C65D: y

To get the package version and other details, use:

rpm -qi webmin

Configure Webmin on CentOS 8

Install Virtualmin

1. Ensure your server is up to date

sudo yum update -y

2. Download the Virtualmin installer script using wget

sudo wget http://software.virtualmin.com/gpl/scripts/install.sh

3. Execute the install script

sudo sh install.sh

 

 

 

Filed Under: Contabo, Digitalocean, DirectAdmin, Server and Hosting, Virtualmin, VPSDime, Webmin Tagged With: cloudmin, usermin, virtualmin, webmin

  • Upwork
  • Freelancer
  • Fiverr
  • Guru

www.ojsexpert.com
www.ojsdev247.com

Recent Posts

  • To get your email for castamodel.com going to the right place, you need to update your DNS settings.
  • Security and WordPress
  • ROR
  • How do we copy google form to google workspace?
  • Install ImageMagick – Almalinux
  • How to remove /public/ from URL in Laravel
  • How to install Maldet alert?
  • How to Install Maldet and Run a Scan | Maldetect
  • Where is Roundcube location on CWP control panel?
  • How To Add Node.js Projects In aaPanel?
  • SPF/DKIM/DMARC Tools
  • Associative arrays – How to loop over Associative arrays
  • Indexed Arrays. How to loop over Indexed Arrays.
  • PHP Break | Continue
  • For Loop | While Loop | Do…While Loop | Foreach Loop
  • Strict mode in PHP
  • PHP Function Return Types
  • PHP Anonymous Functions (or Closures)
  • PHP Variadic Functions
  • PHP nullable type hints

Categories

  • Affiliate Marketing (1)
  • Customization (4)
    • CSS (2)
  • Email Solutions (23)
    • FrontApp (2)
    • Google Spreadsheet (2)
    • Microsoft Outlook (1)
    • PHP Email Form (3)
    • PolyMail (2)
    • Recaptcha (1)
    • Roundcube (4)
    • Thunderbird (3)
    • WebMail (5)
  • Games (1)
  • How to (87)
  • Joomla (6)
    • Akeeba (1)
    • Fix & Tricks (3)
  • jQuery (4)
  • jQuery Plugins (4)
    • BX Slider (1)
    • Slick (1)
  • Laravel (5)
  • Marketplace (5)
  • Miscellaneous (31)
  • MultiSaaS (1)
  • OJS (56)
    • Crossref (1)
    • Help (37)
    • Installation (10)
      • Issues (5)
    • Plugins (8)
    • Scholar Indexing (2)
    • Theme (7)
      • Templates (7)
        • Frontend (6)
        • legacy (1)
    • Theme Customization (10)
    • Theme Development (14)
    • TPL CSS JS (2)
    • Upgrade (11)
  • OSTAD (17)
  • Oxwall (3)
  • Payment Methods (1)
    • Paypal (1)
  • PC Tips and Tricks (14)
    • MS Office (2)
      • PowerPoint (1)
    • Windows (4)
  • PHP Parse error (2)
  • phpBB (2)
  • Server and Hosting (213)
    • Billing and Management (10)
      • Blesta (5)
      • Boxbilling (2)
      • WHMCS (5)
    • Email (10)
      • Postfix (3)
    • Error and Fix (17)
    • FTP (2)
    • Linux Distribusion (28)
      • Almalinux (13)
      • CentOS (17)
      • Debian (21)
      • Ubuntu (19)
    • Mail Server Solusion (7)
      • iRedMain (6)
    • MySQL (12)
    • Providers (69)
      • AWS (37)
      • Bluehost (37)
      • Cloudcone (26)
      • Contabo (40)
      • Digitalocean (68)
      • Hetzner (3)
      • HostGator (36)
      • Hostinger (8)
      • RackNerd (10)
      • VPSDime (38)
    • Security (21)
      • SSH (8)
    • VPS Management (72)
    • Web Control Panel (147)
      • aaPanel (14)
      • CentOS Web Panel (46)
      • cPanel (33)
      • CyberPanel (7)
      • DirectAdmin (96)
        • Find & fix (38)
      • ISPConfig (17)
      • KeyHelp (7)
      • Plesk (26)
      • Webmin (25)
        • Usermin (2)
        • Virtualmin (13)
      • WHM (18)
  • Uncategorized (19)
  • Wordpress (89)
    • Elementor (2)
    • Find and Fix (11)
    • Functions (5)
    • Genesis (9)
    • Glossary (1)
    • How to (22)
    • Neuron TD (15)
      • Console Error (1)
      • functions (5)
        • register_post_type (1)
        • register_sidebar (1)
        • theme_files (1)
        • theme_supports (1)
      • Image Directory (1)
      • Menu (2)
      • Query (4)
    • Plugins (13)
      • Contact Form 7 (5)
      • Duplicator (1)
      • Essential Grid (2)
    • Softaculous (3)
    • Speed and Security (4)
    • Stock Theme Development (6)
      • Header Footer (1)
      • PHP (1)
      • VC (1)
    • Theme Development (2)
      • Issues (1)
      • Menu (1)
    • Timer Theme Development (3)
    • Update (2)
    • Woocommerce (2)
    • WP Basic Guideline (8)

Important DEV links

  • Premium Themes
    • Themeforest
    • Envato Market
  • Built With (What Theme is That?)
    • What WP theme is that
    • Joomla Template Detector
    • Drupal Template Detector
    • Prestashop Template Detector
    • Shopify Theme Detector
    • Squarespace Template Detector
    • OpenCart Detector
    • WordPress.com Theme Detector
  • Domain/IP history checker
    • Who IS request
    • Hosting Info
  • Check DNS Propagation
    • DNS Checker
    • intoDNS
  • What is my IP
    • What is My IP Address
    • What is My IP
    • IP location
    • What is My IP
    • Porkbun
  • SEO Tools
    • Visitor Traffic
    • Broken Link
    • Website Speed Test
      • SEMrush
      • GTmetrix
      • Pingdom
      • PageSpeed Insights
      • DebugBear
      • keyCDN
  • Photo Image
    • Remove Background 50 Free Preview Image 375 × 666 per month
  • Domain Registrars
    • 123-Reg
    • Porkbun
    • Freenom
    • Namecheap NEWCOM598
  • Hosting Providers
    • Bluehost
    • Hostgator
    • Inmotion
  • Hosting Control Panel
    • CWPpro (FREE)
    • DirectAdmin (Trial 60 Days, One account $2/month)
    • ISPConfig (Free)
  • Webmaster Tools
    • Google
    • Bing
    • Yandex
  • Miscellaneous
    • Time Calculator

 

Categories

  • Affiliate Marketing (1)
  • Customization (4)
    • CSS (2)
  • Email Solutions (23)
    • FrontApp (2)
    • Google Spreadsheet (2)
    • Microsoft Outlook (1)
    • PHP Email Form (3)
    • PolyMail (2)
    • Recaptcha (1)
    • Roundcube (4)
    • Thunderbird (3)
    • WebMail (5)
  • Games (1)
  • How to (87)
  • Joomla (6)
    • Akeeba (1)
    • Fix & Tricks (3)
  • jQuery (4)
  • jQuery Plugins (4)
    • BX Slider (1)
    • Slick (1)
  • Laravel (5)
  • Marketplace (5)
  • Miscellaneous (31)
  • MultiSaaS (1)
  • OJS (56)
    • Crossref (1)
    • Help (37)
    • Installation (10)
      • Issues (5)
    • Plugins (8)
    • Scholar Indexing (2)
    • Theme (7)
      • Templates (7)
        • Frontend (6)
        • legacy (1)
    • Theme Customization (10)
    • Theme Development (14)
    • TPL CSS JS (2)
    • Upgrade (11)
  • OSTAD (17)
  • Oxwall (3)
  • Payment Methods (1)
    • Paypal (1)
  • PC Tips and Tricks (14)
    • MS Office (2)
      • PowerPoint (1)
    • Windows (4)
  • PHP Parse error (2)
  • phpBB (2)
  • Server and Hosting (213)
    • Billing and Management (10)
      • Blesta (5)
      • Boxbilling (2)
      • WHMCS (5)
    • Email (10)
      • Postfix (3)
    • Error and Fix (17)
    • FTP (2)
    • Linux Distribusion (28)
      • Almalinux (13)
      • CentOS (17)
      • Debian (21)
      • Ubuntu (19)
    • Mail Server Solusion (7)
      • iRedMain (6)
    • MySQL (12)
    • Providers (69)
      • AWS (37)
      • Bluehost (37)
      • Cloudcone (26)
      • Contabo (40)
      • Digitalocean (68)
      • Hetzner (3)
      • HostGator (36)
      • Hostinger (8)
      • RackNerd (10)
      • VPSDime (38)
    • Security (21)
      • SSH (8)
    • VPS Management (72)
    • Web Control Panel (147)
      • aaPanel (14)
      • CentOS Web Panel (46)
      • cPanel (33)
      • CyberPanel (7)
      • DirectAdmin (96)
        • Find & fix (38)
      • ISPConfig (17)
      • KeyHelp (7)
      • Plesk (26)
      • Webmin (25)
        • Usermin (2)
        • Virtualmin (13)
      • WHM (18)
  • Uncategorized (19)
  • Wordpress (89)
    • Elementor (2)
    • Find and Fix (11)
    • Functions (5)
    • Genesis (9)
    • Glossary (1)
    • How to (22)
    • Neuron TD (15)
      • Console Error (1)
      • functions (5)
        • register_post_type (1)
        • register_sidebar (1)
        • theme_files (1)
        • theme_supports (1)
      • Image Directory (1)
      • Menu (2)
      • Query (4)
    • Plugins (13)
      • Contact Form 7 (5)
      • Duplicator (1)
      • Essential Grid (2)
    • Softaculous (3)
    • Speed and Security (4)
    • Stock Theme Development (6)
      • Header Footer (1)
      • PHP (1)
      • VC (1)
    • Theme Development (2)
      • Issues (1)
      • Menu (1)
    • Timer Theme Development (3)
    • Update (2)
    • Woocommerce (2)
    • WP Basic Guideline (8)
  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting

Copyright © 2025 · Executive Pro Theme on Genesis Framework · WordPress · Log in