一條命令,完成部署
Linux / macOS 通用安裝腳本,自動識別系統與架構
bash · Linux / macOS
# 一鍵安裝(Linux / macOS) curl -fsSL 'https://agent.tcping.cn/install.sh' | bash -s -- \ --server 'https://agent.tcping.cn'
自動識別系統架構
無需手動選擇,腳本自動判斷作業系統與 CPU 架構並拉取對應二進位。
systemd / launchd 託管
Linux 接入 systemd、macOS 接入 launchd 作為守護進程,崩潰自動拉起。
開機自啟並待審核
首次執行後自動註冊節點並設定開機自啟,隨後進入後台待審核。
Connect Your fnOS NAS, Earn Revenue
Manually install the .fpk into fnOS App Center and start earning from probing tasks
ARMARM64
After downloading, open fnOS "App Center → Manual Install" and upload the .fpk file — no command line needed.
Windows 開箱即用
下載對應架構的 exe,雙擊即用,無需命令列
執行中 · 已開機自啟
關閉視窗縮到系統匣,右鍵可退出
匣圖示
無黑框命令列
純 GUI 執行,雙擊啟動,新手也能輕鬆部署。
系統匣常駐
關閉視窗自動縮到右下角系統匣,右鍵系統匣即可退出進程。
首次執行自啟
執行後自動設定開機自啟並進入待審核,無需額外設定。
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' }"