Skip to content
Discussion options

You must be logged in to vote

Hi @SQM-fuleiya! I'm Dosu and I’m helping the Trilium team.

The code that sets the host binding in Trilium is in apps/server/src/services/host.ts and apps/server/src/services/config.ts. To make Trilium listen on IPv6, set the environment variable TRILIUM_HOST or TRILIUM_NETWORK_HOST to ::, or set host=:: in the [Network] section of your config.ini. This will bind Trilium to all IPv6 interfaces (and possibly IPv4, depending on your system). If IPv6 still doesn't work, check your Docker and host network settings. You can see the relevant code and more details here and here.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #4530 on October 14, 2025 19:36.