Free & Open Source

SSH connections,
one command.

A lightweight Bash tool to manage servers with aliases. Stop memorizing hosts — connect instantly.

zsh — Terminal
$ curl -fsSL https://conn.web.ap.it/setup.sh | bash

Click to copy

What's included

Everything you need to manage SSH connections — no config files to hunt down.

Aliases

Store servers under short names. conn to prod instead of typing host, user, port.

🔑

Key management

Create, view public/private keys. Clipboard copy for passwords on connect.

🔄

Self-update

conn update pulls the latest version from GitHub. Always current.

How it works

Three steps from zero to connected.

01

Install

Run the one-liner. The script downloads and installs conn to /usr/local/bin — no clone required.

02

Add your servers

Run conn add and follow the wizard. Alias, user, host, port — optionally save the password for clipboard copy on connect.

03

Connect

conn to production. That's it. SSH key check, update check, password to clipboard — then you're in.

Perfect pairing with Cipi

Use Conn with Cipi to manage and deploy Laravel to any VPS.

Once you've connected to your servers with conn, deploy your apps with cipi.sh — an open-source CLI built exclusively for Laravel. One command installs a complete production stack on any Ubuntu VPS.

$ wget -O - https://cipi.sh/setup.sh | bash
✓ Cipi v4.0.0 installed successfully
$ cipi app create --domain=myapp.com --php=8.4
✓ Linux user created · PHP 8.4 · MariaDB · Nginx
$ cipi deploy myapp
✓ Release 14 live — zero downtime
→ myapp.com is live. 🚀
Explore cipi.sh ↗