Quick start: from application to going live
The end-to-end flow for adding your server to the HIZTESTI Servers Network. Each step is detailed in its own article; this page summarizes the whole path.
Create a corporate account
Open an account on behalf of your organization from the sign-up page. On registration your organization is created automatically and your account becomes the customer administrator; if you wish, you can invite your teammates from Settings → Team.
Submit an application
Fill in the Servers → New server applicationform: the server's fully qualified domain name (FQDN), hardware profile, service type and the organization details that will appear in test results. The domain's DNS A/AAAA record must point to this server; a bare IP address is not accepted. Details: Application and approval process.
Install and verify
Get the install command
After you apply, your application's row expands in the Servers list and Get install command generates a single-use command that is valid for 24 hours.
Run it on your server
curl -fsSL https://install.netmetrik.com/netmetrikserver.sh | sh -s -- \ install --lang tr --token <TOKEN>No
curlon the server (Debian minimal, Alpine)? Replacecurl -fsSLwithwget -q -O -; everything else is the same.The script handles the rest end to end: system checks, download + integrity verification, registration, DNS validation, TLS certificate (Let's Encrypt, auto-renewing), capacity tuning and a systemd service that starts automatically on boot. At the end you see the "✅ YOUR SERVER IS LIVE" summary and the installation report. Full walkthrough: Linux installation.
Verify the signal
Your server sends a status signal every 30 seconds. In the Servers list the Health column first shows Awaiting signal, then Running on the first signal.
Measurement and approval
After installation your server goes through an automatic measurement and the NETMETRİK team reviews your application (usually within 2 business days). The decision is sent to your registered email address; an approved server goes live under your organization's name in the HIZTESTI.COM server picker.
Monitor and report
The server detail page shows live status, uptime (24 hours / 7 days / 30 days) and a session chart; the Reports screen provides test-volume and performance summaries along with CSV export.