高速配備 · 自動登録 · 自動起動

配備 TCPING.CN
プローブ Agent

OS とアーキテクチャを自動判別し、1 コマンドでインストール。コミュニティ提供ノードにも接続でき、すべてのプラットフォームですぐ使えます。

systemd / launchd マルチアーキ対応 Windows システムトレイ
install — bash
$ curl -fsSL 'https://agent.tcping.cn/install.sh' \ | bash -s -- --server 'https://agent.tcping.cn' # Detecting OS ... Linux / x86_64 # Registering daemon systemd ... ok # Setting auto-start ... ok
Agent が登録され、審査待ちです
起動時に自動開始 デーモン管理 386 / amd64 / arm64 Windows 1 コマンドでセットアップ

1 コマンドで配備完了

Linux / macOS 共通インストールスクリプト。OS とアーキテクチャを自動判別します。

bash · Linux / macOS
# ワンクリックインストール(Linux / macOS)
curl -fsSL 'https://agent.tcping.cn/install.sh' | bash -s -- \
  --server 'https://agent.tcping.cn'
  • Auto-detect System Architecture

    No manual selection needed, the script auto-detects OS & CPU architecture and pulls the correct binary.

  • systemd / launchd Managed

    Linux uses systemd, macOS uses launchd as daemon, auto-restart on crash.

  • Auto-start & Pending Review

    Auto-registers node and configures auto-start on first run, then enters pending review.

Windows ですぐ使える

アーキテクチャに合った exe をダウンロードし、ダブルクリックするだけで実行できます

tcping.cn Agent

実行中 · 自動起動有効

ウィンドウを閉じるとトレイに最小化され、右クリックで終了できます

トレイアイコン右クリック → 終了
  • No Command Window

    Pure GUI, double-click to start, easy for beginners.

  • System Tray Resident

    Closing window minimizes to system tray, right-click to exit.

  • Auto-start on First Run

    Auto-configures auto-start and enters pending review on first run, no extra setup needed.

x8632 ビット
386 / x86
zip をダウンロード
最も人気
x6464 ビット
amd64 / x64
zip をダウンロード
ARMARM64
arm64 / Apple M
zip をダウンロード
Windows PowerShell(上級者向け)
管理者権限が必要です。Program Files にインストールし、SYSTEM のスケジュールタスクを登録します。
powershell
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { iwr 'https://agent.tcping.cn/install.ps1' -UseBasicParsing | iex; Install-TcpingCnAgent -Server 'https://agent.tcping.cn' }"

Check Node Uptime

Enter your node UNID (find it in the Agent UI "Node ID" or /etc/tcping.cn-agent/config.json on Linux)

アンインストールガイド

OS を選択し、手順に従って完全に削除してください

1

Stop & Disable systemd Service

Stop the running Agent first, then disable auto-start.
bash
sudo systemctl stop tcping.cn-agent
sudo systemctl disable tcping.cn-agent
2

Remove Service File & Binary

Remove the systemd unit file and reload daemon config.
bash
sudo rm -f /etc/systemd/system/tcping.cn-agent.service
sudo systemctl daemon-reload
sudo rm -f /usr/local/bin/tcping.cn-agent
3

Remove Config Files (Optional)

To completely remove data, delete the config directory.
bash
sudo rm -rf /etc/tcping.cn-agent