77
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Jun 2024
77 points (93.3% liked)
Technology
59080 readers
2902 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Are Ubiquiti devices still the best value for homelabs and small businesses these days?
I bought several before knowing what I was getting into. They work well but are designed by people worshiping Apple. Everything is locked into their ecosystem. You can't even ssl into the access point to configure it. You need to run their Java controller app to configure them or worse buy another product (cloud key) just to configure the access points you purchased. Then they try really hard to get you to setup your network admin password on their cloud servers ( they have already had security breaches where the passwords leaked).
For a small businesses that pay someone off-site to manage their network they seem fantastic. But they are the opposite of homelab ethos.
But again, they work really well. The access points do channel strength negotiation automatically every night by talking to each other.
I can ssh into the APs, although I’m not sure about configuring them independent of a controller as I haven’t tried. I use a free google cloud tier to host the controller, which can be managed via web gui and phone app. It may use some Java elements in the controller but it wasn’t hard to set up.
You can configure them independently of a controller by ssh but the config will be lost on a reboot or when the device next polls the controller
Edit: and apparently someone else has said you can use the app to configure them without a controller at all
Requiring a phone app, java app or Cloud Key to configure an AP isn't home lab ethos. That it looses config on reboot if you configure it by ssh is weird given you don't need a controller running once they are setup. They can be rebooted without a controller and still work fine.
Where did you find the command line documentation? I was never able to find anything.
It’s not really documented anywhere officially. I’ve found the knowledge over the years from searching the ubnt forums. But I stopped using unifi equipment a few years ago for similar reasons.
This forum thread is probably the best starting point I can give you but configuring unifi APs via ssh for any reason other than maybe a botched IP configuration is a bad idea
Good luck if you don't have a dream machine and you aren't using 192.168.0.0/16. If the APs don't find a dream machine they won't get an IP from DHCP for some godforsaken reason and revert to 192.168.1.20 and won't do anything until you configure them with ssh. Except you have to ssh on a lan that doesn't exist which is a huge pita. This is why I have omada APs now.
I don’t have a Dream Machine nor a 192.168.0.0/16 network but my access point receives an IP via DHCP from a non-Ubiquiti router just fine. In fact, the controller running in Docker doesn’t even come up itself after a power failure so I’m really lost on what you’re talking about here.
Well I'm glad that the unifi APs like your setup better than they liked mine. Maybe they fixed it in the last 2 years. Either way there's no way I'm buying anything else from them.
I can’t fault you for that. I’m not trying argue they’re perfect devices by any means.
I really love what Ubiquiti is trying to do, but I understand where you’re coming from. I ditched the EdgeRouter X because I just couldn’t do anything really advanced with it.
Openwrt works on the edgerouter-x. Dig it out of the closet and flash it.
I just built a DIY router on Alpine Linux. I don’t want to deal with an entire web UI and all that trash. I just want minimal Linux and some
ip6tables
.That's my point. With regular ap's you can do everything via ssh. Ubiquity doesn't seem to document the command line. The website doesn't list any commands. It only says "only do it with a Ubquity engineer helping you".