Skip to content
NETMETRİKDocumentation

DocumentationQuick start: from application to going live

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.

Last updated: 14 July 2026
Prerequisite
Before you begin, make sure your server meets the requirements(at least 1 Gbps dedicated bandwidth, a public DNS record pointing to the server). You don't need to obtain a TLS certificate — the installer fetches one automatically from Let's Encrypt.

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

  1. 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.

  2. Run it on your server

    Terminal
    curl -fsSL https://install.netmetrik.com/netmetrikserver.sh | sh -s -- \
      install --lang tr --token <TOKEN>

    No curl on the server (Debian minimal, Alpine)? Replace curl -fsSL with wget -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.

  3. 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.

Stuck?
If your server won't turn green, the "Why isn't my server showing?" section of the FAQ lists the most likely causes in order.