Name the thing.
It appears on your server
Web hosting
25Sites and shops, from a plain HTML page to WordPress and a full storefront, on a machine that is yours.
Open the group →Mail hosting
9Real mailboxes on your own domain, webmail to read them in, and the sending your app needs.
Open the group →Languages & runtimes
12Whatever your code is written in, it has somewhere to run. The language, its package manager and something to restart it are already set up.
Open the group →Databases & caches
10Somewhere to keep the records, on your own machine, with passwords you hold and can change at any time.
Open the group →Self-hosted software
16The tools you would otherwise rent by the seat: code hosting, search, dashboards, status pages. Yours, on your machine.
Open the group →Game servers
13Somewhere for you and your friends to play, with the mods you want and nobody wiping it at the end of the month.
Open the group →Voice & audio servers
5Voice chat for a community, a guild or a team, and the panels for running it.
Open the group →The catalogue
90Pick 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
CMSThe one most sites are built on. Themes, plugins, and an editor somebody non-technical can be handed.
WooCommerce
Online shopWordPress with a shop attached: products, a basket, and checkout, without moving to a different platform.
Joomla
CMSA CMS for sites with a lot of structure and several people editing them, with permissions that go deeper than most.
Drupal
CMSFor sites where the content itself is complicated and needs modelling properly rather than forcing into pages.
Ghost
PublishingWriting, newsletters and paid subscriptions in one place, for a publication rather than a brochure.
Static site
HTML, CSS, JSPlain files, served fast. Nothing to break into, nothing to patch, and it will still be up in ten years.
Hugo
Site generatorBuilds a whole site into static files in about a second, then serves it with no database behind it.
Astro
Site generatorContent-heavy sites that ship almost no JavaScript, so they load quickly on a bad connection.
Jekyll
Site generatorMarkdown in, a finished site out. Long-established, and the one most existing blogs were built with.
PHP
LanguageThe language most of the web runs on, with a web server in front of it and the usual extensions present.
Laravel
PHP frameworkThe framework most new PHP applications are written in, with its queues and scheduler already wired up.
Symfony
PHP frameworkThe framework behind a lot of larger PHP systems, including the parts of Drupal you never see.
Next.js
React frameworkReact sites rendered on the server, so pages arrive complete instead of assembling themselves after they land.
Nuxt
Vue frameworkThe same idea for Vue: rendered on the server, quick to first paint, and friendly to search engines.
Django
Python frameworkPython for real applications, with an admin panel you get for free and sensible answers about security.
Ruby on Rails
Ruby frameworkRuby on Rails, with the database and background jobs it expects already sitting next to it.
PrestaShop
Online shopA shop that stands on its own rather than sitting on top of a CMS, with stock and invoicing built in.
Magento
Online shopFor catalogues that have got big: many products, several currencies, and more than one storefront.
OpenCart
Online shopA lighter shop for a smaller catalogue, quick to set up and not much to look after afterwards.
MediaWiki
WikiWhat Wikipedia runs on. For documentation a group edits together and needs the history of.
Nextcloud
Files & sharingYour own file sync and sharing, so company documents stop living in somebody personal account.
Matomo
AnalyticsVisitor numbers you own outright, on your machine, without handing your traffic to an ad company.
Nginx
Web serverThe web server in front of everything else, handling certificates and pointing requests at the right place.
Apache
Web serverThe long-standing alternative, and the one older applications and their .htaccess files expect to find.
phpMyAdmin
Database adminA web page for looking inside your database when you need to check something by hand.
Mailboxes
IMAP & SMTPReal inboxes on your own domain, that work in Outlook, Apple Mail and on a phone like any other account.
Webmail
Read it in a browserSomewhere to read and send from a browser, for when you are on a machine that is not yours.
Roundcube
WebmailThe familiar webmail client, if you would rather have the one people already recognise.
Transactional sending
App emailThe 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 inboxFiltering before anything reaches you, so the inbox is worth opening and nothing important is buried.
SPF, DKIM and DMARC
DeliverabilityThe 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
AddressesAddresses like hello@ and billing@ that land wherever you want, without paying for a mailbox each.
Listmonk
NewslettersSend a newsletter to your own list from your own machine, without a per-subscriber bill.
Mailpit
Test inboxCatches mail from a site you are still building, so nothing half-finished reaches a real customer.
Bun
JS runtimeThe fast JavaScript and TypeScript runtime, with its own bundler and package installer built in.
Node.js
JS runtimeThe standard runtime for JavaScript on the server — anything from an API to a Discord bot.
Nodemon
JS, auto-reloadNode with a watcher in front of it: the process restarts itself the moment a file changes.
Deno
JS runtimeTypeScript out of the box and permissions on by default, so a script reaches only what you allow.
Python
LanguageScripts, scrapers, data jobs and web apps, with pip and a virtual environment ready to go.
Go
LanguageCompiled, single-binary services that start instantly and sit still on very little memory.
Rust
LanguageFor the parts that must not fall over: compiled, memory-safe, and happy under load.
Java
JVMA JVM host for jar-packaged applications and the long tail of software that expects one.
C#
.NETRun .NET applications and services without keeping a Windows machine around to do it.
Elixir
BEAMBuilt for staying up: thousands of concurrent connections and processes that recover on their own.
Dart
LanguageThe backend half of a Flutter app, hosted next to everything else it talks to.
Lua / Luvit
ScriptingLua with an event loop — small, embeddable scripting for bots, game logic and glue.
PostgreSQL
RelationalThe one most new applications are written against, and the safest default if nobody has strong feelings.
MySQL
RelationalWhat WordPress and most older PHP software expect to find, and are happiest sitting next to.
MariaDB
RelationalA drop-in replacement for MySQL that stayed open source, and behaves the same from the application side.
SQLite
Single fileA whole database in one file. Nothing to run, nothing to secure, and plenty for a small site.
MongoDB
Document storeStorage for records that do not fit neatly into rows and columns, and may never need to.
Redis
Cache & queuesIn-memory cache, queue and session store. The piece that makes everything else feel instant.
Valkey
Cache & queuesThe community fork of Redis, for anyone who would rather not depend on the licence change.
Memcached
CacheA plain, fast cache that does one job. Often what an older application is already asking for.
ClickHouse
AnalyticsCounts over very large tables, fast enough that a dashboard answers while you are still looking at it.
InfluxDB
Time seriesFor readings with a timestamp on them: temperatures, prices, request rates, anything sampled over time.
Gitea
Git hostingYour own Git remote with issues and pull requests, so the code never has to leave your server.
Forgejo
Git hostingA community-run Git forge — the same job as Gitea, governed independently.
code-server
Editor in browserVS Code in a browser tab, running on the machine, so you can edit from any device you own.
Grafana
DashboardsDashboards and alerts over whatever you measure — traffic, revenue, temperature, anything.
Uptime Kuma
MonitoringWatches your sites and services and tells you the minute one stops answering.
Elasticsearch
Search engineFull-text search and log analysis at the scale where a database query stops being enough.
Meilisearch
Search engineTypo-tolerant search that answers as fast as somebody types — the search box on your own site.
RabbitMQ
Message brokerA queue between your services, so a slow job never blocks the page a customer is waiting on.
Reposilite
Artifact registryA private Maven repository for the packages your own builds publish and consume.
LanguageTool
ProofreadingSelf-hosted grammar and style checking, with none of the text leaving your machine.
Haste
PastebinA private pastebin for logs and snippets — a link you can share without a third party holding it.
Owncast
Live streamingYour own live video stream and chat, on your own domain, with nobody else placing the ads.
yarr
RSS readerA personal feed reader that keeps up with an industry without an algorithm choosing for you.
rathole
TunnelA fast reverse tunnel: expose something running behind a home connection at a public address.
Folding@home
Distributed computeDonate idle capacity to protein-folding research when the machine has nothing else to do.
5e-tools
Reference siteA self-hosted tabletop reference for a group that would rather not depend on a public mirror.
Paper
MinecraftThe Minecraft server most people actually run: plugins, and it holds up with a crowd on it.
Minecraft
VanillaThe game exactly as Mojang ships it, with nothing added and nothing behaving unexpectedly.
Forge
Modded MinecraftFor a modpack: hundreds of mods loaded together, which is most of what a private server gets used for.
Sponge
Modded MinecraftThe other modding platform, for packs and plugins written against it rather than Forge.
BungeeCord
Minecraft proxyJoins several Minecraft servers into one address, so players move between worlds without disconnecting.
Rust
SurvivalA Rust server with your own wipe schedule, rather than somebody else deciding when the map resets.
ARK: Survival Evolved
SurvivalA persistent ARK map for a tribe, with the rates and rules set the way your group likes them.
Valheim
SurvivalA world that stays up between sessions, so progress does not depend on who is online to host it.
Terraria
SandboxA shared world that keeps running when everyone logs off, and is there again the next evening.
Counter-Strike
Source engineYour own competitive server, with your maps, your config and no queue to get into it.
Team Fortress 2
Source engineA community server with the maps and rules you want, rather than whatever matchmaking hands you.
Garry's Mod
Source engineSandbox and game modes, with addons and Lua scripts you control on a machine you control.
Insurgency
Source engineA private tactical server for a group that would rather play together than with strangers.
Mumble
Voice serverLow-latency voice with no licence counting your users, and it is free software all the way down.
TeamSpeak
Voice serverLow-latency voice chat for a community or a team, including the ARM64 build.
TeaSpeak
Voice serverA TeamSpeak-compatible server with its own extensions and no per-slot licensing.
TS3 Manager
Web control panelA browser panel for administering TeamSpeak servers without a desktop client.
Lavalink
Audio nodeThe 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
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.
It gets built
Your council chooses what to use, installs it, points the domain at it, sorts the certificate, and tells you the address.
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.