How to install louislam/uptime-kuma. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
louislam/uptime-kuma Installation Guide
How to install louislam/uptime-kuma. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for louislam/uptime-kuma. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i louislam/uptime-kumaor
Install via npx
npx @hexmos/ipm i louislam/uptime-kumaPrerequisites
Node.js
languageVersion: >= 20.4.0
Git
knowledgeUsed for cloning the repository.
pm2
build_toolVersion: latest
Docker
system_toolUsed for deploying the application.
docker-compose
build_toolVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
curl -o compose.yaml https://raw.githubusercontent.com/louislam/uptime-kuma/master/compose.yaml
docker compose up -dNode.js (Local)
npm install
node server/server.jsPM2 (Local)
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm install
pm2 start server/server.js --name uptime-kumaPost Installation Steps
- Start the server: `npm run start`
- Access the UI: http://localhost:3001
- Check for errors in the logs: `tail -f /var/log/uptime-kuma.log`
