Deploy HiveGrid on your own infrastructure. Full control over your data, complete customization, and no vendor lock-in. Free and open source under the AGPL-3.0 license.
Choose the deployment method that fits your infrastructure. All options are fully supported and documented.
Get HiveGrid running locally in under 5 minutes.
# Clone the HiveGrid repository git clone https://github.com/hivegridspace/hivegrid.git cd hivegrid # Copy environment variables cp .env.example .env # Start all services with Docker Compose docker-compose -f docker-compose-local.yml up -d # Run database migrations docker exec hivegrid-api python manage.py migrate # Create an admin user (optional) docker exec -it hivegrid-api python manage.py createsuperuser # Access HiveGrid at http://localhost:3000
2+ cores
Recommended for production
4GB+
8GB recommended for larger teams
20GB+
SSD recommended for database