Skip Navigation

which softwares can I self host without public IP?

Greetings,

my current ISP refuses to provide me a static IP and they also blocks incoming connection to my ipv6 so I can't host services on just ipv6 too. I will be changing my ISP when the plan expires.

without public IP I can host my own IRC bouncer but I would like to know what else can I self host? Thanks in advance!

You're viewing a single thread.

73 comments
  • Literally anything you want. You don’t need a static IP, any dynamic IP with a software updater will work. For example, I have some public sites proxied through Cloudflare, and I use the DDNS updater for Docker that keeps my DNS correct.

    • The ISP is blocking his ports too, it seems.

      • That’s an odd thing to see these days. I didn’t know ISPs still did that. I bet they offer a more expensive tier for businesses is why.

        • In my country no ISP will offer you a real IP address anymore. Not on IPv4 at least. So doesn't matter if your ports are blocked or not, you are CG-NATted in any case.

      • Should check which ports.

        Mine blocks 80 inbound and 25 outbound, but everything else I've tried works. (so no default http, and no outbound email)

        I only really want 443 for simplicity, everything else can be random ports.

73 comments