Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:beszel [2025/01/13 12:50] – willy | services:beszel [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Beszel ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | ==== Installation - hub ==== | ||
- | |||
- | I will show you how to install Beszel Hub on your server. There is no need to use a container for this, as Beszel is provided with an easy to deploy prebuilt binary. | ||
- | |||
- | You should create a specific user to run the hub, as it does not require any administrative. The home folder should be under **/ | ||
- | <code bash> | ||
- | useradd -d /opt/beszel -m beszel | ||
- | </ | ||
- | |||
- | Now, su to the //beszel// user and download the hub binary: | ||
- | <code bash> | ||
- | su - beszel | ||
- | wget https:// | ||
- | tar xvf beszel_linux_amd64.tar.gz | ||
- | </ | ||
- | of course, download the correct binary for your platform. Make sure you _dont_ get the Agent binary, but the other binary. There is no //hub// on the filename. | ||
- | |||
- | |||
- | ==== Installation - agent ==== | ||
- | |||
- | |||
- | |||
- | Get binary from | ||
- | [[https:// | ||
- | |||
- | Example: | ||
- | <code bash> | ||
- | https:// | ||
- | </ | ||
- | |||
- | Run it: | ||
- | <code bash> | ||
- | /beszel serve --http " | ||
- | </ | ||