RaxOps is an open-source & self-hostable alternative to Heroku / Netlify / Vercel / etc.
It helps you manage your servers, applications, and databases on your own hardware; you only need an SSH connection. You can manage VPS, Bare Metal, Raspberry PIs, and anything else.
Imagine having the ease of a cloud but with your own servers. That is RaxOps.
No vendor lock-in: all configurations for your applications, databases, and services are saved to your server. If you decide to stop using RaxOps, your resources continue to run independently.
- Any Hardware: Deploy to VPS, Bare Metal, Raspberry Pi, or any server accessible via SSH.
- Applications: Deploy your apps from Git (GitHub, GitLab, Bitbucket, or self-hosted) using:
- Nixpacks: Automatically detects your framework and builds the optimized image.
- Dockerfile: Use your custom Dockerfile for full control.
- Docker Compose: Deploy complex multi-container setups.
- Databases: One-click deployment for:
- PostgreSQL
- MySQL
- MariaDB
- MongoDB
- Redis
- ClickHouse
- Dragonfly
- Services: Pre-configured templates for popular open-source software like Meilisearch, Umami, Plausible, and more.
- Real-time Monitoring: Integrated logs and status monitoring for all your resources.
- Automated SSL: Automatic certificate management via Traefik or Caddy.
curl -fsSL https://raxops.io/install.sh | bashImportant
Ensure your server meets the minimum requirements (Ubuntu 22.04+ recommended, 2GB+ RAM).
- Documentation: raxops.io/docs
- GitHub Issues: Report bugs or request features via our issue tracker.
- Community Support: Connect with other RaxOps users for help and feedback.