Database hosting on your own server
Seven database engines, all installed in one click. Data stored on persistent block storage. Optional external TCP access via Front Door.
Every database you need
MySQL & MariaDB
The most popular database for web applications. MariaDB is the recommended default for new installs.
PostgreSQL
Advanced SQL with JSONB, CTEs, and window functions. Preferred for complex API backends.
Redis
In-memory key-value store for caching, sessions, and queues. Accessible across all your app containers.
MongoDB
Document store for flexible schemas. Deployed in Docker with admin credentials and optional remote access.
Kafka
Apache Kafka in KRaft mode (no ZooKeeper). Single-node broker for event streaming workloads.
Memcached
Lightweight in-memory caching for high-throughput read workloads.
What’s included
Block storage by default
All databases store data on persistent block storage. Data survives container rebuilds and server restores.
External TCP access
Enable remote access for any database from the portal. Simplewala allocates a secure port via the Front Door Nginx stream module.
Automated backups
Database-level backup schedules available from the Backups section. Restore to any snapshot in one click.
Performance tuning
MySQL buffer pool sizing, PostgreSQL shared_buffers, and other parameters are tuned to your server’s RAM automatically.