The Bleemeo solution uses an agent running on your system. Even though the agent
uses standard tools as much as possible, not all systems meet our requirements.
The Bleemeo agent communicates with the Bleemeo Cloud using HTTPS and MQTT-SSL. Only the agent
initiates the connections. Your firewall needs to allow the agent to open connections
for both protocols:
HTTPS uses TCP port 443 on api.bleemeo.com
MQTT-SSL uses TCP port 8883 on mqtt.bleemeo.com
The api.bleemeo.com and mqtt.bleemeo.com hostnames are stable, but the IP addresses they resolve to may change in the future, so prefer hostname-based firewall rules when possible.
To install the Bleemeo agent with our official install script:
Log in to your Bleemeo account and go to the home page.
Run the wget -qO- "https://get.bleemeo.com?accountId=<YOUR_ACCOUNT_ID>®istrationKey=<YOUR_REGISTRATION_KEY>" | sh command on your server. When administrator privileges are required, you will be asked to enter your su or sudo password.
The agent is installed and configured for your Bleemeo account. You can check it in the agent list.
We recommend using our shell script, which handles the installation for you:
Before installing the Bleemeo agent, please check that you meet the system requirements.
The agent works with your native packaging tools. For Debian/Ubuntu, the agent
uses APT and deb packages.
The agent needs your credentials. Get them from the Bleemeo Panel by clicking “Connect your first server to Bleemeo platform”, then add them to /etc/glouton/conf.d/30-install.conf:
Terminal window
sudomkdir-p/etc/glouton/conf.d
sudotee/etc/glouton/conf.d/30-install.conf<<EOF
bleemeo:
account_id: YOUR_ACCOUNT_ID
registration_key: YOUR_REGISTRATION_KEY
EOF
sudochmod640/etc/glouton/conf.d/30-install.conf
Our package repository is signed with the following GPG key:
Before installing the Bleemeo agent, please check that you meet the system requirements.
Proxmox VE and Proxmox Backup Server are based on Debian, so the agent uses APT and deb packages.
The agent needs your credentials. Get them from the Bleemeo Panel by clicking “Connect your first server to Bleemeo platform”, then add them to /etc/glouton/conf.d/30-install.conf:
Terminal window
sudomkdir-p/etc/glouton/conf.d
sudotee/etc/glouton/conf.d/30-install.conf<<EOF
bleemeo:
account_id: YOUR_ACCOUNT_ID
registration_key: YOUR_REGISTRATION_KEY
EOF
sudochmod640/etc/glouton/conf.d/30-install.conf
Our package repository is signed with the following GPG key:
Before installing the Bleemeo agent, please check that you meet the system requirements.
This section covers Red Hat Enterprise Linux, CentOS, AlmaLinux, Rocky Linux, Oracle Linux and CloudLinux, which all share the same RPM packages.
The agent needs your credentials. Get them from the Bleemeo Panel by clicking “Connect your first server to Bleemeo platform”, then add them to /etc/glouton/conf.d/30-install.conf:
Terminal window
sudomkdir-p/etc/glouton/conf.d
sudotee/etc/glouton/conf.d/30-install.conf<<EOF
bleemeo:
account_id: YOUR_ACCOUNT_ID
registration_key: YOUR_REGISTRATION_KEY
EOF
sudochmod640/etc/glouton/conf.d/30-install.conf
Add our repository. $releasever is auto-detected by yum/dnf and resolves to your distribution major version (7, 8, 9, 10):
Before installing the Bleemeo agent, please check that you meet the system requirements.
The agent works with your native packaging tools. For Fedora, the agent
uses rpm packages.
The agent needs your credentials. Get them from the Bleemeo Panel by clicking “Connect your first server to Bleemeo platform”, then add them to /etc/glouton/conf.d/30-install.conf:
We recommend installing the agent using the standard method,
or following these instructions if you use Docker. If neither method fits your needs,
see the manual method, which explains how to install
the Bleemeo agent with standard tools.
Before installing the Bleemeo agent, please check that you meet the system requirements.
The installer can be run with an option to hide the wizard (this is useful if you are deploying on several servers).
Run the following command as administrator on your server:
By default, when installing the Bleemeo agent, it immediately starts
and registers itself with the Bleemeo Cloud platform. However, this is not desired when the Bleemeo agent
is installed while creating a cloud image (for example an AMI on AWS). In this case
the agent should only start and register once the image is used to create a new machine.
To address this use case, the installation script lets you install the Bleemeo agent
without starting or registering it on the machine used to create the cloud image.
Take the wget [...] | sh command and add &cloudimageCreation=1 to the parameters.
Run the resulting wget -qO- "https://get.bleemeo.com?accountId=<YOUR_ACCOUNT_ID>®istrationKey=<YOUR_REGISTRATION_KEY>&cloudimageCreation=1" | sh command on your server. When administrator privileges are required, you will be asked to enter your su or sudo password.
The agent is installed but will not start while running on the same machine. It will only start and register
itself for each new machine created from the image.