Jellyfin Forum
Dashboard gone - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Dashboard gone (/t-dashboard-gone)



Dashboard gone - Terrian - 2025-11-08

Months ago did a css tweak trying to make text larger. I think this is when access to the dashboard disappeared. Just the JF logo at top left on Home screen, no way to get to settings.

If someone knows where css are located I would like to delete any changes/return to default (via terminal command or manual nav since no dash ?).

Barring that, will have to remove/reinstall JFS unless someone has another suggestion to get the dash back. 

Current version of JFS is the latest, Ubuntu 22.04LTS, hard metal install. THX


RE: Dashboard gone - theguymadmax - 2025-11-08

If you're on 10.11 or later, check the branding.xml and remove any CustomCss.

Here is how the stock version looks:
Code:
<?xml version="1.0" encoding="utf-8"?>
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <LoginDisclaimer />
  <CustomCss />
  <SplashscreenEnabled>true</SplashscreenEnabled>
</BrandingOptions>