Unable to access Hestia CP through cloudflare

Greetings,
First of all, I just wanted to say thanks to this community and the developing team who gave birth to Hestia CP.

I am trying to access Hestia CP through my hestia.domain.com:8083 but it won’t go through.

My domain is managed through Cloudflare and they support only a limited number of Proxied ports. Hence I changed the same using “v-change-sys-port 2083

I did a “cat /usr/local/hestia/nginx/conf/nginx.conf” and its reflecting port 2083.

# Vhost
    server {
        listen          2083 ssl;
        server_name     _;
        root            /usr/local/hestia/web;

I rebooted the VM but yet I’m unable to access the Control panel through hestia.domain.com:2083, I am getting a The connection has timed out error

Hestia is installed on Oracle VM.

Any assistance would be highly appreciated.
Thanks in advance.

You need to add an exclusion to the oracle firewall.

I forgot to open the port. my bad. works now.

Thank you once again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.