Net Hosting Talk

We are a community of individuals and businesses passionate about web hosting. Let's build, learn, and grow together.

Unable to connect to FTP with Cloudflare

Brianhip

New Arrival
Registered
Hello,

As Cloudflare mitigates the IP, I have also tried connecting directly to the IP but I am not able to get a connection. have enabled Cloud panel firewall to allow ports 20-22, and 12000-121000, and did the same for the ingress allow on Oracle Cloud.

Are there specific settings I need outside of this to connect?
 
  • Advertisement
  • Did you add an ftp record to your DNS in Cloudflare?

    and if you did make the record, did you make sure it is not proxied?

    and to test that your actual ftp is running correctly, you can also just temporarily disable the Cloudflare proxy on your domain. If it doesn't connect then, you will know the issue is on your server and not with Cloudflare.
     
    It must be on the server. I set up a non-proxied subdomain but even tho it successfully pulls the server ip it still times out.

    It either has something to do with oracle cloud or Cloudpanel I think. Cloudpanel should support FTP, it's integrated within its interface.
     
  • Advertisement
  • Cloudflare only proxies HTTP/HTTPS - direct IP connections like SSH or raw TCP on high ports won’t go through it. If you’re trying to connect to your server’s IP directly, Cloudflare doesn’t touch that traffic. Check Oracle’s VCN security list: make sure ingress rules allow your IP on the ports you need. Also, verify the OS firewall (like iptables or ufw) isn’t blocking them. And SSH runs on port 22, not 20—double-check you didn’t misconfigure that.
     

    Advertisement

    Back
    Top