Open up your terminal (a ssh connection will work too) and run the linux installer.
Or if your operating system is working on 32 bit architecture:
Then start the installation process:
dpkg -i pulseway_x64.deb
or
dpkg -i pulseway_x86.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