Jellyfin Forum
Linux/Ubuntu: Jellyfin starts webclient, not server - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Linux/Ubuntu: Jellyfin starts webclient, not server (/t-linux-ubuntu-jellyfin-starts-webclient-not-server)



Linux/Ubuntu: Jellyfin starts webclient, not server - kbausd - 2024-04-16

Hello,

I installed jellyfin on Ubuntu 22 Server based on the documentation "Repository (manual)". After installation jellfin starts the webclient and asks for a server, but I want to run the dlna-server. I started jellyfin in console and as systemctl, both don't work. How do I start the only the server? ThanksRepository (Manual)


RE: Linux/Ubuntu: Jellyfin starts webclient, not server - bitmap - 2024-04-16

Check if it's running with systemctl:

Code:
systemctl status jellyfin-server

You should be able to substitute "jellyfin" or "jellyfin-web" for those. I believe "jellyfin" is a meta-package for both server and web. If the server is running, access it via the web at your local IP with port 8096 (e.g., http://192.168.0.9:8096) and start configuring.