Docs/Overview/Welcome to Shipown Documentation

Welcome to Shipown Documentation

Learn Shipown, the local-first desktop app for Linux server management. Covers SSH servers, deployments and rollbacks, Docker, Nginx and HTTPS, the file manager, database backups, and the AI terminal.

Open in App
shipown · preview
Interactive Node
Welcome to Shipown Documentation

A recorded walkthrough for this page has not been made yet.

01.How It Works

Shipown is a desktop app that manages Linux servers you already own, over plain SSH. It installs no agent and runs no service in between: everything you see is read from the server, and everything it changes is a command it shows you. These pages cover connecting a server, deploying to PM2, Nginx or Docker, the file manager, server maintenance, database backups and the AI terminal.

Step A
Zero Cloud Relays

Client-side operations encrypted directly between your desktop and target server.

Step B
Credentials stay on your computer

SSH keys, passwords and API keys are held by the desktop app and encrypted with your OS keychain.

02.Key Capabilities

# What Shipown runs on the server, over your own SSH connection
$ pm2 jlist
$ docker ps -a --format '{{json .}}'
[ok] Connected to Ubuntu 24.04 LTS (x86_64)

03.Configuration & Setup

1
Initialize target configurationPick one of your saved servers, or add it with its host, port, user and SSH key.
2
Deploy & MonitorVerify telemetry in real time without polling overhead.