SolusVM installation, SolusVM NAT settings, SolusVM integration with Whmcs

888u

Last update at :2024-07-02,Edit by888u

This article is successful under Centos 6 64-bit. All are operated under SSH. SolusVM is divided into master and slave. The master manages all hosts, including virtual hosts, VPS, and dedicated servers. The slave is a host and must be a dedicated server.

1. Installation and cracking of SolusVM master control

1. Install SolusVM master control

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

Wait for a while for the system to initialize.

A choice will appear after a few minutes. It is recommended to choose 1 (1-3 are all masters, 4-6 are slaves)

After installation, the SolusVM console address, user name, password, etc. will appear, record them.

2. Crack the SolusVM master control a. Add pseudo-authorized hosts

vi /etc/hosts

Add the following pseudo-authorization, the package is SolusVM Enterprise (NOC):

150.95.9.225 soluslabs.com 150.95.9.225 www.soluslabs.com 150.95.9.225 licensing1.soluslabs.net 150.95.9.225 licensing2.soluslabs.net 150.95.9.225 licensing3.soluslabs.net 150.95.9.225 licensing4.soluslabs.net 150.95.9.225 licensing5.soluslabs.net 150.95.9.225 licensing6.soluslabs.net

Alternatively, the package is SolusVM Enterprise (RS)

150.95.9.221 soluslabs.com 150.95.9.221 www.soluslabs.com 150.95.9.221 licensing1.soluslabs.net 150.95.9.221 licensing2.soluslabs.net 150.95.9.221 licensing3.soluslabs.net 150.95.9.221 licensing4.soluslabs.net 150.95.9.221 licensing5.soluslabs.net 150.95.9.221 licensing6.soluslabs.net

b. Firewall blocks verification address

iptables -I INPUT -s 94.0.0.0/8 -j DROP

Save iptables configuration

service iptables save

Restart iptables

service iptables restart

3. Turn off selinux

vi /etc/sysconfig/selinux

Set SELINUX to disabled as follows: SELINUX=disabled

4. Configure SSL a. Obtain certificate

yum install curl socat && curl https://get.acme.sh | sh && source ~/.bashrc acme.sh --issue -d vps.zhujiwiki.com -w /usr/local/solusvm/www/.verification

Install certificate

acme.sh --installcert -d vps.zhujiwiki.com \ --keypath /usr/local/svmstack/nginx/ssl/ssl.key \ --fullchainpath /usr/local/svmstack/nginx/ssl/ssl.crt \ --reloadcmd "service svmstack-nginx restart; \ /usr/local/svmstack/sshwebsocket/quit; \ /usr/local/svmstack/sshwebsocket/port_check; \ cd /usr/local/svmstack/nginx/ssl && cat ssl.key ssl.crt > ssl.pem"

5. The browser enters the web control terminal

2. The controlled installation and cracking of SolusVM

1. Install SolusVM and be controlled

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

Wait for a while for the system to initialize.

After a few minutes, the selection will appear. According to your needs, 4 is KVM, 5 is Xen, and 6 is OpenVZ.

After installation, the following message will appear, remember!

2. Cracked SolusVM accused Add pseudo-authorized hosts

vi /etc/hosts

Add the following pseudo-authorization:

150.95.9.225 soluslabs.com 150.95.9.225 www.soluslabs.com 150.95.9.225 licensing1.soluslabs.net 150.95.9.225 licensing2.soluslabs.net 150.95.9.225 licensing3.soluslabs.net 150.95.9.225 licensing4.soluslabs.net 150.95.9.225 licensing5.soluslabs.net 150.95.9.225 licensing6.soluslabs.net

or

150.95.9.221 soluslabs.com 150.95.9.221 www.soluslabs.com 150.95.9.221 licensing1.soluslabs.net 150.95.9.221 licensing2.soluslabs.net 150.95.9.221 licensing3.soluslabs.net 150.95.9.221 licensing4.soluslabs.net 150.95.9.221 licensing5.soluslabs.net 150.95.9.221 licensing6.soluslabs.net

3. SolusVM KVM bridge settings Official documentation: https://documentation.solusvm.com/display/DOCS/KVM+Bridge+Setup a. Install bridging dependencies

yum -y install bridge-utils

b. Enable ipv4 forwarding:

echo 1 > /proc/sys/net/ipv4/ip_forward

c. Create a new bridge network card and name it br0

vi /etc/sysconfig/network-scripts/ifcfg-br0

Paste the content below. If there is no IPv6, delete the IPv6 part

DEVICE=br0 TYPE=Bridge BOOTPROTO=static IPADDR=server main IP NETMASK=255.255.255.248 (if it is /29, the last 3 digits are 248, modified according to the IP number) ONBOOT=yes GATEWAY=Gateway IPV6INIT=yes IPV6ADDR=Server IPV6 address IPV6_DEFAULTGW=fe80::1 IPV6_DEFAULTDEV=br0

d. Edit the default network card (some are eth0, some are eth1)

vi /etc/sysconfig/network-scripts/ifcfg-eth1

Paste the content below

DEVICE=eth1 ONBOOT=yes BRIDGE=br0

e. Add other IPs

vi /etc/sysconfig/network-scripts/ifcfg-br0:0

Add the following content (the gateway is modified according to the IP number)

DEVICE=br0:0 BOOTPROTO=static IPADDR=server IP2 NETMASK=255.255.255.248 IPADDR2=Server IP3 NETMASK2=255.255.255.248 IPADDR3=Server IP4 NETMASK3=255.255.255.248 IPADDR4=Server IP8 NETMASK4=255.255.255.248 ONBOOT=yes

f. Restart the network

service network restart

4. System download Official: https://tdn.solusvm.com/

Made by netizens: https://solusvm-kvm-templates.com

3. SolusVM main control terminal settings (1) Node settings 1. Add Node

2. Node settings

(2) Package settings

(3) NAT network settings Add IP segment

Click on the IP segment you just set to edit and set the IP

Intranet port forwarding, use script:

wget https://bmvps.com/wp-content/uploads/2018/06/addnat.sh bash addnat.sh

Enter the IP of the server and leave the others as default. Rule explanation: The default is to assign the IP forwarding rule of 10.0.1.0/24. If there are multiple IP forwarding rules, additionally assign 10.0.2.0/24, 10.0.3.0/24, etc. The explanation here is based on 10.0.1.0/24.

Check whether the configuration is successful

iptables -t nat -L

4. Interconnection between SolusVM and Whmcs (1) SolusVM settings Add API

(2) Settings of WHMCS 1. Some WHMC versions do not have the solusvm module, download: https://github.com/plesk/SolusVM -WHMCS-Module/archive/master.zip, after unzipping, add the solusvmpro folder to the root directory/modules/servers.

2. Add a server, Setup – Products – Servers

3. Add products

Add Custom Fields https://documentation.solusvm.com/display/DOCS/Custom+Fields+-+Important

(3) Paypal payment Application address: https://www.paypal.com/bizsignup

The fake authorized site comes from: https://blog.ni-co.moe/public/544.html< /a> NAT tutorial comes from: https://liyuans.com/2018/05/ tutorial-of-nat-vps-build-via-solusvm.html Official installation instructions: https://documentation.solusvm.com/display/DOCS/SolusVM https://lala.im/3304.html

Recommended site search: Taiwan online proxy server, free second-level domain name application, pw domain name, domain name information, PHP space purchase, domain name query official website, Hong Kong server, domain name registration website, US unlimited content hosting,

SolusVM installation, SolusVM NAT settings, SolusVM integration with Whmcs

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码