Getting Started
Documentation for tasmanian.cloud - sovereign cloud infrastructure in Tasmania
tasmanian.cloud
Welcome to the documentation for tasmanian.cloudβsovereign cloud infrastructure, 100% within Tasmania.
Alpha Status
tasmanian.cloud is currently in alpha. The systems and services documented here are not yet in general availability. Infrastructure is being actively built and tested. If you're interested in early access or want to learn more, please contact hello@tasmanian.cloud.
Platform Roadmap
We're building a unified platform. Currently, VPS (KVM/LXC), Kubernetes, and Templates are managed separately. We're actively developing:
- ποΈ Unified Management API β Single API for KVM/LXC VMs, Kubernetes clusters, and container deployments
- π³ Docker PaaS β Platform-as-a-Service for containerized applications using Coolify
- π§ Template System β Docker Compose support with AI-assisted deployment
These features are in active development and will be available for beta testing soon.
What We Solve
We provide self-hosted infrastructure solutions for organizations that need:
- Data sovereignty β Everything stays in Tasmania, under Australian jurisdiction
- Privacy-first hosting β No surveillance capitalism, no data mining
- VPN-secured access β Private networking by default
- Self-hosted applications β Full control over your software stack
What We Don't Do
We intentionally do not compete on:
- β Cheap general-purpose compute (we can't beat hyperscale pricing)
- β GPU instances (no GPU hardware available)
- β Public IPs or floating IPs (single IPv4 address)
Instead, we focus on sovereign, private, self-hosted solutions.
Quick Start
1. Access OpenSelfServe (O2S)
All provisioning and management happens through O2Sβour self-service portal:
Create an account, generate an API key, and start deploying.
2. Choose Your Compute Solution
VPS
Virtual Private Servers. Full VMs with root access, VPN-only access.
Kubernetes
Managed container orchestration. Virtual cluster abstractionβno infrastructure management.
Templates
One-click self-hosted apps. PostgreSQL, Gitea, n8n, and more.
Storage
S3-compatible object storage with post-quantum encryption.
3. Connect via VPN
External access to your resources is exclusively via Netbird VPN:
# Install Netbird
curl -fsSL https://pkgs.netbird.io/install.sh | sh
# Join your network (get key from O2S)
netbird up --setup-key YOUR_KEY
# Access your services privately
ssh ubuntu@10.0.40.10
curl http://10.0.40.15:3000 # Your Gitea instance
Platform Overview
flowchart TB
subgraph "You"
USER[Your Devices]
end
subgraph "Access Layer"
VPN[Netbird VPN Mesh]
O2S[OpenSelfServe Portal]
end
subgraph "Your Infrastructure"
VPS[VPS Instances]
TEMPLATES[Template Apps]
K8S[Kubernetes Clusters]
STORAGE[RustFS Buckets]
end
subgraph "Platform"
INFRA[Infrastructure]
end
USER --> VPN
USER --> O2S
VPN --> VPS
VPN --> TEMPLATES
VPN --> K8S
O2S --> INFRA
INFRA --> VPS
INFRA --> K8S
INFRA --> STORAGE
Solutions
Self-Hosted Applications
Deploy popular open-source software with one click:
| Category | Applications |
|---|---|
| Code | Gitea, GitLab, Drone CI |
| Productivity | Plane, Focalboard, Outline |
| Communication | Mattermost, Zulip |
| Analytics | Plausible, Umami, Metabase |
| Databases | PostgreSQL, MySQL, MongoDB, Redis |
| Automation | n8n, Airbyte |
Private Infrastructure
Build your own private cloud:
- VPS instances β Full VMs with root access
- Private networks β RFC1918 addressing, inter-VPS communication
- VPN access β Secure external connectivity via Netbird
- Block storage β NVMe-backed volumes
- Object storage β S3-compatible with post-quantum crypto
Container Orchestration
Run containerized workloads:
- Kubernetes clusters β Managed K8s with virtual cluster abstraction
- GitOps workflows β FluxCD for declarative deployments
- Auto-scaling β Horizontal pod and cluster autoscaling
- Persistent storage β Distributed block storage
Authentication
All API requests require a Bearer token:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.tasmanian.cloud/v1/vps
Generate API keys in the O2S Dashboard.
Regions
| Region | Location | Status |
|---|---|---|
| tas-1 | Launceston, Tasmania | β Available |
| tas-2 | Hobart, Tasmania | π§ Coming soon |
All data stays within Tasmania. No offshore transfers.
Documentation Structure
CLI
Command-line tool reference
API
REST API documentation
TWN Stack
Internal infrastructure documentation
Security
Security practices and compliance
Coming Soon
We're continuously expanding our platform. The following features are under active development:
Domains and DNS
Domain registration and DNS management
VPC
Virtual Private Cloud networking
Load Balancers
Traffic distribution and high availability
Cloud Firewalls
Network security rules
Reserved IPs
Static IP allocation
IPv6
IPv6 connectivity
DDoS Protection
Attack mitigation
Monitoring
Resource observability
Projects
Resource organization
Uptime
Service availability tracking
Support
| Channel | Contact |
|---|---|
| Documentation | You're here! |
| Status | status.tasmanian.cloud |
| support@tasmanian.cloud | |
| Emergency | emergency@tasmanian.cloud |
Next Steps
- Deploy your first VPS β Get a VM running in minutes
- Try a template β One-click app deployment
- Explore the API β Automate everything
- Read about our infrastructure β How it's built