Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
WireGuard VPN
v0.1.5WireGuard 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.
wg
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:8ab673bde0e33a1253ceacacae4c62c0943f845d6672711bc1f3935e0471056a
sudo emisar pack install wireguard \ --hash sha256:8ab673bde0e33a1253ceacacae4c62c0943f845d6672711bc1f3935e0471056a \ --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>