빠른 배포 · 자동 등록 · 자동 시작

배포 TCPING.CN
프로브 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가 등록되었으며 검토 대기 중입니다
부팅 시 자동 시작 데몬 관리 386 / amd64 / arm64 Windows 한 줄 명령으로 설정

명령 한 줄로 배포 완료

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)

제거 가이드

운영체제를 선택하고 단계에 따라 완전히 제거하세요

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