तेज़ तैनाती · ऑटो रजिस्टर · ऑटो स्टार्ट

तैनात करें TCPING.CN
प्रोब Agent

OS और आर्किटेक्चर को स्वतः पहचानता है, एक कमांड में इंस्टॉल करता है, समुदाय प्रायोजित नोड एक्सेस देता है और सभी प्लेटफॉर्म पर तुरंत उपयोग के लिए तैयार है।

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 एक कमांड सेटअप

एक कमांड, पूरा डिप्लॉय

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 डाउनलोड करें और डबल-क्लिक से चलाएं, बिना कमांड लाइन के।

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)

अनइंस्टॉल गाइड

अपना 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