Openship

Installation

Install Openship on your own server or use the managed cloud.

Installation

Openship runs on any Linux server. You can self-host it or use Openship Cloud.

Self-hosted

System requirements

ComponentMinimumRecommended
CPU2 cores4+ cores
RAM2 GB4+ GB
Disk20 GB50+ GB SSD
OSUbuntu 22.04+Ubuntu 24.04

One-line install

curl -fsSL https://get.openship.io | sh

Docker Compose

version: "3.8"
services:
  openship:
    image: ghcr.io/openshiporg/openship:latest
    ports:
      - "3000:3000"
      - "443:443"
      - "80:80"
    volumes:
      - openship-data:/data
    restart: unless-stopped

volumes:
  openship-data:
docker compose up -d

Verify

openship status

You should see Openship daemon running with the dashboard URL.

Openship Cloud

Don't want to manage a server? Sign up for Openship Cloud — same platform, fully managed.

Next steps

On this page