Lot of sales for 4th of july (and ongoing ones) where you can pay $10-$14 for a YEAR of a small cheap VPS. Usually only has 1GB of memory, but that’s plenty to play around with and learn. If nothing else, a good cheap ipv4 you can use for some port forwarding. There are lots of options, but I’ve used racknerd and ethernetservers which have been fine.

I have my own server at home, but I bought two small ones to start learning Ansible with in a risk free way. Eventually plan to redo my main server with a complete Ansible setup, really want to hop on that “infrastructure as code” train.

  • trifictional@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Another Pro tip:

    If you really want to self host and have good internet speeds, then just use a dynamic dns service to point a domain at your home network :)

    It’s free minus the power costs. Sure you won’t be able to guarantee availability but for most personal(and friends/family) use it’s more than good enough.

    I say this because the reason a lot of people use VPS is because their ISP won’t give them a static IP. You don’t need a static IP.

      • Amcro@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 year ago

        I think it depends on the ISP. In my country (Croatia) most of the ISPs, if not all, change your IP address every 24h no matter what. You can force the IP change when you restart the router so if I restart mine at 2am it will change my IP every day at 2am.

        • Auli@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          What OS? I run a Linux router that when the IP changes it just updates the DNS record. Worst case I’m down for 5 minutes. But have never noticed anything.

          • Amcro@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Oh my server is running through cloudflare tunnel so im not affected by ip change at all. Im actually running default ISPs router it’s actually pretty nice and does the job for me.

      • Auli@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Depends on Canada my cable did not but my fiber bother the ipv4 and 6 change enough that I wrote scripts to update the DNS records.

      • lka1988@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        I had the same IP address for almost four years through Spectrum in Upstate NY, on a residential plan. It changed once. I ended up moving anyway though, so I didn’t get to see how long that one stuck around.

      • rarkgrames@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’m with BT in the UK and whilst this is somewhat true (as in if we lose power my ip normally changes) my ip does change from time to time for no apparent reason.

        I have dynamic DNS set up for my services so it’s not a major pain but I do wish I had a true static IP.

      • Twitchy@lemmy.fmhy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        For several years I connected to my home surveillance cameras via dynamic IP. It went months at a time without change, very infrequent. Created a tasker profile, android app, to pull IP daily when my alarm went off in the morning. If IP changed I would get a notification with the new IP address. I could then reconfigure my connection when needed.

        • xavier666@lemm.ee
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Yeah, but your speed is limited by the tunnel. My ISP has excellent upload speeds otherwise (140 Mbps).

          I checked with my ISP, they said they will give me a static IP but it will cost around $15 per month along with my internet cost. I’d rather just get a VPS.

      • Protegee9850@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        1 year ago

        Seriously. Even better when they just turn it on one day without warning because they can’t handle building out infrastructure to suit their growing customer base. Bastards.

    • LynneOfFlowers@midwest.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      One thing to look at if you’re going this route is whether your router supports NAT loopback (a.k.a. NAT reflection or NAT hairpinning). This feature means that you can access your server via the external IP (and therefore via the ddns domain name) even from within your network. It’s really useful for phones and laptops that might be on your home network at some times and off somewhere else at other times, so you don’t have to change configurations on e.g. the Nextcloud client, or remember to type in different addresses inside and outside the network. Some routers just do this, some don’t, some it’s a setting you have to turn on. The router built into my ISP-supplied cable modem didn’t support it so I got my own router and put the ISP one into bridge mode.

    • kensand@lemmy.kensand.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Even still, you can get a small VPS and connect a VPN between it and your LAN, using it as a gateway with a static IP.

      Gotta watch out for bandwidth limitations and data caps on small VPS like that though.

    • beeb@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      If your domain is registered with cloudflare, they have an amazing tunnelling service that is free to point your domain to your own device at home!

      • ThorrJo@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        For people who don’t like cloudflare, it’s also possible to self-host your reverse proxy, using e.g. nginx on the front end, and rathole or frp for the reverse tunnel. I use ssh if I need a forward proxy too (so outbound requests don’t come from my “real” IP) and that’s not super ideal, but it works.

        This is of course considerably more difficult than something that’s point-and-click, but for me, using Cloudflare defeats the purpose of self-hosting.

        I have built & rebuilt such a setup several times now and it gets better documented every time, soon I’ll release a step by step HOWTO.

    • Cyclo@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      4
      ·
      edit-2
      11 months ago

      Please get familiar with your ISP’s TOS before doing that.

      • trifictional@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        arrow-down
        2
        ·
        1 year ago

        I pay them nearly $100 a month for internet. They can get fucked if they want to dictate what legal things I do with it.

        • Cyclo@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          11 months ago

          It doesn’t matter how much you pay them. When you signed the contract you accepted their Terms of Service. Of course they can dictate what they want, you are free to go and choose another provider.

  • ThorrJo@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

    I thought this was about physical hardware, lol.

    FWIW I have been upgrading my stack on a very tight budget and there are some incredible deals on used/refurb PCs out there… just wait & watch for a couple weeks if need be, and you can get yourself a secondhand business PC for dirt cheap.

    • lka1988@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I scored an Optiplex 7050 SFF with 250GB SSD, 16GB RAM, and an i5-6500 for under $100 on an ebay auction last year. I threw in another 16 GB of RAM, an i7-7700, 300W PSU from an Optiplex XE3 (factory for a 7050 SFF is 180W…), factory SD card reader + faceplate, and an Nvidia Quadro K1200 (why? I don’t remember, but it’s better than the iGPU).

      • ThorrJo@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        haha this is amazing, I made similar comments in 3 threads or so, and people commented back about OptiPlex SFF in all of 'em :D

        when I first started doing this again for real about 3 years ago, I built a stack of 3x OptiPlex SFF that I got from pcsforpeople.com (discount refurb gear for po’ folk), plus an Amazon refurb. I’ve started migrating to the “1-liter” USFF business PCs, but I still have the best of the OptiPlex SFFs - an i7-4770 with 32GB of RAM which now is my database server and NAS box.

        It’s amazing how well the high-end 4xxx Intel chips still hold their own a decade after their release.

  • subtext@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    Oh wow this is quite an interesting proposition. Do you have any ideas / suggestions for what could reasonably be run on a box with 1 GB RAM?

    • 🇭 🇾 🇩 🇷 🇦@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      edit-2
      1 year ago

      Try putting an RSS reader on their like FreshRSS! Or a bookmark manager such as LinkAce! Start your own personal wiki/knowledge base with BookStack! Try deploying them natively, then learn how awesome docker is and put them into a compose file. Add wireguard into the mix so your services can only be accessed via a VPN.

      Now get yourself a domain if you don’t already have one. Pro tip if you want to maximize the cheapness of your setup, you can get a .xyz domain for .99 cents a year! Just has to be funny numbers, but find some numbers that has meaning and its not bad. Now that you have a domain, put those bad boys in a subdomain. Tired of those pesky browser errors? Time to setup a reverse proxy and get yourself an HTTPS cert. Caddy is brain dead easy to do this.

      • 🇺🇦 Max UL@lemmy.pro
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Thank you for the introduction to BookStack, I needed an app for a book/Wiki and that looks great. You use it and like it?

        • 🇭 🇾 🇩 🇷 🇦@lemm.eeOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          I used it for a bit and enjoyed how well developed it is, but I moved onto something different as I needed something more freeform. If the structure of BookStack works for you, you can’t get much better.

    • SamSpudd@lemmy.lukeog.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      For me, something like PiHole for DNS-based Adblocking, as well as potentially a Wireguard/OpenVPN installation (via PiVPN potentially) for an easy adblocking VPN combination. Depends on the available bandwidth, however, but some lower powered applications, even up to a small personal Matrix Synapse server could be viable on 1GB Ram if not abused.

      • ShittyKopper [they/them]@lemmy.w.on-t.work
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        If you’re thinking of hosting Matrix on that small of a server consider going with Conduit or Dendrite. They’re not as feature complete as Synapse but they’re substantially lighter.

        • Chobbes@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          It’s also obviously a different thing than Matrix, but Prosody for XMPP is suuuuper lightweight.

          • ShittyKopper [they/them]@lemmy.w.on-t.work
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Oh yeah, I briefly tried Prosody/XMPP (before a domain scalper stole a previous domain of mine because of a loophole with the TLD i chose) and it worked really well.

            It’s a shame Matrix seems to be the current hot new thing when, with a bit of UX polish on all the apps, XMPP would work just as well if not even better.

            • Chobbes@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              XMPP works pretty well, but it’s not in the spotlight as much as Matrix right now. I get the sense that Matrix servers tend to be pretty heavy weight in comparison? Main problem with XMPP in my opinion is that there’s no “one true app” available for every platform. There’s something decent everywhere (with iOS being the worst supported, but getting better, Siskin is pretty solid), but it’d be really nice to have a decent app like Element everywhere so you could help your friends on different platforms better, and trust that they’re getting a similar experience. Conversations is kind of an amazing app on android, I like Dino on Linux, Siskin is pretty good on iOS… Not entirely sure what’s going on with Macs (I think you can get Dino to work, but otherwise I guess maybe Beagle?)… I’m REALLY not sure what’s going on with Windows.

              But, por que no los dos! A lot of us host stuff as a hobby, so it can just be fun to set up an extra thing if you’ve got nothing better to do :P.

              • ShittyKopper [they/them]@lemmy.w.on-t.work
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                1 year ago

                Snikket (which is run by a Prosody dev) is aiming to be the “one app” of XMPP. Their Android version is, IIRC, rebranded Conversations. Not sure on iOS/macOS but I think they have something there as well. And of course their server software is Prosody with a few extra plugins configured by default. All FOSS

                • Chobbes@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  1 year ago

                  I can confirm that the Snikket iOS app is rebranded Siskin :). Not sure about MacOS.

                  I’m really excited about Snikket, though. I hope it succeeds :).

              • ThorrJo@lemmy.sdf.org
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 year ago

                Matrix is awful.

                I will say that they have been putting a lot of effort into making it better, and it is better than it was, for sure. But it still sucks.

                I’m picky about software FWIW. Maybe in another couple years they’ll have basic UX, security, and performance figured out.

  • stankbucket@lemmy.one
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    11
    ·
    1 year ago

    Get a free oracle cloud account. 24GB RAM 200GB disk 4 core CPU for free. 5gbps connection, IPv4 and 6. I run all of my stuff that I want running outside of my house there and run everything else on my proxmox cluster.

    • EinfachUnersetzlich@lemm.ee
      link
      fedilink
      English
      arrow-up
      21
      arrow-down
      1
      ·
      1 year ago

      I’ve seen a few comments from people who’ve had their Oracle free tier accounts deleted with no warning.

    • SamSpudd@lemmy.lukeog.com
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      1
      ·
      1 year ago

      Problem is Oracle sometimes just hates people, so declines all attempts to get the Free Tier.

      I know from experience

    • XiberKernel@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 year ago

      As someone who once had to work with Oracle databases and licensing as a part of their job, i will never willingly use another Oracle product.

      • kalipike@lemmy.one
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        ABSOLUTELY THIS. Same. I have to deal with Oracle and their Opera PMS platform which uses Weblogic, 19c, and a variety of other products and it makes me actively want to scream and light things on fire. If I can help it, you won’t catch me using another Oracle product if I can avoid it.

      • stankbucket@lemmy.one
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        I thought the same thing when I heard about the free tier, but you have to remember that oracle cloud is distant 4th in the cloud race so they are trying to just get people to use their capacity. Oracle and free are rarely used in the same sentence, but I’ve had an instance running for about a year with minimal problems.

    • Mir@lemmy.fmhy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 year ago

      I’ve been trying to register for a month now and it wouldn’t accept any of my credit or debit cards I even copied the address from my bank statement to make sure it’s correct, it keep denying even though it does take money off of my account.

    • HolyHell@lemmy.fmhy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I’ve had a seedbox running on it for like a year and it was sick, also had plex and stuff set up. Haven’t used it since mullvad stopped doing port forwarding.

        • HolyHell@lemmy.fmhy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Yeah probably, I didn’t go crazy with it though since it only has 200gb storage anyway and it’s always been behind a vpn.

          • stankbucket@lemmy.one
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            For torrenting I just pay for putio and have the minimal 100GB account with a script that rclones everything down to my local storage so it is always freed up. I could probably do something similar on oracle with a vpn, but then I’d have to actually wait for most of the torrents to complete.

              • stankbucket@lemmy.one
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 year ago

                The storage is mostly irrelevant. I just pull everything down immediately and use them as a bt proxy. Their network effect allows you to get any popular torrents immediately.

      • KairuByte@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        edit-2
        1 year ago

        It’s not as detectable as you think. One of the major things most VPS companies tout, is that the data is fully encrypted and private. So they aren’t scanning the files, or the running processes, or anything else about what is being done with the server.

        So unless something external to the company is provided, which acts as proof, they won’t shut things down.

          • ThorrJo@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            I’m curious if leaving the data-at-rest encrypted on the filesystem using something like EncFS would mostly solve this. (EncFS encrypts all the files on disk and gives you a mount point to access the corresponding cleartext filesystem)

            • Mac@lemmy.ashes.wtf
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 year ago

              Likely not, the thing is that most of the big cloud providers definitely have a networking team and it definitely monitors for bittorrent traffic. The thing is they will monitor but until they get a DMCA you normally don’t get popped. However, some providers are more finnicky than others and will disable you immediately if you use 6881 w/o encryption. The key really is not to get a DMCA and not use default ports.

    • SamSpudd@lemmy.lukeog.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      A VPS is a Virtual Private Server, basically a cloud computer that you rent access to and can use it for whatever you want. Primarily, people use it for hosting websites/services that need to be on 24/7, which it can be since they are typically in massive datacenters, but they can have other uses.

      • nieceandtows@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Thank you. How does it compare to a raspberry pi, or a mini pc at home? Is the draw that it’s available 24x7 and on the internet?

        • SamSpudd@lemmy.lukeog.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          It’s kind of the same thing as a Raspberry Pi/Mini PC, though can be seen as more reliable (since someone else is being paid to make sure it doesn’t, or you and potentially many others will complain), as well as typically being very scalable if you require more power later down the line, as opposed to buying hardware for yourself. There’s many other reasons, but those are some of the main ones.

        • subtext@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          And with a service level agreement and you don’t have to worry about e.g. the SD card dying on you

  • johntash@eviltoast.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’m not a big fan of openvz, but I do have a few kvm vps from racknerd and haven’t really had any issues with them for the price.

    Maybe it’s time to expand the cluster! Thanks OP