Snabb distribution · Automatisk registrering · Automatisk start

Distribuera TCPING.CN
Probe Agent

Identifierar automatiskt system och arkitektur och installerar med ett enda kommando. Stoder community-sponsrade noder och ar redo direkt pa alla plattformar.

systemd / launchd Stod for flera arkitekturer Windows systemfalt
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 registrerad, vantar pa granskning
Autostart vid uppstart Daemon-hantering 386 / amd64 / arm64 Windows Installation med ett kommando

Ett kommando, full distribution

Universellt installationsskript for Linux / macOS med automatisk identifiering av system och arkitektur.

bash · Linux / macOS
# Ettklicksinstallation (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.

Connect Your fnOS NAS, Earn Revenue

Manually install the .fpk into fnOS App Center and start earning from probing tasks

Mest popular
x86_6464-bit
Intel / AMD NAS
Download fpk
ARMARM64
ARM 机型飞牛 NAS
Download fpk

After downloading, open fnOS "App Center → Manual Install" and upload the .fpk file — no command line needed.

Windows klart att anvanda

Ladda ner exe for din arkitektur och kor med dubbelklick, utan kommandorad.

tcping.cn Agent

Kor · Autostart aktiverad

Stangning av fonster minimerar till systemfaltet, hogerklick for att avsluta

FaltikonHogerklick → Avsluta
  • 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-bit
386 / x86
Ladda ner zip
Mest popular
x6464-bit
amd64 / x64
Ladda ner zip
ARMARM64
arm64 / Apple M
Ladda ner zip
Windows PowerShell (Avancerat)
Krav pa administratorsrattigheter, installerar till Program Files och registrerar en SYSTEM-uppgift.
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)

Avinstallationsguide

Valj ditt operativsystem och folj stegen for att ta bort allt helt

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