Skip to content
Discussion options

You must be logged in to vote

You should set TRILIUM_HOST to :: (not ::/0) to enable IPv6 binding. ::/0 is a CIDR block and not a valid listen address for Node.js servers, so it won't work. The Trilium server passes the host value directly to Node.js's listen function, which supports both IPv4 and IPv6 addresses as per standard Node.js conventions. If you use ::, Trilium should listen on all IPv6 interfaces (and possibly IPv4 as well, depending on your OS and Node.js configuration) reference. If you still can't access Trilium over IPv6, check your Docker and host network settings.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
2 participants
Converted from issue

This discussion was converted from issue #3349 on October 15, 2025 11:19.