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:

o2s.tasmanian.cloud

Create an account, generate an API key, and start deploying.

2. Choose Your Compute Solution

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:

CategoryApplications
CodeGitea, GitLab, Drone CI
ProductivityPlane, Focalboard, Outline
CommunicationMattermost, Zulip
AnalyticsPlausible, Umami, Metabase
DatabasesPostgreSQL, MySQL, MongoDB, Redis
Automationn8n, Airbyte

Browse all templates β†’

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

RegionLocationStatus
tas-1Launceston, Tasmaniaβœ… Available
tas-2Hobart, Tasmania🚧 Coming soon

All data stays within Tasmania. No offshore transfers.


Documentation Structure


Coming Soon

We're continuously expanding our platform. The following features are under active development:


Support

ChannelContact
DocumentationYou're here!
Statusstatus.tasmanian.cloud
Emailsupport@tasmanian.cloud
Emergencyemergency@tasmanian.cloud

Next Steps