control panel – Email shop Community https://theemailshop.co.uk/community Wed, 04 Dec 2019 05:37:37 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 How to download SOLUSVM Slave on Centos 7? https://theemailshop.co.uk/community/knowledge-base/how-to-download-solusvm-slave-on-centos-7/ Wed, 04 Dec 2019 05:37:37 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1165 The SolusVM is one of the most popular VPS hosting control panels and the SolusVM Slave would be installed on your dedicated server for creating VPSs on that server.

Fresh CentOS 6 or 7 must be installed on your server.

  • Sign in to your server via SSH Client by using the root account

Enter these 2 commands first

wget https://files.soluslabs.com/install.sh
sh install.sh

It will show you an option to choose virtualization. Many people choose KVM and some choose Xen. So, choose your preferred virtualization carefully by typing 1 or 2, then click enter. For KVM, type 2 and press Enter.

solusvm-slave-chose-virtualization

The installation will usually take from 10-15 minutes.

Once you complete the process, it would show you the Slave keys and additional instructions for the virtualization type. After that, use these keys that will add the node in your SolusVM Master panel. You may require a SolusVM Slave license for every node.

solusvm-slave-keys-of-installation

]]>
How to install Webmin on Centos 7 Linux? https://theemailshop.co.uk/community/knowledge-base/how-to-install-webmin-on-centos-7-linux/ Wed, 04 Dec 2019 05:32:05 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1145 Webmin is considered as a free hosting control panel that comes with easy and simple installation. It would only take 5-10 minutes with easy configuration.

Fresh CentOS 6 or 7 must be installed on your server.

  • Sign in to your server via SSH Client by using the root account

Enter these 4 commands first

yum install wget -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.860-1.noarch.rpm
yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect
rpm -U webmin-1.860-1.noarch.rpm

Note: its installation will take just a few minutes and may depend on the speed of the server. Once it gets completed, you may receive a message with the Webmin admin URL.

webmin-step1-installation-guide

  • Open WebMin in your browser https:// ip-address here:10000

webmin-step-2-installation-guide

  • On CentOS 7, if your URL is not working, then it means you need to open port 10000. You can do it by running this command:
    firewall-cmd –zone=public –add-port=10000/tcp –permanent
    firewall-cmd –reload

webmin-loginurl

The dashboard of WebMin will open and the new design will look really nice.

webmin-dashboard-design

]]>