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!

24 comments
  • The best way would be to use a VPS to proxy your traffic to you. You can achieve this for pretty cheap, just set up an wireguard tunnel to a cheap VPS. That's exactly how I access all my services from outside my home. As long as the VPS has a publicly accessible IP (most of them do), you being behind CGNAT should not be an issue.

  • Look:

    1. you can buy any VPS server or use free VM in Amazon cloud
    2. then connect your home PC to this VPS with VPN tunnel After that you have public IP address (on VPS) linked with you home server.
    3. configure VPS for pass through incoming ports to you home server After that you can host anything for anyone in v4 or v6 internet.
  • Use Cloudflare's free tier tunnel

    • They'll shut it down if you send more than a few megabytes down that tunnel. It's ok if you just need a connection (for ssh and stuff) but anything that generates a lot of traffic will be blocked.

24 comments