First, a hardware question. I’m looking for a computer to use as a… router? Louis calls it a router but it’s a computer that is upstream of my whole network and has two ethernet ports. And suggestions on this? Ideal amount or RAM? Ideal processor/speed? I have fiber internet, 10 gbps up and 10 gbps down, so I’m willing to spend a little more on higher bandwidth components. I’m assuming I won’t need a GPU.

Anyways, has anyone had a chance to look at his guide? It’s accompanied by two youtube videos that are about 7 hours each.

I don’t expect to do everything in his guide. I’d like to be able to VPN into my home network and SSH into some of my projects, use Immich, check out Plex or similar, and set up a NAS. Maybe other stuff after that but those are my main interests.

Any advice/links for a beginner are more than welcome.

Edit: thanks for all the info, lots of good stuff here. OpenWRT seems to be the most frequently recommended thing here so I’m looking into that now. Unfortunately my current router/AP (Asus AX6600) is not supported. I was hoping to not have to replace it, it was kinda pricey, I got it when I upgraded to fiber since it can do 6.6gbps. I’m currently looking into devices I can put upstream of my current hardware but I might have to bite the bullet and replace it.

Edit 2: This is looking pretty good right now.

5 points
*

Proxmox

Unraid

UniFi

Raspberry Pi

Docker

I don’t have time to respond, but exploring the capabilities of any of those things would be a great place to start.

permalink
report
reply
8 points

Proxmox can be a bit of a bear to setup. The documentation is not very approachable for new users. It uses a lot of terms without definition which is a deadly sin of technical writing IMO. Guides for getting an Ubuntu Server VM setup vary wildly and often recommend outdated settings.

I’m totally on board with using it though. It eliminates the need to start from scratch when migrating to newer hardware.

Set up your favorite Linux server distro and then go ham on setting up docker (dockge is a great tool to introduce compose).

permalink
report
parent
reply
2 points

proxmox is pretty intuitive to use. You just have to make a lot of decisions to start with in regards to storage. I always go with one main drive with a partician for ZFS cache and at least two drives in the array for VMs that way if a drive fails everything is still good. Things get a little annoying if you’re trying to pass through hardware.

permalink
report
parent
reply
3 points
*

You don’t need any guides for it except for really niche cases.

For example Ubuntu VM; click create VM, choose Linux for the type, click next a bunch and choose your ISO image, CPU cores, and RAM. And you’re done, there’s no specific settings to use.

permalink
report
parent
reply
1 point

I need a guide

permalink
report
parent
reply
56 points

Just kinda flipped through his guide. It’s a bit dated on knowledge and techniques, even for beginners.

You don’t need a computer for a router. Get a router that ships with OpenWRT and start there. GL.iNet makes good and affordable stuff. Use that for your ad blocking, VPN, and so on to get started.

I’d just skip OpenVPN altogether and get started with Wireguard or Headscale/Tailscale.

If you want to run other heavier services, start out with a low-power minipc until you’re settled on what your needs or limitations are. You can get a very capable AMD minipc for $250-300, or an n100 low-power for a bit cheaper. Check out Minisforum units for this. Reliable, good price, and solid warranty.

If you deal in heavy storage, maybe consider adding a NAS to the mix, but maybe that’s a further steps. OpenWRT is a good starting point just to get your basic network services and remote access up, then just move on from there.

A good and fun starting point for some people is setting up Home Assistant on a minipc or Raspberry Pi (honestly, the costs of Pi boards now is insane. Might be good just to get the minipc).

permalink
report
reply
-1 points

Gl.iNet is a great value router, but if you want to do anything really interesting, it won’t do.

I have Slate AX chugging along, and have been eyeing teklager boxes to do actual routing, with slate as an access point.

permalink
report
parent
reply
10 points

This is a beginner. I wouldn’t try to overcomplicate it.

permalink
report
parent
reply
5 points

Good point.

permalink
report
parent
reply
1 point

Yes please

permalink
report
parent
reply
14 points
*

I’d just skip OpenVPN altogether and get started with Wireguard or Headscale/Tailscale.

This one was huge for me. OpenVPN is pretty heavy with CPU overhead, where as wireguard is almost free. I was getting throttled due to the overhead of OpenVPN and roasting the CPU on my Netgear R6350 (it’s what I had lying around). With wireguard I get nearly the same speeds as without a VPN and my loads are very reasonable.

Also with weaker routers like mine, be wary of trying to use QoS, this will probably not help network congestion and instead become a bottleneck (like it did for me). This is where a beefy dedicated router really shines.

permalink
report
parent
reply
-1 points

Absolutely agree, another thing I’d add on is, dockerize everything. Louis brushes by it because he never bothered to learn but containers make almost everything better

permalink
report
parent
reply
2 points
*

First, thanks everyone for all the info, glad I posted. It’s a lot to go through.

OpenWRT is the most frequently recommended thing here, and my router is not supported. I somewhat recently purchased my router (Asus AX6600) when I switched to fiber due to its high bandwidth and I’d prefer to not replace it. I’ll look around and see what options I have for putting a separate device upstream of my current hardware and if that doesn’t work out then maybe I’ll replace my current router.

I see that you can install openwrt on a switch. Would it make sense to put a switch with openwrt upstream of my current router/AP?

Edit: dang there’s only 1 switch supported by openwrt that has 10 gbps ports (ZyXEL XGS1250-12)

permalink
report
parent
reply
1 point

You can install OpenWRT on tons of hardware, or any generic PC. I’d suggest that over *sense distros any day because it’s just more user friendly.

permalink
report
parent
reply
6 points

To add to this, don’t buy a server at all, upgrade your desktop! Then use the desktop as a server. Then recycle every desktop for the rest of your life into the new server. Been working for me for decades.

permalink
report
parent
reply
8 points

You can certainly build a box for for use as a router, but you don’t need to.

If your not planning to build out anything public facing and aren’t going to run ipv6 internally, you can use any router to block all inbound ports and run everything over wire guard or tailscale.

There are a million and one ways to self host services. First question needs to be, what do you want to do and why. That will dictate the how.

permalink
report
reply
5 points

I bought a protectli awhile back. Mines 4 port 2.5 gbps nics, and it runs opnsense out the box.

You should take a look at their sfp+ model, if I were in your shoes that’s what I’d be looking at. It’s all in one, works nicely, is incredibly customizable, and is lower power usage than basically anything you’ll build yourself.

I use that for my router/firewall, then I use an off lease dell thin client to run my home assistant server, and a standard off the shelf buffalo nas. If you’re into immich, I’ll recommend jellyfin over Plex. I used it for years but they started collecting more data, sticking their own junk in etc. Jellyfin is open source and works great.

permalink
report
reply
1 point

They seem nice but the ones that can do SFP+ start at around $600

permalink
report
parent
reply
2 points
*

Trying to create a router yourself is complicated. I knew nothing about it and installed OpenWRT onto a Netgear router and was unprepared. I ended up effectively taking a YouTube crash course trying to understand so many new networking terms and more. I got it working but any small tweaks could cause issues as I didn’t fully understand what I was doing. I bought a GL.iNet Flint 2 and have been super happy with it. Save yourself a headache, get a good router like that and start having fun running things on a RPi.

permalink
report
reply
-6 points

Trying to create a router yourself is complicated.

Presumably not when Louis walks you through every step of it. That’s a big part of my motivation for just going through his guide.

permalink
report
parent
reply
5 points

Following a guide on how to make something is different than understanding what you’re doing. By all means go for it. I think if you want to enjoy self hosting, skip to that part and come back to creating a router in the future.

permalink
report
parent
reply
-1 points

He explains things pretty well, I definitely want to understand what I’m doing. I just prefer to have the knowledge consolidated into a single guide instead of searching for all the different components and maybe some things don’t end up working as expected.

permalink
report
parent
reply
1 point

Did you learn something?

permalink
report
parent
reply
1 point

I did. Not nearly enough to manage my own router unfortunately

permalink
report
parent
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 3.7K

    Monthly active users

  • 2K

    Posts

  • 23K

    Comments