mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-25 16:01:40 +00:00
524 B
524 B
sidebar_position, title
| sidebar_position | title |
|---|---|
| 3 | Quick Start |
Quick Start
Download the archive for your platform and extract it.
Server
# orbien-server.toml
listen = "0.0.0.0:9527"
./orbien-server -c orbien-server.toml
Client
If you find the CLI cumbersome, you can use Orbien Desktop.
# orbien.toml
server = "127.0.0.1:9527"
[[tunnels]]
name = "mysql"
protocol = "tcp"
service = "127.0.0.1:3306"
remotePort = 9000
./orbien -c orbien.toml