EPP Test Server Platform

Testing environment for InternetNZ .nz domain names. This is not a real registry - just for fun and testing only.

Download Tools & SDKs

Connect to the EPP Test Server using ready-made SDKs, example scripts, and starter projects. These tools help you communicate with epp.munsey.co.nz:700 using XML over TCP.

PHP SDK

A simple PHP library for connecting to the EPP Test Server, sending XML commands, and receiving parsed responses.

  • Supports login/logout
  • Domain & contact operations
  • Error handling + poll queue
Download PHP SDK

NodeJS SDK

A lightweight NodeJS TCP client for sending EPP commands using async/await patterns.

  • Native Node TCP socket
  • XML builder templates
  • Promise-based responses
Download NodeJS SDK

Python SDK

A clean Python client using sockets and lxml for fast XML handling.

  • Blocking + async modes
  • Auto-wrapped XML commands
  • Full response objects
Download Python SDK

Example Scripts

A set of raw example scripts demonstrating login, domain check, and domain create.

  • XML templates
  • Basic TCP examples
  • Working domain create + transfer
Download Examples

Need help implementing EPP?

View EPP Documentation