Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
WireGuard VPN
v0.1.3WireGuard state — interfaces, peers, transfer counts, last handshakes — plus operator actions: bring iface up/down via wg-quick, remove a peer from a live iface. Use to debug connectivity or evict a compromised peer.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:b1b9ecda14e9726b4a030f46a8afae76d22e7ab490c4e4031a15e279e4d9924e
sudo emisar pack install wireguard \ --hash sha256:b1b9ecda14e9726b4a030f46a8afae76d22e7ab490c4e4031a15e279e4d9924e \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 8 total
View on GitHub-
wg-quick down <iface>
-
wg-quick up <iface>
-
wg set <iface> peer <pubkey> remove
-
wg show
-
wg show all endpoints
-
wg show all latest-handshakes
-
wg show all transfer
-
wg showconf <iface>