> For the complete documentation index, see [llms.txt](https://docs.seedex.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seedex.net/readme.md).

# Seedex

Seedex turns an OpenWrt router into the privacy layer of a home network. All traffic leaves through tunnels to servers that you own, nobody along the way reads your DNS queries, and you decide per domain, per list, or per device where traffic goes.

## Parts

Seedex consists of two parts:

* **seedex-openwrt** is the router side: the `sdx` command, the services, and a LuCI app. The source is at [github.com/aggnostos/seedex-openwrt](https://github.com/aggnostos/seedex-openwrt).
* **seedex-agent** is the server side: one command turns an Ubuntu server into the far end of the tunnels. The source is at [github.com/aggnostos/seedex-agent](https://github.com/aggnostos/seedex-agent).

## seedex-box modules

* **VPN**: AmneziaWG tunnels, as many as you like. The router keeps traffic on the fastest live tunnel.
* **Proxy**: A sing-box tunnel built from your proxy configs. sing-box picks the best outbound itself.
* **Router**: The policy. It decides what goes through a tunnel, what goes straight to the provider, and what is blocked, by domain, by list, or by device. A kill switch covers the moments when no tunnel is up.
* **DNS**: A private resolver for the whole network, with an encrypted upstream and interception of devices that resolve on their own.
* **Link**: The connection to seedex-agent. The router pulls its configs from the server and manages the server remotely.

## seedex-agent modules

* **VPN**: An AmneziaWG server with obfuscation parameters generated for each installation.
* **Proxy**: A sing-box server with the protocols that you pick: VLESS Reality, Trojan, Shadowsocks, ShadowTLS, VMess, Hysteria2, TUIC, and AnyTLS.
* **Link**: The API that the router pairs with.

## Project status

Seedex is under active development. Commands and options change between versions. This documentation describes the latest release.

## Where to go next

* [Getting started](/getting-started.md) walks you through installing the server and the router.
* [User guide](/user-guide.md) describes every `sdx` command on the router and on the server, and the LuCI app.
* [Developer guide](/developer-guide.md) covers the project structure, building, and linting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.seedex.net/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
