Affiliate note: Amazon links in this guide use the Worm Pop Labs affiliate tag. If you buy through those links, Worm Pop Labs may earn a small commission. The accessory links go to Worm Pop Labs products.
Quick take: Immich is a self-hosted photo library. Once the library is healthy, a wall tablet can become a private family photo frame without sending your photos to another cloud display service.

Start with the Immich server, not the frame
Immich's recommended production install is Docker Compose. The official setup downloads a `docker-compose.yml` file and `.env` file, then starts the stack with `docker compose up -d`. Before you think about a tablet, choose a machine that can stay on: a small server, NAS, mini PC, or other Docker host with enough storage for your photo library.
In the `.env` file, set `UPLOAD_LOCATION` to the disk where photos should live, change the database password, and set your timezone. Immich's docs also point out that database files should not live on a network share. If you already have folders of photos on a NAS, use Immich external libraries carefully: mount the folders into the Immich containers, add the import paths from the container's point of view, and use read-only mounts when you do not want Immich to delete files from the source library.
Make a frame album on purpose
Do not point a wall frame at your entire timeline. Make one or two albums for the frame: family favorites, travel, kids, pets, or a rotating seasonal album. Keep screenshots, receipts, work photos, and blurry imports out of it. A photo frame is better when it feels curated, and it also reduces the chance that a private image shows up in the kitchen during dinner.
If multiple people upload to Immich, agree on the album rules. One person can own the frame album, or each person can keep a separate album and you can rotate between them. That is easier to maintain than trying to fix the slideshow after it is already on the wall.
Option 1: ImmichFrame on a tablet or browser
ImmichFrame is a separate open-source project for displaying Immich albums as a digital photo frame. It is not affiliated with Immich, but it is built specifically for this job: a fullscreen frame-like view for tablets, browsers, Android, Android TV, Apple TV, and similar screens.
This is the route I would try first for a normal tablet frame. Run ImmichFrame, connect it to Immich, choose the album or albums you want shown, then open the frame URL on the tablet. Keep the tablet on the same trusted home network unless you have a deliberate remote-access setup. If you expose anything outside your home, use HTTPS and strong authentication.
Option 2: Immich Kiosk on a Frameo frame
Immich Kiosk has a Frameo guide for people who want to repurpose a Frameo digital frame. This is more technical than using a normal tablet. The documented path uses ADB, may require USB before wireless ADB works, and older Frameo devices may need a system WebView update before the kiosk display works well.
The Frameo notes are worth reading before buying a frame for this job. Some devices can lose WiFi after disabling the stock Frameo app if WiFi was only configured inside the Frameo setup wizard. The fix is to connect WiFi through Android system settings before disabling Frameo. This is exactly the sort of detail that makes a spare Android tablet easier for beginners than a locked-down photo frame.
Tablet choices for an Immich wall frame
A Samsung Galaxy Tab is the clean Android pick because it can run a browser or kiosk app and is easy to pair with the low-profile Samsung Galaxy wall mount. The Fire HD 10 is a budget large-screen choice if you are comfortable with extra setup friction; use the Fire HD wall dock where you can still reach the tablet for updates.
An iPad is the nicer screen if your household already uses Apple hardware. Use the iPad docking wall mount if you want the tablet to come off the wall cleanly. For a permanent kitchen or hallway install with power already in the wall, the Home Assistant and smart home tablet junction-box mount is the cleaner route than a cable hanging down to an outlet.
| Buy this gear | Add this Worm Pop Labs accessory | Why they work together |
|---|---|---|
| Samsung Galaxy Tab A11 | Low-Profile Tablet Wall Mount for Samsung Galaxy — Slide-Out | A practical Android tablet for ImmichFrame or a browser-based kiosk, paired with a low-profile removable mount. |
| Samsung Galaxy Tab A9 | Low-Profile Tablet Wall Mount for Samsung Galaxy — Slide-Out | Use a smaller Galaxy Tab for hallways, desks, or smaller photo-frame locations. |
| Apple iPad 11-inch A16 | Tablet Docking Wall Mount for iPad | A good fit when you want a nicer display and an easy removable iPad dock. |
| Amazon Fire HD 8 | Tablet Wall Dock for Amazon Fire HD | A smaller budget frame for a shelf, office, or bedside display. |
| Amazon Fire HD 10 | Tablet Wall Mount for Home Assistant — Junction Box Fit | A larger budget wall display when you have a planned power location. |
Walkthrough: build the first Immich photo frame
- Install Immich with Docker Compose on a server that stays on.
- Set `UPLOAD_LOCATION`, timezone, and database password in `.env` before importing your library.
- Upload a test batch of photos and confirm thumbnails, search, and mobile backup work.
- Create a dedicated frame album instead of using the full timeline.
- Install or run ImmichFrame, then point it at the album you want displayed.
- Open the frame URL on the tablet and test it on a counter for a week.
- Check WiFi strength, sleep behavior, screen brightness, burn-in risk, heat, and charging.
- Mount the tablet only after the slideshow and power plan are boringly reliable.
Power, screen, and privacy settings
Set brightness for the room, not for a spec sheet. A tablet that looks great at noon can be annoying at night. If the tablet supports schedules or kiosk controls, dim it after bedtime. Avoid leaving static UI chrome on screen all day; a clean fullscreen slideshow is easier on the display and looks less like a dashboard.
Use a separate Immich account or a restricted frame setup if the display is in a public area of the house. The frame should not expose admin controls, upload screens, or the rest of your photo library. If guests can touch it, assume they will.
Where the mount matters
An Immich frame is mostly judged by whether it disappears into the room. A loose tablet on a charger feels temporary. A mount with a planned cable path feels like part of the house. Use a slide-out mount when you need access to the tablet. Use a junction-box style mount when power is already in the wall and you want the cleanest install. For a rental or a trial run, test on a stand or removable mount before committing to holes.
Related guide
If you are still deciding how to mount the display itself, the Home Assistant Tablet Wall Mount Guide covers low-profile, removable, and renter-friendly tablet mounting options that also work well for wall photo displays.
Related products on Amazon
- Amazon Fire HD 10 Tablet 32 GB
- Skylight Frame 10 inch WiFi Digital Picture Frame
- Samsung Galaxy Tab A9+ 11 inch
FAQ
Is ImmichFrame the same as Immich?
No. ImmichFrame is a separate project that displays Immich photos in a frame-style slideshow. It is not affiliated with Immich.
Should I use a tablet or a Frameo frame?
Use a tablet if you want the simpler path. A Frameo frame can work, but the Immich Kiosk route involves ADB and may require WebView fixes on older devices.
Can I show my whole Immich library?
You can, but a dedicated frame album is better for privacy, relevance, and avoiding screenshots or random imports on the wall.