Getting Started
This guide gets you from zero to a working openme setup in about five minutes. You’ll end up with:
- A server daemon running on Linux, listening for knock packets
- A client config on your local machine
- A successful knock that temporarily opens SSH
Prerequisites:
- Linux server with
iptablesornftables - Go 1.21+ (to build from source) or a pre-built binary
sudo/ root access on the server
Steps
- Install openme on both server and client
- Set up the server —
openme init+openme serve - Add a client —
openme add alice - Configure the client — paste the generated config
- Connect —
openme connect
Proceed to Server Setup →