How to install Fing on CentOS / Ubuntu / Debian Cloud Servers

2021-04-01 By Mark 11386 Views linux fing troubleshooting
2 reviews

Fing allows you to check for continuous connectivity health, advanced speed tests, Level 1 troubleshooting features, notifications of connectivity issues and widespread Internet outages for your local ISP.


CentOS / Fedora


  1. Go to the below link to get the Fing Development Toolkit and copy the download link of Fing Desktop Embedded CLI for the RPM-based CentOS system.

    https://www.fing.com/products/development-toolkit

    finglinux1

  2. Now SSH to the server and change the directory to tmp, then download the Fing Desktop Embedded CLI with the below commands.

    # cd /tmp/
    
    # wget https://www.fing.com/images/uploads/general/CLI_Linux_RPM_5.5.2.zip
    

    finglinux2

  3. Extract the zip file with the below command.

    # unzip  CLI_Linux_RPM_5.5.2.zip
    

    finglinux3

  4. Now install Fing with the below command.

    # rpm  -i fing-5.5.2-amd64.rpm
    

    finglinux4

  5. Once the installation is completed, check and verify the version from the below command.

    # fing -v
    

    finglinux5


Ubuntu / Debian


  1. Go to the below link to get the Fing Development Toolkit and copy the download link of Fing Desktop Embedded CLI for the RPM-based Debian system.

    https://www.fing.com/products/development-toolkit

    finglinux6

  2. Now SSH to the server and change the directory to tmp, then download the Fing Desktop Embedded CLI with the below commands.

    # cd /tmp/
    
    # wget https://www.fing.com/images/uploads/general/CLI_Linux_Debian_5.5.2.zip
    

    finglinux7

  3. Extract the zip file with the below command.

    # unzip CLI_Linux_Debian_5.5.2.zip
    

    finglinux8

  4. Now install Fing with the below command.

    # dpkg -i fing-5.5.2-amd64.deb
    

    finglinux9

  5. Once the installation is completed, check and verify the version from the below command.

    # fing -v
    

    finglinux10


Related tutorial

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.