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

  • 7 Best Web Hosting for Beginners: Complete Guide to Top Providers

    Best Web Hosting for Beginners: Complete Guide to 7 Top Providers Best Web Hosting for Beginners: Complete Guide to 7 Top Providers in Choosing the best web hosting for beginners can feel overwhelming with countless options available in today’s market. Whether you’re launching your first blog, building a small business website, or creating an online…

  • Truehost Hosting Review

    Truehost Hosting emerges as a notable player in the web hosting landscape, offering a blend of reliability, affordability, and user-friendly features. This comprehensive review delves into Truehost’s offerings, evaluating its performance, user experience, and customer service quality. Ideal for both beginners and seasoned webmasters, Truehost caters to a diverse clientele with its varied hosting solutions….

  • How to install CloudPanel on Vultr VPS: CloudPanel setup

    In this simple Cloudpanel setup tutorial, I will show you how to install Cloudpanel on Vultr, add WordPress websites, and install free SSL certificates. I will be hosting the panel on Vultr VPS and deploying an instance to install the panel. Cloudpanel has a different server requirement than other hosting panels we have tested on…

  • How to Create a WordPress Website with Elementor Hosting

    Building a WordPress website can be an exciting journey. In this guide, we will walk through the process of how to create a WordPress website with Elementor Hosting. Whether you’re building a portfolio or a blog, the techniques discussed here can be applied to any type of website. Let’s dive in! Step 1: Why Choose…

  • HostPoa Hosting Review

    HostPoa Hosting emerges as a significant player in the web hosting arena, offering a blend of reliability, speed, and affordability. This comprehensive review delves into its features, performance, and user experiences, providing a clear picture for those considering HostPoa for their hosting needs. Key Takeaways Hostnail Hosting Features HostPoa Hosting boasts a variety of features…

  • How to Buy Expired Domains at Dynadot

    Purchasing expired domain names can be a strategic move for anyone wanting to enhance their online presence. This guide will walk you through how to buy expired domains at Dynadot, a platform known for its user-friendly interface and affordable prices. Let’s dive into the steps you need to follow to bid on successfully and purchase…

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 *