question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Experiment] Install Uptime Kuma on Android device

See original GitHub issue

Just for fun, you can use your old Android phone to monitor website.

  1. Download Termux APK: https://f-droid.org/repo/com.termux_117.apk (PS: Do not download Termux from Google Play which is not updated)
  2. Launch Termux App
  3. 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
  1. ifconfig to 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:closed
  • Created 2 years ago
  • Reactions:10
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Ponkhycommented, Sep 17, 2021

Just tried it on a Snapdragon 865, it’s actually kinda funny and it runs really well! ^^

1reaction
milindpatel63commented, Feb 11, 2022

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found