SOVNEX AISOVEREIGN NEXUS

Getting started

From install to a working RAG stack

Three steps take a fresh deployment to a live, self-hosted RAG stack: activate your license, connect the built-in API gateway to your local Ollama, and configure a model provider.

1Step 1
Activate license
  • Admin ▸ License
  • Buy → pay
  • Auto-activates
2Step 2
Connect gateway
  • Sovnex API ▸ console
  • Add Ollama channel
  • Create a token
3Step 3
Configure provider
  • Settings ▸ Providers
  • Add Sovnex API
  • Use in Chat / RAG
1

Activate your license

Admin console · Web portal

Every deployment ships unactivated. You activate it once from the admin console. When you buy from the admin side, activation is automatic — you never copy a code by hand.

1.1

Sign in to the admin console

Open http://<your-host>/admin and sign in. A fresh install uses the default admin account admin@sovnex.io.

Change the default admin password right after your first sign-in.
Admin console sign-in page
1.2

Open License — it reads "Not activated"

The License page shows the deployment status and a unique Install ID. Click "Purchase a plan": it carries this Install ID into checkout so the license binds to this exact deployment.

License page showing Not activated and the Install ID
1.3

Choose a plan

The pricing page opens in your browser. Pick a plan — 7-day free trial, Monthly, or Annual. Your Install ID travels along in the link.

Pricing page with Free Trial, Annual and Monthly plans
1.4

Register and verify your email

Create a portal account and confirm the verification email. You can then sign in to complete the purchase.

Email verified confirmation on the web portal
1.5

Pay with your card

Complete Stripe checkout. Testing the flow? Stripe test mode accepts the card 4242 4242 4242 4242 with any future expiry and any CVC.

Checkout is pre-bound to your Install ID — that binding is what makes activation happen automatically, with no code to paste.
Stripe checkout with the test card entered
1.6

Subscription becomes active

Your portal account now shows Paid · active, the seat count, and the Bound install (your Install ID).

Portal account page showing an active paid subscription
1.7

Your deployment activates automatically

Back on the admin License page, the status flips to Valid within about 30 seconds — plan, seats and expiry all appear. Nothing to copy.

Need manual activation instead? Paste an activation code under "Activate online", or upload a .lic file under "Import offline license".
License page showing a Valid, activated license
2

Connect the API gateway to local Ollama

Gateway console (opens in a new tab)

Sovnex ships a built-in, OpenAI-compatible API gateway. Point it at your local Ollama once, and every user's requests route through it — no per-user endpoints to manage.

2.1

Open the gateway console

In the admin console, open Sovnex API. A green "Connected" status means the gateway is healthy. Click "Open management console" — it signs you in automatically in a new tab.

Admin Sovnex API page showing Connected and Open console
2.2

Add an Ollama channel

In the console go to Channel → New Channel and set Type = Ollama. Base URL is http://ollama:11434 on Linux or http://host.docker.internal:11434 on macOS (Docker Desktop), Key can be any non-empty value (e.g. ollama), and Models must be your real Ollama model names.

The Base URL has no /v1 suffix — the gateway appends the path itself. Adding /v1 breaks it.
Selecting Ollama pre-fills a template model list. The gateway does NOT auto-discover your models — clear it and enter your own names from `ollama list` (e.g. qwen2.5:14b, nomic-embed-text:latest), exact tags.
On Docker Desktop, host.docker.internal reaches host Ollama even when Ollama only listens on 127.0.0.1.
New Channel form filled in for a local Ollama channel
2.3

Save and verify the channel

The channel appears as Enabled. Use "Test Enabled Channels" to confirm the gateway can reach Ollama and run a model.

Channel list showing the enabled Local Ollama channel
2.4

Create an API token

Go to Token and add a token. Its key (starts with sk-) is the API key your sovnexAI users will paste into the model provider in the next section.

Gateway Token page with a created token
3

Configure a model provider

sovnexAI app · Settings

Now let a sovnexAI user consume those models through the gateway. "Sovnex API" is a built-in provider, so the base URL is pre-filled for you — using the gateway as the example here.

3.1

Open Model providers

Sign in to the app as a user, then open Settings → Model providers. "Sovnex API" sits at the top of the provider list.

Model providers settings with Sovnex API at the top
3.2

Add a model through the gateway

Click Sovnex API → Add. Choose model type Chat, enter the model name exactly as in the gateway (qwen2.5:14b), and paste the gateway token (sk-…) as the API-Key. Set Max tokens (e.g. 8192).

Base URL is pre-filled to http://sovnex-api:3000/v1 — the gateway's internal Docker address. Use the service name sovnex-api:3000, not localhost:3001: the backend reaches the gateway over the internal network.
Sovnex API provider dialog with model name, base URL and key
3.3

Set it as default and start using it

The model now appears under "Added models". Pick it as your default LLM (add nomic-embed-text as the Embedding model the same way). It is now available across Chat, Search and Agents.

Sovnex API added with qwen2.5:14b set as the default LLM