How to change the reMarkable 2 sleep screen
Updated September 23, 2026
Short answer
/usr/share/remarkable/suspended.png; you can replace it over SSH with your own 1404 × 1872 grayscale PNG. It’s unofficial, at your own risk, and software updates may restore the original.Before you start
- This changes a system file. A mistake can leave the tablet showing a blank or broken sleep screen. Only do it if you’re comfortable with a terminal, and always keep a backup of the original.
- reMarkable shows the SSH password on the device in its settings, in the help / copyrights and licenses section on reMarkable 2 software. Its exact location depends on your software version.
- SSH over USB is the most reliable connection. Recent software versions are reported to disable SSH over Wi-Fi.
Steps
- 1Download a wallpaper with the reMarkable 2 preset (1404 × 1872, grayscale PNG) and rename it to
suspended.png. - 2Connect the tablet with USB and SSH in as
rootusing the address and password shown in its settings (over USB this is usually10.11.99.1). - 3Back up the original:
cp /usr/share/remarkable/suspended.png /home/root/suspended.png.bak. - 4From your computer, copy the new file:
scp suspended.png root@10.11.99.1:/usr/share/remarkable/suspended.png. - 5Restart the tablet, then put it to sleep to check.
After a software update, check the sleep screen again; updates can overwrite suspended.png. Keep your image on your computer so you can copy it back.
Updating it every day
The stock sleep screen doesn’t update itself. If you already run a community build of KOReader on your reMarkable, the InkMorning plugin can set KOReader’s own sleep screen and refresh it daily when the tablet sleeps from within KOReader.
Frequently asked questions
Can I change the reMarkable 2 sleep screen in settings?
No. reMarkable doesn't offer a sleep screen setting; the image can only be replaced over SSH, which is unofficial.
Where is the reMarkable sleep screen file?
It is /usr/share/remarkable/suspended.png on the tablet.
Why did my custom sleep screen disappear?
Software updates can restore the original suspended.png. Copy your image back after updating.
What size should the image be?
1404 × 1872 pixels, portrait, grayscale PNG.
Device software changes often. These are general guides, not official instructions from device makers, and menu names can vary by version. Modifying a device may affect its warranty.