How to setup Hestia panel on Oracle Cloud Free Tier

In today’s tutorial, I will show you how to setup Hestia panel on Oracle Cloud Free Tier, add your domain name, install WordPress, and issue a Let’s Encrypt SSL.

I will install the Hestia panel via a command line, and everything else is managed in the panel. You can use PuTTY for this purpose.

Related: CyberPanel Setup on Oracle Free Tier VPS

Once you have created your instance,

  1. Now add your DNS records on your domain register dashboard. In this case, I am using Namecheap. Also, point the subdomain (hcp.yourdomain.com or hestia.yourdomain.com) for your hostname to the Oracle IP address.
  2. On your Oracle cloud instance go to virtual cloud networks > Subnet > Default security list and add ingress rules. Add this value 0.0.0.0/0 for the Source CIDR.
  3. Go to your instance and add these ports to your ingress rules
8083,80,443,143,993,110,995,25,465,587

Find all the commands needed to install the panel below

 1. Change user to superuser

sudo su -

2.  The install script

wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

3. Make sure to these details to suit you. I recommend using a subdomain like ‘hestia’ or ‘hcp’ for your panel. In this example, I will be using ‘hestia’.

bash hst-install.sh --interactive no --email admin@example.com --password VCU5IK#KJ@ldl6%gf$ --hostname hestia.example.com -f

Don’t forget to change the email address, password, and hostname to match your choice.

4. Once it is done running the commands, reboot using:

reboot

The installation takes around 15 to 25 minutes to finish. And if you encounter an SSL error; that is your panel fails to issue itself an SSL cert, then run this script to resolve the issue. Log in as the super user (sudo su -)

v-add-letsencrypt-host

Hestia With Cloudflare setup

Note that port 8083 is not supported on Cloudflare, therefore you need to change it to 2083 on the terminal. Use this command;

sudo su –

v-change-sys-port 2083

Add these ports to the Oracle ingress rules

2083,80,443,143,993,110,995,25,465,587

You can use a Cloudflare origin SSL certificate for additional security. To do so, add the Cloudflare certificate authority to your server. Use this code one at a time;

sudo su -

wget https://developers.cloudflare.com/ssl/static/origin_ca_rsa_root.pem

mv origin_ca_rsa_root.pem origin_ca_rsa_root.crt

cp origin_ca_rsa_root.crt /usr/local/share/ca-certificates

update-ca-certificates
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

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

  • DeepAfrica Hosting Review

    DeepAfrica Hosting has emerged as a significant player in the web hosting landscape, offering a range of services tailored to meet diverse needs. This comprehensive review delves into the intricacies of DeepAfrica Hosting, providing a clear, concise overview of its features, performance, and overall user experience. Ideal for businesses and individuals alike, DeepAfrica Hosting stands…

  • Is Hostinger Suitable for Christian Web Hosting? Complete Guide

    Is Hostinger Suitable for Christian Web Hosting? Complete Guide Is Hostinger Suitable for Christian Web Hosting? Complete Guide for Churches, Ministries, and Faith-Based Organizations Table of Contents Show Contents Introduction Christian Hosting Requirements Hostinger Overview Pricing Analysis Performance & Security Christian-Specific Features WordPress Compatibility Pros & Cons Alternatives Comparison Conclusion Choosing the right web hosting…

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

  • Ionos Web Hosting Review: Complete Analysis of Features, Pricing & Performance

    Ionos Web Hosting Review: Complete Analysis of Features, Pricing & Performance Ionos Web Hosting Review : Complete Analysis of Features, Pricing & Performance Discover whether Ionos hosting is the right choice for your website with our comprehensive review covering performance, pricing, features, and real-world testing results. When searching for reliable web hosting, Ionos (formerly 1&1)…

  • 7 Best Managed WordPress Hosting for Christian Websites – Complete Guide

    Best Managed WordPress Hosting for Christian Websites – Complete Guide Best Managed WordPress Hosting for Christian Websites () Find the perfect managed WordPress hosting solution for your Christian website with our comprehensive guide featuring detailed reviews, performance statistics, and expert recommendations. Table of Contents 1. Introduction 2. Why Managed WordPress Hosting for Christian Websites? 3….

Leave a Reply

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