Cloud & Databases
Databases
Connect to your database remotely
Retrieve host, port and credentials, then authorize your client IP in the panel.
Read guideUse your managed PostgreSQL database
Connect to PostgreSQL (psql, DBeaver, pgAdmin), enable SSL, manage users and automatic backups.
Read guideUse your managed MariaDB (MySQL) database
Connect to MariaDB via CLI or GUI, create users, import a SQL dump and manage backups.
Read guideUse your managed MongoDB database
MongoDB connection string, connect via Compass or a driver, create a user and backups.
Read guideUse your managed Redis database (in-memory cache)
Connect to Redis (redis-cli, TLS, ACL), pub/sub, persistence and backups.
Read guideUse your managed RethinkDB database (real-time JSON)
Connect to RethinkDB (driver port 28015, UI 8080), ReQL, changefeeds and backups.
Read guideDeployment
Deploy an app with Docker
Install Docker, run a container with ports and volumes, then orchestrate with docker-compose.
Read guideDeploy a Node.js application
Set up environment variables, the startup script and deploy via Git to your instance.
Read guideDeploy a Python application on onesubnet
Deploy Flask/Django/FastAPI in Python: dependencies, build/start command, port and environment variables.
Read guideDeploy a Go application on onesubnet
Compile and run a Go binary: build, port via env, environment variables and logs.
Read guideDeploy a Java application on onesubnet
Deploy Spring Boot / JVM: Maven/Gradle build, run the JAR, port and environment variables.
Read guideDeploy a Rust application on onesubnet
Compile a Rust binary (cargo) and run it: build, port via env, environment variables.
Read guideDeploy a Bun application on onesubnet
Deploy a JavaScript app with Bun: install, start, port and environment variables.
Read guideDeploy a Deno application on onesubnet
Deploy a TypeScript/JavaScript app with Deno: deno task, port and environment variables.
Read guideDeploy a C# .NET application on onesubnet
Deploy ASP.NET / .NET services: dotnet build, run the DLL, port and environment variables.
Read guideDeploy an Elixir / Phoenix application on onesubnet
Deploy Phoenix/Elixir: mix deps, release, port and environment variables.
Read guideDeploy a Dart application on onesubnet
Deploy a Dart backend (shelf / dart_frog): dependencies, run, port and environment variables.
Read guideTools
Monitor your service with Grafana & Prometheus
Deploy Prometheus, node_exporter and Grafana to collect, store and visualize your instance's metrics.
Read guideUse managed Prometheus (metrics)
Access Prometheus, configure remote_write from your services, basic PromQL queries.
Read guideUse managed Loki (log aggregation)
Push your logs to Loki with Promtail, basic LogQL queries and exploration in Grafana.
Read guideUse managed Uptime Kuma (uptime monitoring)
Access Uptime Kuma, add monitors (HTTP/TCP/ping), configure notifications.
Read guideUse managed MinIO (S3 object storage)
MinIO S3 endpoint, access keys, mc client, create buckets and policies.
Read guide