How to setup CloudPanel on Oracle Cloud Free Tier

In this Web Hosting tutorial, I will show you how to setup CloudPanel on Oracle Cloud Free Tier. We will also add a WordPress site and issue an SSL certificate.

The latest version of CloudPanel supports ARM64 CPU. This allows you to use all the 4 vCPU and 24GB RAM on Oracle Cloud.

Related: How to install CloudPanel on Vultr VPS: CloudPanel setup

Once you have created your Oracle instance, do the following;

  1. Add DNS records on your domain register dashboard and point them to your server IP address. In this example, I am using Namecheap. Point your panel’s subdomain (Cloud.yourdomain.com or cp.yourdomain.com) to the Oracle IP address.
  2. On your instance, click virtual cloud networks > Subnet >Default security list and add ingress rules. For the Source CIDR, add this value 0.0.0.0/0
  3. Add these ports to your ingress rules;
443,80,8443,20,21,49152,65534

We will install the CloudPanel via the terminal. I will be using PuTTY for this purpose.

These are the commands we will use for this tutorial;

  1. Change to superuser:
Sudo su -
  • Update the server:
apt update && apt -y upgrade && apt -y install curl wget sudo
  • Install CloudPanel with your preferred Database. Choose whichever version you like. I will be using MySQL Database.
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "2d3812327d8229c372f599156515c4639d18badd5c6a972616affbf86960c24f  install.sh" | \
sha256sum -c && sudo bash install.sh

How to update CloudPanel

To update your CloudPanel, just run this script;

clp-update
Disclosure: We may earn commission for purchases that are made by visitors on this site at no additional cost on your end. All information is for educational purposes and is not intended for financial advice. Read our affiliate disclosure.

Share this:

Similar Posts

  • Bluehost Cloud Hosting Review: Complete Guide to Features, Pricing & Performance

    Bluehost Cloud Hosting Review: Complete Guide to Features, Pricing & Performance Bluehost Cloud Hosting Review : Complete Guide to Features, Pricing & Performance An in-depth analysis of Bluehost’s cloud hosting platform for agencies, eCommerce, and high-traffic websites When evaluating cloud hosting solutions for your WordPress website, Bluehost Cloud Hosting emerges as a compelling option that…

  • CyberPanel Setup on Oracle Free Tier VPS

    In today’s Web hosting setup tutorial, we will look at how to install Cyberpanel on Oracle Cloud always Free Tier. I used Canonical Ubuntu 20.04 and AMD as the image and shape of my server instance respectively. The available ARD had a capacity of 1vCPU and 1GB RAM. The entire installation took around 20 –…

  • Verpex Reseller Hosting Review and Reseller Hosting Setup Tutorial

    Welcome to our detailed exploration of Verpex Reseller Hosting Review. In this guide, we will dive deep into what reseller hosting is, the advantages it offers, and how to set up your own reseller hosting with Verpex. This is an excellent opportunity for anyone looking to start a web hosting business with minimal investment and…

  • Bluehost Web Hosting Review: Complete Guide & Performance Analysis

    Bluehost Web Hosting Review: Complete Guide & Performance Analysis Bluehost Web Hosting Review : Complete Performance Analysis Discover everything you need to know about Bluehost web hosting in our comprehensive review. We analyze pricing, performance, features, and real-world testing results to help you make an informed decision. ★★★★☆ Overall Rating: 4.6/5 Table of Contents Bluehost…

  • Minimum server requirement for web hosting panels

    Each web hosting panel comes with unique features that require a certain minimum server requirement for web hosting panels. These requirements include the RAM, CPU, OS versions, and memory capacity. You can use our free server resource calculator to determine an estimate of the resources you need for your website. What is the minimum server…

2 Comments

  1. Hi, I really like your blog; it’s very educational and insightful. Just a quick question: I am facing challenges in verifying my payment using my Equity Visa card. I successfully verified it, but when I try to proceed with the free trial by accepting the agreement, I receive an error message stating, “We are unable to complete your sign-up.” Could you please help me with this issue?

Leave a Reply

Your email address will not be published. Required fields are marked *