Introduction on Runcloud
Runcloud is high performance cloud based control panel This cloud control panel support popular multiple cloud infrastructure like amazon cloud server , DigitalOcean etc You can run any php base application through Run cloud control panel Easy to use implement web base php application manage files from file management and you can also choose from different php versions as per requirement from multiple php options. Etc…
Official Website https://runcloud.io/
Step 1: Register and login/sign into Runcloud control https://manage.runcloud.io/auth/login
Step 2: Click on Let’s get started button for connect cloud / custom vps to panel.
Step 3 Now Select your cloud service provides or if you are using custom vps then select others
Step 4: Now from Provision types there are two options Build server and Connect via ip address i am used custom vps so i select Connect via ip address.
Installation note
-
Ensure that create in fresh ubuntu server
-
This cloud panel support only Ubuntu 16.04 and Ubuntu 18.04 64Bit
-
This cloud panel will not work if you have already configure with LAMP /LEMP in existing environment server
-
This cloud panel will not work with VPS behind NAT or Openvz based vps
-
Before you start you need to open this ports in your vps 80/tcp, 443/tcp. 34210/tcp for communication between your panel and vps
if your vps provide their network firewall you need to open ports
iptables -I INPUT -p tcp –dport 34210 –syn -j ACCEPT
iptables -I INPUT -p tcp –dport 443 –syn -j ACCEPT
iptables-save > /etc/iptables/rules.v4 -
This cloud panel support only IPv4 address
Now you need to enter any Server name and IPv4 address of your vps then click on Add this server buttonStep 5: Now need to configure the server there are two options Direct Installation and Manual Installation In Direct Installation you need enter root password task will perform automatically at back ground and in Manual installation yon need copy the generated script and past into terminal hit enter
Step 6 : Now you can see Configuring process started
Step 7: If configuration completed successfully you able to see summary page details with different options.
Have a great day 🙂