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

  • Orawebhost Review

    In today’s digital era, choosing the right web hosting service is crucial for any online venture. Orawebhost Hosting emerges as a noteworthy contender in this domain. Known for its robust features and reliable performance, it has garnered attention from various quarters. This review delves deep into Orawebhost Hosting, offering a comprehensive analysis of its services….

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

  • DreamPress Web Hosting Review

    DreamPress Web Hosting stands out in the digital realm for its specialized WordPress hosting solutions. Designed to cater to both novice bloggers and seasoned webmasters, DreamPress offers a blend of speed, reliability, and enhanced security. This hosting service is a dream come true for WordPress users, providing an optimized environment that ensures your website runs…

  • HostGator Web Hosting Review: Complete Analysis & Performance Test

    HostGator Web Hosting Review: Complete Analysis & Performance Test HostGator Web Hosting Review : Complete Analysis & Performance Test Looking for an honest HostGator web hosting review? You’ve come to the right place. This comprehensive HostGator review examines everything from pricing and performance to customer support and features, helping you make an informed decision about…

  • Hostinger vs HostGator: Complete Web Hosting Comparison

    Hostinger vs HostGator: Complete Web Hosting Comparison Hostinger vs HostGator: Complete Web Hosting Comparison When choosing between Hostinger vs HostGator web hosting, you’re comparing two of the most popular hosting providers in the market. This comprehensive guide analyzes every aspect of Hostinger web hosting vs HostGator web hosting, including performance statistics, pricing structures, features, and…

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 *