When an administrator logs in, it should default redirect them to /admin #548

Open
opened 2026-02-04 18:28:06 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @lancepioch on GitHub (Jan 16, 2026).

Originally assigned to: @lancepioch on GitHub.

Optionally this could be a toggle, but it should be the default IMO

Originally created by @lancepioch on GitHub (Jan 16, 2026). Originally assigned to: @lancepioch on GitHub. Optionally this could be a toggle, but it should be the default IMO
OVERLORD added the 🟢 easy label 2026-02-04 18:28:06 +03:00
Author
Owner

@notAreYouScared commented on GitHub (Jan 16, 2026):

I would beg to differ.

@notAreYouScared commented on GitHub (Jan 16, 2026): I would beg to differ.
Author
Owner

@rmartinoscar commented on GitHub (Jan 17, 2026):

Toggle is fine but it shouldn't default to that imo.

@rmartinoscar commented on GitHub (Jan 17, 2026): Toggle is fine but it shouldn't default to that imo.
Author
Owner

@Boy132 commented on GitHub (Jan 17, 2026):

The redirect is determined by the filament panel:

  • /login will redirect to server list
  • /admin/login will redirect to admin dashboard
  • /server/login will redirect to first server (or 404)

Not sure if it's worth making things more complicated with more settings and toggles.

@Boy132 commented on GitHub (Jan 17, 2026): The redirect is determined by the filament panel: - `/login` will redirect to server list - `/admin/login` will redirect to admin dashboard - `/server/login` will redirect to first server (or 404) Not sure if it's worth making things more complicated with more settings and toggles.
Author
Owner

@H1ghSyst3m commented on GitHub (Jan 18, 2026):

I also think a toggle would be nice. So default would be admin, but in settings it can user can change to client.

Also yeah it can make the simple change overcomplicating, the toggle can later be implemented in a separate Pr, maybe a PR were all users can set their login default page as example to a specific server, page and so on.

@H1ghSyst3m commented on GitHub (Jan 18, 2026): I also think a toggle would be nice. So default would be admin, but in settings it can user can change to client. Also yeah it can make the simple change overcomplicating, the toggle can later be implemented in a separate Pr, maybe a PR were all users can set their login default page as example to a specific server, page and so on.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#548