Diff: Administration

Back to page
Rev 3 by kapitalpirat (6d ago) ← Rev 2 by kapitalpirat (6d ago)

Before

Administration

Wiki administration

Wiki owners and wiki admins can:

  1. Manage members (promote to admin/editor, ban, remove)
  2. Set the wiki display name and description
  3. Change the theme (dark or forest)
  4. Set the wiki to private (members-only) or public
  5. Edit the wiki default CSS
  6. Delete the wiki (permanent)

Access the wiki admin console from the sidebar on any wiki page (if you have permission). The URL is /w/<wiki-key>/admin.

Instance administration

Instance admins (created via ADMIN_USER env var or promoted by another admin) can:

  1. Toggle whether new users can sign up
  2. Control wiki creation policy (open, admin-only, or disabled)
  3. Set a per-user wiki creation limit
  4. Reset any user's password
  5. Toggle other users' admin status
  6. Delete users (hard delete — removes the account and all sessions)
  7. Delete wikis (soft — hidden but recoverable)

Access the instance admin console at /admin.

Changing the admin password

If you can log in: visit /settings and enter a new password (min 8 chars). If you are locked out: an instance admin can reset your password from /admin, or use the CLI:

node scripts/change-password.js &lt;username&gt; &lt;new-password&gt;

First boot

Set ADMIN_USER and ADMIN_PASS env vars before first start to configure the initial admin account. Defaults are "itadmin" / "admin123" — change them!

After

Administration

Wiki administration

Wiki owners and wiki admins can:

  1. Manage members (promote to admin/editor, ban, remove)
  2. Set the wiki display name and description
  3. Change the theme (dark or forest)
  4. Set the wiki to private (members-only) or public
  5. Edit the wiki default CSS
  6. Delete the wiki (permanent)

Access the wiki admin console from the sidebar on any wiki page (if you have permission). The URL is /w/<wiki-key>/admin.

Instance administration

Instance admins (created via ADMIN_USER env var or promoted by another admin) can:

  1. Toggle whether new users can sign up
  2. Control wiki creation policy (open, admin-only, or disabled)
  3. Set a per-user wiki creation limit
  4. Reset any user's password
  5. Toggle other users' admin status
  6. Delete users (hard delete — removes the account and all sessions)
  7. Delete wikis (soft — hidden but recoverable)

Access the instance admin console at /admin.

Changing the admin password

If you can log in: visit /settings and enter a new password (min 8 chars). If you are locked out: an instance admin can reset your password from /admin, or use the CLI:

node scripts/change-password.js &lt;username&gt; &lt;new-password&gt;

First boot

Set ADMIN_USER and ADMIN_PASS env vars before first start to configure the initial admin account. Defaults are "itadmin" / "admin123" — change them!