Installation - knox-dawson/rm-hacks GitHub Wiki
Installation
[!NOTE] The instructions below walk through steps to connect to the tablet via ssh (to run the installation command).
See also SSH Access (https://remarkable.guide/guide/access/ssh.html) for more information.
Also see installation instructions in the rM Hacks README.
To install rm-hacks, you have to connect to your reMarkable tablet from a computer. You can use either USB or Wi-Fi to connect, but connect now before proceeding. To connect to Wi-Fi, make sure that you aren't in Flight mode in the Settings, and make sure the Wi-Fi settings shows Connected
Get IP address and rM password
- From the main settings screen, press the Help > About button
- Then press Copyrights and licenses
- Then scroll all the way down to find your password and IP address:
- If you are connected to both USB and Wi-Fi, you may see 2 IP addresses listed. If so, you can use either one.
Connecting to reMarkable from a Windows computer
- From the Windows menu, type
CMD
to open a Command Prompt - Type
ssh root@your_ip_address
and hit Enter. When prompted, carefully type your rM password, which will not appear as you type it, and then press Enter. If you are successful, your screen should look like this: - Type in the following and hit enter:
sh -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.sh -O-)"
- Your screen should look like this:
- If you ever want to use a stylus with a button, reply
Y
to install 'ddvk/remarkable-stylus'. This is what happens next: - rm-hacks optionally displays a clock, but you need to set the timezone. If you need to change the timezone or set it the first time, you will get a list of all the valid responses:
Find the one closest to you and type it in as you see it in the list and hit Enter. The reMarkable will restart and rm-hacks is installed!
Connecting to reMarkable from a Mac
(Coming soon)