DEV Community

Cover image for Your own private cloud? A brief look at Antsle
Bryan Woolsey
Bryan Woolsey

Posted on

Your own private cloud? A brief look at Antsle

If your browsing habits are anything like mine, you likely have seen online advertising from a company called Antsle. But just in case you haven't, allow me to introduce you:

Antsle provides products to enable users to run their own "private cloud". Why exactly does that mean? Well... if you cut down to the meat of it, they sell hypervisor appliances running Antsle's web-based management software called antMan.

I've been keeping my eye on the company and their offerings for a while now, wondering if I could effectively replace my Digital Ocean, GCP, and/or AWS accounts with a cheaper Antsle-based solution for my personal use. Up until now the cost has kept me away, but recently they released their newest appliance called Antsle Nano, a significantly cheaper solution based on the Raspberry Pi 4. So I pulled the trigger and spent the last two months or so playing around with my Antsle Nano to see what it's capable of.

The Hardware

Antsle sells three series of appliances on their website: Antsle one, Antsle two, and the new Antsle Nano.

Antsle Hardware Lineup

Antsle one is the evolution of Antsle's original product line. They are effectively silent, fan-less servers in a small box that could easily fit on your desk/shelf. The hardware platform itself is based around the Intel Atom or Intel Xeon-D processor (depending on your selection), and is similar to the hardware found in many NAS devices sold by companies such as Synology. Prices range from $1000 up to $6500+ USD. While I haven't personally used an Antsle one device, the hardware choices available make sense for anyone looking to have a tiny, yet reasonably powerful and silent device.

Antsle two is Antsle's rack mount offering, and is clearly marketed towards business users rather than home users. Much to my surprise (and delight), Antsle two devices run on AMD's EPYC platform rather than the more widely seen Intel Xeon platforms. Given my focus to find a low-end home lab solution, buying an Antsle two device was never really a serious thought of mine. But for those curious, prices run from $3,500 to $50,000+ depending on the configuration.

And finally... there is the Antsle Nano. As I mentioned earlier, the Antsle Nano is based on the Raspberry Pi 4. The prototypes shipped out to early adopters were based off the 4GB variant of the RPi 4, but it seems Antsle has decided to use the 8GB variant for the final version. Business users likely will want to stay far away from the Antsle Nano—but for home lab users such as myself... it is a very compelling device. Antsle's version of the Raspberry Pi 4 ships with a beefy heat sink pre-installed, plus the typical USB-C wall-wart power supply and a 128GB MicroSD card preloaded with the antMan software. $150 is the cost of the device itself, but the software is unfortunately an added cost... more or that below.

The Software

Ansle's control software is called antMan. antMan is a browser-based solution (with an accompanying API) that allows you as the user to control the underlying hypervisor. You can configure your networks and virtual machines—known as "antlets" in the Antsle world—from the antMan dashboard. The antMan user interface is relatively straight forward and well laid-out. After the first 5-10 minutes, I had no problems finding my way around to do what I needed to do.

antMan User Interface

Currently, there are five different pricing models for antMan, summarized below in my own cheeky manner. Feel free to review Antsle's pricing page for all the details.

  • Community Edition - A free version of antMan limited to three small (think AWS free-tier) antlets. Can’t do much else.
  • Home Lab - Comes bundled with any Antsle one purchase. For reasons I do not fully understand, the Home Lab license does not come bundled with the Antsle Nano. Allows you to do most of the usual hypervisor tasks you’d expect, with some additional networking options.
  • Essential - $29/mo. The Home Lab capabilities with some added backup features, internal VLANs, and the ability to submit 3 support tickets a year. This license level is the minimum level available for the Antsle Nano.
  • Grow - $149/mo. Comes with even more backup functionality, network trunking, more support tickets, and the ability to cluster multiple Antsle units together.
  • Scale - $599/mo. Even more backup/migration functionality. Unlimited support tickets.

The operating system behind the curtain

antMan itself runs on top of Antsle's edgeLinux operation system. edgeLinux is essentially a customized version of CentOS 7 that comes packed with all of the usual open source hypervisor technologies that you'd expect to run LXC containers and KVM virtual machines. Docker also comes pre-installed, although no effort is made to expose Docker's functionality in the antMan user interface.

edgeLinux logon prompt

antHill

antHill is Antsle's cloud-based management portal. Antsle will tell your that it is used to ease the initial setup and management of your Antsle unit(s). But if you read between the lines a little bit... antHill seems to the mechanism Antsle uses to manage your antMan license.

antHill

Honestly, there isn't much to say about antHill beyond that. I used it once to activate my license and haven't used it since. Although I will note that it was a rather annoying to have to reconfigure my home network to allow my Antsle to talk to antHill long enough to activate my license.

So is it any good?

Good question. For now, my answer is "kinda/sorta... but not really".

If you glance at Antsle's advertising, you might expect that you'll be purchasing a fully featured private cloud-in-a-box. I know when I first read about Antsle, I was envisioning a simple platform capable of creating S3-compatible object storage, a ready-to-go container/Kubernetes platform, an easy method to spin up common open source databases (MySQL, PostgreSQL, etc.), and perhaps even a functions-as-a-sevice mechanism similar to AWS Lambda or GCP Functions.

What you get is small, compact Type 1 hypervisor with a web management portal. Based on my (admittedly limited) personal experience, the hardware itself seems solid, but not something that you couldn't purchase elsewhere from another source. And the software certainly leaves a lot to be desired. Unfortunately for Antlse, the main functionality that antMan provides can already be achieved for free from other hypervisors such as ESXi, Xen, etc.

Honestly... I think there is a place in the market for Anstle’s products, but I’m struggling to clearly articulate where that place is. Solo, startup, and freelance developers looking for a public cloud replacement will likely be frustrated by antMan's limited feature set. Home lab users are likely to be better served using something like Proxmox. And business users likely have the budget to simply use a public cloud provider.

Perhaps the biggest downside, at least for me, is that their most attractive device for people looking to build a home lab—the Antsle Nano—does not come bundled with their Home Lab license and instead requires subscription-based license. The discounted launch pricing on the antMan license is appreciated, but just knowing that I’ll have to pay another $348 in a year to keep my device functional is frustrating.

Antsle Nano

I do think there is potential for Antsle to improve. If Antsle was able to replicate more of the public cloud services in antMan, I think it could be a very compelling product overall, even with the subscription-based licensing. But as of right now, I find it hard to recommend. That said, if you are just looking for a small, quiet, easy-to-setup device to run some virtual machines... look no further. Antsle's products will do just that.

What do you think? Is Antsle worth it? Or would you stick with your public cloud account? Perhaps you are using another solution at home that I should look at? Let me know!

p.s. Given my current antMan license is valid for another 10 months, let me know if you’d like more in-depth walkthrough.

Top comments (3)

Collapse
 
james_sullivan_1750cb3318 profile image
James Sullivan • Edited

So I bought one. The Antsle One X Ultra 128 GB RAM 2TB SSD 1TB NVME with a 12TB USB attached. Cost $7500. Deal was about Labor day or so Bernie at Antsle may have left over stock, so if you buy a server, + buy a Support package, he will throw in a BOGO deal. So $ 7500 was the specified configuration ordered, + added on a support package ($2500) and received another 2nd copy of the 1st server FREE. So in effect I got 1 buy and one server FREE as long as you buy a support package. The second server being a exact copy of the 1st was valued at $7500 as a BOGO free.

Collapse
 
amir_beygi_7b936c66c261e9 profile image
Amir Beygi

Let’s build something better ? Sent u a LinkedIn message

Collapse
 
ihave_opinions_63800984da profile image
Ihave Opinions

"hardware itself seems solid, but not something that you couldn't purchase elsewhere from another source."
Would love if you could point me to those sources.