ดีพลอยเร็ว · ลงทะเบียนอัตโนมัติ · เริ่มอัตโนมัติ

ดีพลอย TCPING.CN
Probe Agent

ตรวจจับระบบปฏิบัติการและสถาปัตยกรรมอัตโนมัติ ติดตั้งด้วยคำสั่งเดียว รองรับโหนดที่ชุมชนสนับสนุน และพร้อมใช้งานบนทุกแพลตฟอร์ม

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 แล้ว กำลังรอตรวจสอบ
เริ่มอัตโนมัติเมื่อบูต จัดการแบบ daemon 386 / amd64 / arm64 Windows ตั้งค่าด้วยคำสั่งเดียว

คำสั่งเดียว ดีพลอยครบ

สคริปต์ติดตั้งแบบสากลสำหรับ Linux / macOS พร้อมตรวจจับระบบและสถาปัตยกรรมอัตโนมัติ

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 ตามสถาปัตยกรรมของคุณแล้วดับเบิลคลิกเพื่อใช้งาน โดยไม่ต้องใช้ command line

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 scheduled task
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)

คู่มือถอนการติดตั้ง

เลือกระบบปฏิบัติการของคุณและทำตามขั้นตอนเพื่อลบออกทั้งหมด

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