
Start here
Your first media server, from nothing to watching, in about 20 minutes
Six steps, no terminal. The longest part is waiting for the first film to copy across.
Updated 2026-09-01 · 4 min read
This is the shortest honest path from "I have nothing" to "a film is playing on the living-room TV". It assumes no Linux, no networking knowledge, and no hardware beyond what you already own.
Before you start
- Roughly 20 minutes, of which about 8 are waiting.
- A file to test with. Use something you own — a holiday video, a ripped disc, or a public-domain film from the Internet Archive.
- A TV, phone or browser to watch on.
The six steps
- 1
Rent the box (3 min)
Pick the entry plan, pay, and you get an email with a panel address, a username and a password. Nothing is installed yet — the machine is empty and waiting.
- 2
Install Jellyfin from the panel (2 min)
In the applications list, click Jellyfin, then Install. The panel does the rest and hands you a URL like
https://yourname.host.com/jellyfin. Use Jellyfin rather than Plex for a first try: no account to create, nothing to activate, and it never asks for a subscription. - 3
Create your account and the first library (3 min)
Open the URL. Jellyfin asks for a username and password — these are yours, local to your server. Then it asks for a library: choose "Movies", and point it at the folder your host created for media (usually
/home/yourname/mediaor/files). Leave the metadata settings alone; the defaults are right. - 4
Put a file on the box (5–8 min)
Two ways. Simplest: the panel has a web file manager — open it, drag your film in. Or use an FTP client such as FileZilla or Cyberduck with the credentials from the welcome email. Drop the file into the media folder from step 3.
- 5
Let it identify the film (1 min)
Back in Jellyfin, click the three dots on your library and choose Scan library. If the file is named sensibly —
The Third Man (1949).mkv— the poster, the synopsis and the cast appear on their own. A file calledvideo_final_2.mkvwill not be recognised: rename it, rescan. - 6
Install the app on the TV (3 min)
Search "Jellyfin" in your TV's app store — Apple TV, Fire Stick, Android TV, Samsung and LG all have one. Open it, type your server URL, your username, your password. Your film is there. Press play.
The three things that go wrong
| Symptom | Cause | Fix |
|---|---|---|
| The film appears as a bare filename, no poster | Jellyfin could not identify it | Rename to Title (Year).ext and rescan. That naming is the entire trick. |
| It plays on the phone but stutters on the TV | The TV cannot read the format, so the server is converting on the fly | Check Jellyfin's Dashboard → Playback: if it says "Transcode", the TV is the problem. Most fix themselves by using the native app instead of the browser. |
| Nothing plays at all, anywhere | Library pointed at the wrong folder | In Jellyfin, Dashboard → Libraries → check the path matches where you actually uploaded. |
What to do next
- Add the rest of your library, a few files at a time.
- Create an account for each person in the house — see sharing with the family.
- When adding films by hand gets tedious, look at the automation stack. That is the step that turns this into something you stop maintaining.
+What do I need to set up a Plex server?
A machine that stays awake, the Plex or Jellyfin software (free), and a player app on your TV or phone. On a managed box the software installs in one click, so the only real decision is where the machine lives.
+Is it free to set up a Plex server?
The software is, entirely. What costs money is the machine: electricity if you reuse a computer, hardware if you buy a NAS, or about $10 a month if you rent. Plex also sells a Pass for extras such as hardware transcoding; Jellyfin gives those free.
+Is it legal to have a Plex server?
Yes. Plex is ordinary commercial software and a server you run for your own household is unremarkable. Legality follows what you put in the library, not the fact of running one.
+Should I use Plex instead?
You can, and the steps are the same. Plex needs an account on plex.tv and pushes a paid tier; Jellyfin does neither. For a first setup, fewer decisions is better. The full comparison is here.
+Do I need a VPN for this?
No. You are streaming your own files from your own server over HTTPS. A VPN adds nothing here.
+Can I watch when I am away?
Yes, and that is the point of a hosted box: the server URL works from anywhere, on any connection, with no configuration. That is exactly what a home setup makes difficult.


