Skip to content
Home
How it works Business Hosting Blog
Language
العربية Coming soon
বাংলা Coming soon
Dansk Coming soon
Deutsch Coming soon
Español Coming soon
Suomi Coming soon
Français Coming soon
עברית Coming soon
हिन्दी Coming soon
Magyar Coming soon
Bahasa Indonesia Coming soon
Italiano Coming soon
한국어 Coming soon
Latviešu Coming soon
Nederlands Coming soon
Norsk Coming soon
Polski Coming soon
Português Coming soon
Српски Coming soon
Svenska Coming soon
Türkçe Coming soon
Українська Coming soon
中文 Coming soon
Hosting

Name the thing.
It appears on your server

This is hosting with a team of AI agents living on it. Languages, databases, self-hosted tools and voice servers all go onto the machine your plan already includes. The same council that runs everything else installs them, sets them up, and keeps watching them afterwards.
90 Stacks
7 Groups
Agents Deployed by
A machine of your own
ON YOUR MACHINE 4 running
Gitea :3000
Redis :6379
Node.js :8080
Uptime Kuma :3001
Your council puts them there, keeps them patched, and starts them again when they stop.

The catalogue

90

Pick a group, or just search for whatever it was you came here looking for.

Sites and shops, from a plain HTML page to WordPress and a full storefront, on a machine that is yours.

Real mailboxes on your own domain, webmail to read them in, and the sending your app needs.

Whatever your code is written in, it has somewhere to run. The language, its package manager and something to restart it are already set up.

Somewhere to keep the records, on your own machine, with passwords you hold and can change at any time.

The tools you would otherwise rent by the seat: code hosting, search, dashboards, status pages. Yours, on your machine.

Somewhere for you and your friends to play, with the mods you want and nobody wiping it at the end of the month.

Voice chat for a community, a guild or a team, and the panels for running it.

WordPress

CMS

The one most sites are built on. Themes, plugins, and an editor somebody non-technical can be handed.

WooCommerce

Online shop

WordPress with a shop attached: products, a basket, and checkout, without moving to a different platform.

Joomla

CMS

A CMS for sites with a lot of structure and several people editing them, with permissions that go deeper than most.

Drupal

CMS

For sites where the content itself is complicated and needs modelling properly rather than forcing into pages.

Ghost

Publishing

Writing, newsletters and paid subscriptions in one place, for a publication rather than a brochure.

Static site

HTML, CSS, JS

Plain files, served fast. Nothing to break into, nothing to patch, and it will still be up in ten years.

Hugo

Site generator

Builds a whole site into static files in about a second, then serves it with no database behind it.

Astro

Site generator

Content-heavy sites that ship almost no JavaScript, so they load quickly on a bad connection.

Jekyll

Site generator

Markdown in, a finished site out. Long-established, and the one most existing blogs were built with.

PHP

Language

The language most of the web runs on, with a web server in front of it and the usual extensions present.

Laravel

PHP framework

The framework most new PHP applications are written in, with its queues and scheduler already wired up.

Symfony

PHP framework

The framework behind a lot of larger PHP systems, including the parts of Drupal you never see.

Next.js

React framework

React sites rendered on the server, so pages arrive complete instead of assembling themselves after they land.

Nuxt

Vue framework

The same idea for Vue: rendered on the server, quick to first paint, and friendly to search engines.

Django

Python framework

Python for real applications, with an admin panel you get for free and sensible answers about security.

Ruby on Rails

Ruby framework

Ruby on Rails, with the database and background jobs it expects already sitting next to it.

PrestaShop

Online shop

A shop that stands on its own rather than sitting on top of a CMS, with stock and invoicing built in.

Magento

Online shop

For catalogues that have got big: many products, several currencies, and more than one storefront.

OpenCart

Online shop

A lighter shop for a smaller catalogue, quick to set up and not much to look after afterwards.

MediaWiki

Wiki

What Wikipedia runs on. For documentation a group edits together and needs the history of.

Nextcloud

Files & sharing

Your own file sync and sharing, so company documents stop living in somebody personal account.

Matomo

Analytics

Visitor numbers you own outright, on your machine, without handing your traffic to an ad company.

Nginx

Web server

The web server in front of everything else, handling certificates and pointing requests at the right place.

Apache

Web server

The long-standing alternative, and the one older applications and their .htaccess files expect to find.

phpMyAdmin

Database admin

A web page for looking inside your database when you need to check something by hand.

Mailboxes

IMAP & SMTP

Real inboxes on your own domain, that work in Outlook, Apple Mail and on a phone like any other account.

Webmail

Read it in a browser

Somewhere to read and send from a browser, for when you are on a machine that is not yours.

Roundcube

Webmail

The familiar webmail client, if you would rather have the one people already recognise.

Transactional sending

App email

The receipts, password resets and confirmations your software sends, kept apart from your own mail so one cannot spoil the other.

Spam filtering

In front of the inbox

Filtering before anything reaches you, so the inbox is worth opening and nothing important is buried.

SPF, DKIM and DMARC

Deliverability

The records that decide whether your mail lands in the inbox or the junk folder. Set up with the domain, not left to you.

Forwarding and aliases

Addresses

Addresses like hello@ and billing@ that land wherever you want, without paying for a mailbox each.

Listmonk

Newsletters

Send a newsletter to your own list from your own machine, without a per-subscriber bill.

Mailpit

Test inbox

Catches mail from a site you are still building, so nothing half-finished reaches a real customer.

Bun

JS runtime

The fast JavaScript and TypeScript runtime, with its own bundler and package installer built in.

Node.js

JS runtime

The standard runtime for JavaScript on the server — anything from an API to a Discord bot.

Nodemon

JS, auto-reload

Node with a watcher in front of it: the process restarts itself the moment a file changes.

Deno

JS runtime

TypeScript out of the box and permissions on by default, so a script reaches only what you allow.

Python

Language

Scripts, scrapers, data jobs and web apps, with pip and a virtual environment ready to go.

Go

Language

Compiled, single-binary services that start instantly and sit still on very little memory.

Rust

Language

For the parts that must not fall over: compiled, memory-safe, and happy under load.

Java

JVM

A JVM host for jar-packaged applications and the long tail of software that expects one.

C#

.NET

Run .NET applications and services without keeping a Windows machine around to do it.

Elixir

BEAM

Built for staying up: thousands of concurrent connections and processes that recover on their own.

Dart

Language

The backend half of a Flutter app, hosted next to everything else it talks to.

Lua / Luvit

Scripting

Lua with an event loop — small, embeddable scripting for bots, game logic and glue.

PostgreSQL

Relational

The one most new applications are written against, and the safest default if nobody has strong feelings.

MySQL

Relational

What WordPress and most older PHP software expect to find, and are happiest sitting next to.

MariaDB

Relational

A drop-in replacement for MySQL that stayed open source, and behaves the same from the application side.

SQLite

Single file

A whole database in one file. Nothing to run, nothing to secure, and plenty for a small site.

MongoDB

Document store

Storage for records that do not fit neatly into rows and columns, and may never need to.

Redis

Cache & queues

In-memory cache, queue and session store. The piece that makes everything else feel instant.

Valkey

Cache & queues

The community fork of Redis, for anyone who would rather not depend on the licence change.

Memcached

Cache

A plain, fast cache that does one job. Often what an older application is already asking for.

ClickHouse

Analytics

Counts over very large tables, fast enough that a dashboard answers while you are still looking at it.

InfluxDB

Time series

For readings with a timestamp on them: temperatures, prices, request rates, anything sampled over time.

Gitea

Git hosting

Your own Git remote with issues and pull requests, so the code never has to leave your server.

Forgejo

Git hosting

A community-run Git forge — the same job as Gitea, governed independently.

code-server

Editor in browser

VS Code in a browser tab, running on the machine, so you can edit from any device you own.

Grafana

Dashboards

Dashboards and alerts over whatever you measure — traffic, revenue, temperature, anything.

Uptime Kuma

Monitoring

Watches your sites and services and tells you the minute one stops answering.

Elasticsearch

Search engine

Full-text search and log analysis at the scale where a database query stops being enough.

Meilisearch

Search engine

Typo-tolerant search that answers as fast as somebody types — the search box on your own site.

RabbitMQ

Message broker

A queue between your services, so a slow job never blocks the page a customer is waiting on.

Reposilite

Artifact registry

A private Maven repository for the packages your own builds publish and consume.

LanguageTool

Proofreading

Self-hosted grammar and style checking, with none of the text leaving your machine.

Haste

Pastebin

A private pastebin for logs and snippets — a link you can share without a third party holding it.

Owncast

Live streaming

Your own live video stream and chat, on your own domain, with nobody else placing the ads.

yarr

RSS reader

A personal feed reader that keeps up with an industry without an algorithm choosing for you.

rathole

Tunnel

A fast reverse tunnel: expose something running behind a home connection at a public address.

Folding@home

Distributed compute

Donate idle capacity to protein-folding research when the machine has nothing else to do.

5e-tools

Reference site

A self-hosted tabletop reference for a group that would rather not depend on a public mirror.

Paper

Minecraft

The Minecraft server most people actually run: plugins, and it holds up with a crowd on it.

Minecraft

Vanilla

The game exactly as Mojang ships it, with nothing added and nothing behaving unexpectedly.

Forge

Modded Minecraft

For a modpack: hundreds of mods loaded together, which is most of what a private server gets used for.

Sponge

Modded Minecraft

The other modding platform, for packs and plugins written against it rather than Forge.

BungeeCord

Minecraft proxy

Joins several Minecraft servers into one address, so players move between worlds without disconnecting.

Rust

Survival

A Rust server with your own wipe schedule, rather than somebody else deciding when the map resets.

ARK: Survival Evolved

Survival

A persistent ARK map for a tribe, with the rates and rules set the way your group likes them.

Valheim

Survival

A world that stays up between sessions, so progress does not depend on who is online to host it.

Terraria

Sandbox

A shared world that keeps running when everyone logs off, and is there again the next evening.

Counter-Strike

Source engine

Your own competitive server, with your maps, your config and no queue to get into it.

Team Fortress 2

Source engine

A community server with the maps and rules you want, rather than whatever matchmaking hands you.

Garry's Mod

Source engine

Sandbox and game modes, with addons and Lua scripts you control on a machine you control.

Insurgency

Source engine

A private tactical server for a group that would rather play together than with strangers.

Mumble

Voice server

Low-latency voice with no licence counting your users, and it is free software all the way down.

TeamSpeak

Voice server

Low-latency voice chat for a community or a team, including the ARM64 build.

TeaSpeak

Voice server

A TeamSpeak-compatible server with its own extensions and no per-slot licensing.

TS3 Manager

Web control panel

A browser panel for administering TeamSpeak servers without a desktop client.

Lavalink

Audio node

The audio node music bots stream through, so playback stays smooth while the bot does other work.

Nothing in the catalogue matches that

That does not mean it will not run. This list is what we keep ready to go, not the limit of what a machine will hold. Ask your council once you are set up.

How one gets onto your machine

Step 01

You ask

Say what you want running, however you would say it out loud. Nobody expects you to know a port number or write a compose file.

Step 02

It gets built

Your council chooses what to use, installs it, points the domain at it, sorts the certificate, and tells you the address.

Step 03

It stays up

They watch it, start it again when it stops, keep it patched, and usually tell you about a problem before you have spotted it.

The catalogue above is what the platform keeps ready to run. It is a menu rather than a checkout — you buy a machine and a council, and what runs on it is a conversation, not a product page.

Provisioned by

3
  • Helstify Business · 4 plans
  • Mailcow · 4 plans
  • Pterodactyl · 26 plans

The provisioning modules this store is actually connected to today. Everything sold here is built on one of them.

One machine. Everything on it.

Start with a plan, describe what you need running, and watch the first hour of it build itself.