[Experiment] Install Uptime Kuma on Android device
See original GitHub issueJust for fun, you can use your old Android phone to monitor website.
- Download Termux APK: https://f-droid.org/repo/com.termux_117.apk (PS: Do not download Termux from Google Play which is not updated)
- Launch Termux App
- Run these commands to install Uptime Kuma
pkg upgrade
pkg install clang make python nodejs-lts binutils git
npm install npm@6 -g
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm run setup
node server/server.js
ifconfigto view the IP, and browse on your PC: http://192.168.1.X:3001
Tested with Snapdragon 652 CPU. The performance is actually good.
However, Android always kill apps unexpectedly. I don’t know Android system will kill Termux or not, so it is not a recommended method. Just for fun.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Using Uptime Kuma to monitor the smart home with Jan
Rohan and Phil are talking with Jan from Sweden and how he is using self hosted tools like Uptime Kuma to monitor his...
Read more >Host your OWN Uptime Robot Alternative: Uptime Kuma.
Don't Let Logs FILL Your Server (Rotate Them!) · Meet Uptime Kuma, a Fancy Open Source Uptime Monitor for all your HomeLab Monitoring...
Read more >Introduction to Uptime Kuma by NetworkChuck (including ...
So I am trying to host this from my raspberry pi and I am ssh'd from my PC, since the pi is headless....
Read more >Uptime Kuma: App Reviews, Features, Pricing & Download
LicensingOpen Source (MIT) and Free product. Written in. JavaScript icon JavaScript. RatingAverage rating of 5; Alternatives151 alternatives ...
Read more >Uptime-kuma: A Fancy Self-hosted Monitoring tool - Morioh
It is a temporary live demo, all data will be deleted after 10 minutes. The server is located in Tokyo, so if you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Just tried it on a Snapdragon 865, it’s actually kinda funny and it runs really well! ^^
Can confirm it’s working with latest version…
Been running on my old Nextbit Robin running android 11 based LineageOS…
I use Termux Boot to auto start the app on boot and keep wakelock… I also use Acca app to keep phone’s battery between 75-80%…
And I use Tasker to monitor battery levels and CPU temps and send notifications via pushbullet if they get low…
Also, continuous running had some network issues where uptime kuma was giving error name not resolved or some other error, so I just restart the phone using tasker around the same time when I update my docker containers in my server using watchtower…
Working amazing for several months now…