명령 한 줄로 배포 완료
Linux / macOS 공용 설치 스크립트가 OS와 아키텍처를 자동 감지합니다.
# 원클릭 설치 (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를 내려받아 더블클릭으로 실행하고 명령줄 없이 사용할 수 있습니다.
실행 중 · 자동 시작 사용
창을 닫으면 트레이로 최소화되고, 우클릭으로 종료할 수 있습니다
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.
Windows PowerShell (고급)
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { iwr 'https://agent.tcping.cn/install.ps1' -UseBasicParsing | iex; Install-TcpingCnAgent -Server 'https://agent.tcping.cn' }"