Contact us — real humans, fast

Let's talk.

Questions about NEURU, pricing, a partnership, or anything else? Drop us a line and we'll get right back to you. An AI assistant helps us draft an answer in minutes — and a real person always reviews it before it reaches you.

Send us a message

For sales, partnerships, press, or anything general. This is not for technical support of a running install — see the panel on the right for the fast lane.

We reply by email. We never share your address.

Have NEURU running?

Technical issue, bug, or a question about your install? Open a support ticket from your account — it reaches our team with your setup already attached, so you skip the back-and-forth.

Log in to open a ticket
You can also open tickets & send error logs straight from your NEURU install's Support module.
Docs & install guide

Get NEURU running on your server.

Requirements

A Linux server (Ubuntu 22.04+ recommended) with Docker & Docker Compose. 2 vCPU / 4 GB RAM is plenty to start. Outbound HTTPS to this portal for activation.

Get the installer

Log in to your account → Downloads → grab the latest NEURU build your plan entitles you to. Verify the SHA-256.

Your license key

Find it on your Dashboard (click to copy). One key activates the machines your plan allows.

Configuration Guide — connect your tools
Step-by-step for Pi-hole, Portainer, n8n, Graylog/syslog, Grafana Alloy, SMTP & more — including which key goes where.
Open guide
Step by step

Deploy in 5 steps

1

Download & extract

From Downloads, get neuru-installer-vX.tar.gz, copy it to your server, and unpack:

tar xzf neuru-installer-vX.Y.Z.tar.gz cd neuru-installer
2

Create the shared network & start

NEURU uses an external Docker network, then Compose brings up the app + database:

# one time docker network create neuru-net docker compose up -d --build
3

Run the setup wizard

Open http://YOUR-SERVER:8090 → the first-run wizard imports the schema and creates your admin. Default login is admin / [email protected]change it immediately under your profile.

4

Point NEURU at this portal & activate

In NEURU → Site Configuration → Licensing: set the License portal API URL to https://neurunetpr.com/api.php, paste your license key, and click Activate. NEURU binds to the machine and receives a signed token.

5

Add your devices & go

Run discovery or add nodes in Config, then explore the Command Deck. Updates appear in NEURU's Licensing panel and here under Downloads.

Good to know

Your license never bricks your NOC

  • Offline grace.Can't reach the portal? NEURU keeps running on its cached token for 14 days, with a quiet banner.
  • Soft node limits.Over your node count? You get a warning + email — never an automatic shutdown.
  • Moving servers?Deactivate the old machine from your license page to free the slot, then activate the new one.
  • Air-gapped?Enterprise & Perpetual can run fully offline with a signed .lic file — contact us for one.
Common commands
# view logs docker compose logs -f web # restart docker compose restart web # update to a new build docker compose down tar xzf neuru-installer-vNEW.tar.gz docker compose up -d --build
Troubleshooting

Quick answers

The activation says "invalid key"
Double-check you copied the whole key from your Dashboard (click it to copy), that the portal API URL ends in /api.php, and that your server can reach the portal over HTTPS.
"activation_limit_reached"
You've used all the machine slots on this license. Deactivate a machine you no longer use from your license page, or upgrade your plan for more activations.
Which port does NEURU use?
The portal is on :8090 by default (plus 514/udp syslog and 2055/udp NetFlow). Put a TLS reverse proxy in front for production.
Do I need internet on the NEURU server?
Only outbound HTTPS to this portal for activation + periodic revalidation. For fully isolated networks, ask us about an offline .lic file.