A small Rust program to join a system to a Beszel instance
Find a file
2025-05-23 20:15:45 -06:00
src Initial build 2025-05-23 20:15:45 -06:00
.gitignore Initial build 2025-05-23 20:15:45 -06:00
Cargo.lock Initial build 2025-05-23 20:15:45 -06:00
Cargo.toml Initial build 2025-05-23 20:15:45 -06:00
README.md Initial build 2025-05-23 20:15:45 -06:00

beszel-register

A small Rust program to register a system using the Beszel API

Basic Usage

beszel-register --beszel http://beszel:8090 --username user@example.com --password 'Password'

Advanced Usage

beszel-register \
    --beszel http://beszel:8090 \
    --username user@example.com \
    --password 'Password' \
    --name 'System Name' \
    --ip 'System IP' \
    --port 45876