Can the vps provider not read everything on your server, unless it’s explicitly encrypted?

I’m asking because I’m interested in self-hosting mainly as a way to get privacy respecting services where good hosted ones don’t exist. I’m not sure I really want to deal with running my own hardware

  • umbrella@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    17 hours ago

    you dont need to run a server. get a mini pc, set it up, iron out the issues and it will run perfectly fine if you dont fuck with it.

    there are a few tasks like updating it, but it can be set up to do it by itself. it doesnt need stellar reliability, just regular backups.

      • umbrella@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        5 hours ago

        yeah theres a learning process before you can set it and forget if you dont have prior experience.

      • zagaberoo@beehaw.org
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        The networking aspect will likely be the trickiest, but if you’re already interested in administrating a VPS you can absolutely do it.

        1. Have an ISP that doesn’t block inbound connections. So far both Comcast and Verizon have been cool to me in that regard.
        2. Configure your router to always give your host machine the same internal-network IP address.
        3. Configure your router to forward any relevant ports (TCP/80 for insecure HTTP, e.g.) to the internal address you assigned to your host.
        4. Go to ifconfig.me or similar to ascertain your public Internet IP address.
        5. 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.