All Collections
Agent Deployment
How to install the Pulseway agent on RaspberryPi (Raspbian)
How to install the Pulseway agent on RaspberryPi (Raspbian)
Paul Csiki avatar
Written by Paul Csiki
Updated over a week ago

Note: You will need to add "sudo" in front of each command if you install Pulseway as a user. 

Open up your terminal (a ssh connection will work too) and run the linux installer. 

Then start the installation process: 

dpkg -i pulseway_armhf.deb 

Then in order to register the Pulseway agent on this system with your Pulseway server, you will need to run this executable: 

pulseway-registration

This executable should already be added to the path on your system, therefore you should be able to run it from any place, however, if that doesn't work, then you will find it in the following folder

/usr/sbin/

If the Pulseway service is not started automatically, then please run the following command:

systemctl start pulseway

In order to configure the Pulseway agent on the Ubuntu system, open the config.xml file on the system for editing using your favorit text editor (vim, nano, etc.) and edit it according to requirements:

vim /etc/pulseway/config.xml

Once the customisation is completed you will need to restart the Pulseway service to load the new config file.

systemctl restart pulseway


Did this answer your question?