minus-squarezagaberoo@beehaw.orgtoSelf Hosted - Self-hosting your services.@lemmy.ml•How private is a vps?linkfedilinkarrow-up0·27 days agoThe networking aspect will likely be the trickiest, but if you’re already interested in administrating a VPS you can absolutely do it. Have an ISP that doesn’t block inbound connections. So far both Comcast and Verizon have been cool to me in that regard. Configure your router to always give your host machine the same internal-network IP address. Configure your router to forward any relevant ports (TCP/80 for insecure HTTP, e.g.) to the internal address you assigned to your host. Go to ifconfig.me or similar to ascertain your public Internet IP address. Buy a domain (Namecheap has been good to me for a decade) and change its A record to point to that address! Not hard, but not exactly uncomplicated either. linkfedilink
The networking aspect will likely be the trickiest, but if you’re already interested in administrating a VPS you can absolutely do it.
A
record to point to that address!Not hard, but not exactly uncomplicated either.