Two ways to rotate.

Rotatr is offered in two versions to best suit your setup.

SD card image.

For a fresh Raspberry Pi. Requires a Zero 2 W, 3, 4, or 5, and a microSD card.

  1. 01

    Create your SD card

    Download the Rotatr SD image from the link emailed to you, then write it to an SD card with Raspberry Pi Imager.

  2. 02

    Plug in your Pi

    Insert the SD card, power up your Pi, and connect to your network. First boot takes about 3–5 minutes.

  3. 03

    Complete the Setup Wizard

    From any computer on your network: http://<your-pi's-ip>:8770
    
    From the Pi's browser: http://localhost:8770

Docker.

For a Raspberry Pi you are already using for something else. Pi-only — host networking is required for TV discovery.

One line does steps 1–3 for you:

curl -fsSL https://dl.rotatr.net/install-docker.sh | bash
  1. 01

    Install Docker

    Docker's official script installs Engine, CLI, and the compose plugin together.

    curl -fsSL https://get.docker.com -o get-docker.sh
    sudo sh get-docker.sh
  2. 02

    Set up the app directory

    Fetches the current compose file, kept in sync with every release.

    mkdir -p ~/rotatr && cd ~/rotatr
    curl -o docker-compose.yml https://dl.rotatr.net/docker-compose.yml
  3. 03

    Pull and start

    Pulls the rotatr image, sets everything up, and starts the program.

    docker compose up -d
  4. 04

    Complete the Setup Wizard

    From any computer on your network: http://<your-pi's-ip>:8770
    
    From the Pi's browser: http://localhost:8770

Troubleshooting.

Most first-attempt pairing failures come down to one of these.

  1. 01

    Confirm Art Mode is turned on

    Rotatr can only push images into a Frame TV that already has Art Mode enabled on its own. Check the TV's remote or on-screen settings and turn Art Mode on before running the Setup Wizard again.

  2. 02

    Check that the Pi and TV are on the same network

    Mesh Wi-Fi systems often put a guest network on its own subnet, and some routers place wired and wireless clients on separate VLANs. Compare the IP addresses in each device's network settings — the Pi and the TV should be on the same subnet.

  3. 03

    Look for client or AP isolation on your router

    Many routers and mesh access points block devices on the same Wi-Fi network from discovering each other directly — a setting usually called client isolation or AP isolation, common on guest networks and some default mesh configurations. Check your router or access point's wireless settings for this option and turn it off for the network the Pi and TV share.

  4. 04

    Update the TV's firmware

    Samsung periodically updates the local API that Art Mode pairing relies on. From the TV's own menu, check for a pending software update, install it, and try pairing again.

A note on support.

The free trial is the compatibility check, and this page is the support relationship.

Rotatr is offered as-is, without warranty or technical support guarantees. Make sure the free trial version works for you before purchasing.