Agent downloads

For Debian, Ubuntu

AMD64 (Intel 64-bit)
i386 (Intel 32-bit)
arm64 (ARM 64-bit)
armhf (ARM 32-bit)
Download the right file for your system's architecture (most likely AMD64)
and install with sudo dpkg -i <the_file>

For Fedora, CentOS, SuSE

x86_64 (Intel 64-bit)
i386 (Intel 32-bit)
arm64 (ARM 64-bit)
armv7hl (ARM 32-bit)
Download the right file for your system's architecture (most likely x86_64)
and install with sudo rpm -Uhv <the_file>

For any Linux distro

Intel 64-bit
Intel 32-bit
ARM 64-bit
ARM 32-bit
Download the right file for your system's architecture (most likely Intel 64 bit)
and extract with sudo tar -C / -xvf <the_file>

Post-installation configuration

Please edit /etc/clearview.conf to provide:

server_addr: 111.222.33.44
auth_username: monitoring_with_clearview
auth_password: !s_ea6y_and_7un
node_id: 19edcd32-abcd-1234-9664-16e11a5aa90f
mysql_username: whatever_it_is
mysql_password: the_password_goes_here

Finally, enable the agent service with sudo systemctl enable clearview-agent and make sure it's started with sudo systemctl restart clearview-agent.

Server downloads

For Debian, Ubuntu

AMD64 (Intel 64-bit)
i386 (Intel 32-bit)
arm64 (ARM 64-bit)
armhf (ARM 32-bit)
Download the right file for your system's architecture (most likely AMD64)
and install with sudo dpkg -i <the_file>

For Fedora, CentOS, SuSE

x86_64 (Intel 64-bit)
i386 (Intel 32-bit)
arm64 (ARM 64-bit)
armv7hl (ARM 32-bit)
Download the right file for your system's architecture (most likely x86_64)
and install with sudo rpm -Uhv <the_file>

For any Linux distro

Intel 64-bit
Intel 32-bit
ARM 64-bit
ARM 32-bit
Download the right file for your system's architecture (most likely Intel 64 bit)
and extract with sudo tar -C / -xvf <the_file>

Post-installation configuration

Please edit /etc/clearview-server.conf to provide the username and the password for agent authentication

auth_username: monitoring_with_clearview
auth_password: !s_ea6y_and_7un

Finally, enable the server service with sudo systemctl enable clearview-server and make sure it's started with sudo systemctl restart clearview-server.

All files

You can also view all the files in the download directory.