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

  • Dynadot vs Namecheap: Which is the best domain register

    Overall Dynadot proves to be a better and cheaper domain register than Namecheap in terms of cost. This is because it comes with more free features at no extra cost. However, if you are willing to spend extra dollars on premium services, then Namecheap is a perfect choice. Basically, the greater difference is based on…

  • WP Engine Web Hosting Review: Complete Guide to Premium WordPress Hosting

    WP Engine Web Hosting Review: Complete Guide to Premium WordPress Hosting WP Engine Web Hosting Review : Complete Guide to Premium WordPress Hosting Review Summary This comprehensive WP Engine web hosting review examines one of the most popular managed WordPress hosting providers in the market. WP Engine has established itself as a premium hosting solution,…

  • Cloudways Web Hosting Review: Complete Analysis & Performance Test

    Cloudways Web Hosting Review: Complete Analysis & Performance Test Cloudways Web Hosting Review Looking for an honest cloudways web hosting review? You’re in the right place. In this comprehensive cloudways review, we’ll dive deep into everything you need to know about Cloudways hosting platform, from performance metrics and pricing analysis to features and customer support…

  • 200 Free Website Hosting Platforms

    In today’s digital age, online presence is crucial for individuals, businesses, and organizations. Free website hosting platforms have emerged as accessible solutions for those looking to create a website without significant financial investment. This article explores the advantages and disadvantages of free website hosting platforms and highlights some popular options available. Pros of Free Website…

  • Verpex vs Cloudways: Which Hosting Platform Is Right for You?

    Verpex vs Cloudways, choosing the right web hosting platform is crucial for your website’s success. In this blog, we will explore and compare two popular hosting platforms, Verpex and Cloudways. By the end, you will have a clear understanding of which service might be better suited for your specific needs. Introduction to Verpex Verpex, founded…

  • 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…

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 *