Jellyfin Media Server lxc doesn't install correctly #937

Closed
opened 2026-02-04 22:16:26 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @Koopa79 on GitHub (May 9, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Jellyfin Media Server v10.10.7 v10.10.7 LXC

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 22.04

📝 Provide a clear and concise description of the issue.

when i deply this container, it looks like it completes without issues, but to start it needs a username and password, which i've manually had to try and reset
when i do, i can't see Jellyfin is installed, its not listening on oprt 8096
on the page https://community-scripts.github.io/ProxmoxVE/scripts?id=jellyfin where i got thsi script, it says a location of a config file, and i can see if i try the advanved deployment that i can select that, but when i put in the location it susggets, it says it can't find that file.

Please advise

🔄 Steps to reproduce the issue.

deplyed using advanced and default, neither works

Paste the full error output (if available).

no error, just looks like jellyfin isn't being installed, oi tried starting the service, but that service doesn't exist

🖼️ Additional context (optional).

No response

Originally created by @Koopa79 on GitHub (May 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Jellyfin Media Server v10.10.7 v10.10.7 LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 📝 Provide a clear and concise description of the issue. when i deply this container, it looks like it completes without issues, but to start it needs a username and password, which i've manually had to try and reset when i do, i can't see Jellyfin is installed, its not listening on oprt 8096 on the page https://community-scripts.github.io/ProxmoxVE/scripts?id=jellyfin where i got thsi script, it says a location of a config file, and i can see if i try the advanved deployment that i can select that, but when i put in the location it susggets, it says it can't find that file. Please advise ### 🔄 Steps to reproduce the issue. deplyed using advanced and default, neither works ### ❌ Paste the full error output (if available). no error, just looks like jellyfin isn't being installed, oi tried starting the service, but that service doesn't exist ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-04 22:16:26 +03:00
Author
Owner

@vhsdream commented on GitHub (May 10, 2025):

The 'config file' info on the webpage is for editing after installation if you need to change settings; it's not for deployment. Just ignore that for now.

If you don't provide any logs/screenshots, you're gonna have a hard time getting help from anyone. Redo the install with the verbose option enabled and share the relevant output.

If the installer succeeds, enter the container (pct enter <CTID>) and run journalctl -xeu jellyfin and let us know what the output is.

@vhsdream commented on GitHub (May 10, 2025): The 'config file' info on the webpage is for editing after installation if you need to change settings; it's not for deployment. Just ignore that for now. If you don't provide any logs/screenshots, you're gonna have a hard time getting help from anyone. Redo the install with the verbose option enabled and share the relevant output. If the installer succeeds, enter the container (`pct enter <CTID>`) and run `journalctl -xeu jellyfin` and let us know what the output is.
Author
Owner

@vhsdream commented on GitHub (May 12, 2025):

So I can't reproduce your issue - jellyfin not running etc. I just ran the installer and I have jellyfin. There is no username or password required - nothing is setup yet.

But I do owe you an apology, because the information on the website is wrong - there is no file in /root/.config/jellyfin - in fact there is not even /root/.config at all. So that needs to be changed.

We have jellyfin-related locations at /etc/jellyfin (configuration) and /var/lib/jellyfin (metadata, plugins, cache etc).

@vhsdream commented on GitHub (May 12, 2025): So I can't reproduce your issue - jellyfin not running etc. I just ran the installer and I have jellyfin. There is no username or password required - nothing is setup yet. But I do owe you an apology, because the information on the website is wrong - there is no file in `/root/.config/jellyfin` - in fact there is not even `/root/.config` at all. So that needs to be changed. We have jellyfin-related locations at `/etc/jellyfin` (configuration) and `/var/lib/jellyfin` (metadata, plugins, cache etc).
Author
Owner

@tremor021 commented on GitHub (May 13, 2025):

$HOME/.config/jellyfin is the path in their docs, we should change info on webpage then

@tremor021 commented on GitHub (May 13, 2025): `$HOME/.config/jellyfin` is the path in their docs, we should change info on webpage then
Author
Owner

@tremor021 commented on GitHub (May 13, 2025):

Works here also

@tremor021 commented on GitHub (May 13, 2025): Works here also
Author
Owner

@MickLesk commented on GitHub (May 13, 2025):

Work here too

@MickLesk commented on GitHub (May 13, 2025): Work here too
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#937