Skip to content

Jellyfin Commands

Media server for videos and music

Command Count

This service has 9 command demonstrations.

Configure Jellyfin

ujust jellyfin config --instance=10000 --port=18096 --bind=127.0.0.1 --gpu-type=auto --config-dir=/home/atrawog/.config/jellyfin-record/10000/config --cache-dir=/home/atrawog/.config/jellyfin-record/10000/cache --media-dir=/home/atrawog/.config/jellyfin-record/10000/media

Restart Server

ujust jellyfin restart --instance=10000

Start Server

ujust jellyfin start --instance=10000

Check Status

ujust jellyfin status --instance=10000

View Logs

ujust jellyfin logs --instance=10000 --lines=30

Show Url

ujust jellyfin url --instance=10000

Shell Command

ujust jellyfin shell --instance=10000 -- ls -la /config

Stop Server

ujust jellyfin stop --instance=10000

Delete Instance

ujust jellyfin delete --instance=10000