Ping
Use the ICMP protocol to test the reachability of hosts on the network
TCPing
Uses the TCP protocol to test a specified port of a host on the network
HTTP
Test website connection speed using HTTP protocol
DNS
View domain name resolution results in various regions around the world
Traceroute
Trace the path of a packet from local host to destination host
IP Info
Trace the path of a packet from local host to destination host
Whois
Whois allows you to query the registration information of a domain name or IP address
Connect your own node and show an ad
Run NodeCook Agent to make your server a global check node. Configure a sponsor title and link, and the sponsor slot for that node will appear in test results. The agent code is fully open source and auditable, with no hidden collection or extra execution logic.
1. Install Agent
Run the install script on your server. The agent will connect to NodeCook automatically.
2. Configure sponsor
Use NCA_TITLE and NCA_LINK to set the display title and target link.
3. Display automatically
After the node is online, the sponsor will appear with that node in Ping, HTTP, DNS, and other results.
Linux / macOS example
curl -fsSL https://raw.githubusercontent.com/nodecook/agent/main/scripts/install.sh | sudo NCA_TITLE="Your Brand" NCA_LINK="https://example.com" bash