didil / globalping-cli

A simple CLI tool to run networking commands remotely on hundreds of globally distributed servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Globalping icon Globalping CLI

Access a global network of probes without leaving your console. Powered by the Globalping community!

  • The official command-line interface for the Globalping network.
  • Run networking commands from any location in the world
  • Supported commands: ping, mtr, traceroute, dns resolve, HTTP
  • Real-time results right in your command line
  • Human friendly format and output
  • Cross-platform. Linux, MacOS, Windows are all supported
  • Auto-updates via RPM/DEB/Chocolatey repos
  • Check our website for online tools, our Slack app and more!

Installation - Quick start

Simply run these commands to install the repo and CLI! This way you will get all future updates by simply running an update using your package manager.

Ubuntu/Debian (deb)

curl -s https://packagecloud.io/install/repositories/jsdelivr/globalping/script.deb.sh | sudo bash
apt install globalping

CentOS/Fedora/Rocky Linux/AlmaLinux (rpm)

curl -s https://packagecloud.io/install/repositories/jsdelivr/globalping/script.rpm.sh | sudo bash
dnf install globalping

Manual installation instructions

MacOS - Homebrew

brew tap jsdelivr/globalping
brew install globalping

Windows - Chocolatey

choco install globalping

Binary installation

Every new release is compiled into binaries ready to run on most operating systems and attached as assets on GitHub. You can download and run the binaries directly on your system, but note that you will have to repeat this process for every new release. Explore the available versions.

Getting Started with Globalping CLI

Once the Globalping CLI is installed, you can verify that it is working by running:

globalping --help

About

A simple CLI tool to run networking commands remotely on hundreds of globally distributed servers

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%