User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:beszel [2025/01/13 12:50] willyservices:beszel [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Beszel ====== 
- 
-[[https://beszel.dev/|Beszel]] 
- 
-===== 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 **/opt/beszel** because this is not a normal daemon, and we want to be sure it will always work even if the other filesystems are not mounted: 
-<code bash> 
-useradd -d /opt/beszel -m beszel 
-</code> 
- 
-Now, su to the //beszel// user and download the hub binary: 
-<code bash> 
-su - beszel 
-wget https://github.com/henrygd/beszel/releases/download/v0.9.1/beszel_linux_amd64.tar.gz 
-tar xvf beszel_linux_amd64.tar.gz 
-</code> 
-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://github.com/henrygd/beszel/releases/tag/v0.9.1|here]] 
- 
-Example: 
-<code bash> 
-https://github.com/henrygd/beszel/releases/download/v0.9.1/beszel_linux_amd64.tar.gz 
-</code> 
- 
-Run it: 
-<code bash> 
-/beszel serve --http "0.0.0.0:8091" 
-</code> 
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information