Replies: 3 comments 4 replies
-
Hi @yume-real! I'm Dosu and I’m helping the Trilium team. Trilium itself does not redirect the root URL (/) to /share; this is almost certainly set up in your web server (like nginx or Apache) or a reverse proxy. The login page is always available at /login (for example, example.com/login) unless your web server is redirecting all traffic from / to /share. To regain access to the admin panel, try going directly to /login. If you are still redirected, you need to update your web server configuration to allow /login (and possibly /setup) to be served by Trilium, not redirected to /share. There is no separate /admin URL—the main app interface after login is the admin panel. If you want to temporarily disable authentication (not recommended for public servers), you can set If login issues persist, check file permissions on your data/sessions folder, especially if you use Docker, as permission problems can prevent session creation and login source. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
How did you achieve that? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed Trilium on my VPS server, set up a shared root note (book) that opens first for every new visitor to the site, and it works by automatically redirecting from example.com/ to example.com/share. As a result, the next day I was logged out of my account, and since the admin panel used to open at example.com/, I can no longer access it. Question: how can I now get into the admin panel?
Beta Was this translation helpful? Give feedback.
All reactions