trilium
trilium copied to clipboard
Trilium Server for Windows PC
Describe feature
Trilium Server for Windows PC
Additional Information
No response
There probably won't be a separate build for windows server.
But you can use the desktop version and access the web on the http://localhost:37740/
It will work also as a sync server etc. A desktop build is essentially a server build + electron integration.
If you wanted to run the server to try it out, then another option could be to use WSL-backed Docker Desktop to run the docker image with a mounted file system. The command in the Docker-server-installation documentation worked fine for me to connect a Desktop instance to that server instance for testing.
docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data zadam/trilium
You can also run a development build in Windows, although it is not optimized:
- clone the repository or download source code from the release page
- rename the directory to "trilium"
- In command prompt, run:
cd trilium
cmd /c set TRILIUM_DATA_DIR=%APPDATA%\trilium-data&&set TRILIUM_ENV=dev&&node src/www
How to access via browser and the default port if i launch in windows?
@passionate2023 access http://localhost:37840/login
can you please share the windows exe or bundle?
It's the same exe as the standard release: https://github.com/zadam/trilium/releases
- It is asking for password which i don't know...Also not sure where to change the password.....
- Is there is a role/permission concept to create read only user and share the credentials
- This password isn't set when you use the electron version IIRC as it's not really necessary. You can create one in settings
- No. There is no multi user concept within Trilium. This is stated within the wiki. You can share individual pages
Is it possible to provide search for the shared ones? search is really needed
Closing as the desktop version provides this functionality for windows. Trilium can be set to launch on startup to keep Trilium running even after reboots.