Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Website change detection and monitoring with notifications
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the Changedetection.io template in Server Compass to deploy a self-hosted website change monitoring service on your VPS, then verify the web UI in a browser.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find Changedetection.io in the Server Compass template catalog.

Choose the Changedetection.io template. Server Compass fills the web service, persistent datastore volume, base URL, and public port.

Confirm the app name and compose service. In this run, the app was named changedetection-demo and used host port 5000.

Review the generated compose settings, confirm the Changedetection.io web port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the Changedetection.io image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the Changedetection.io app is marked Running with its application URL available.

Open the application URL in a browser. The first-run Changedetection.io page confirms the monitoring service is reachable.

The Changedetection.io web interface loaded successfully and displayed the first-run monitoring UI.
It deploys the Changedetection.io container with a persistent datastore volume and a public web port.
The tutorial used host port 5000, which maps to the Changedetection.io web UI on container port 5000.
No. The built-in template deploys the core Changedetection.io service. Add a browser sidecar separately if you need JavaScript-rendered page checks.
No. The deployment guide should live on the Changedetection.io template detail page and be linked from the reusable template deployment docs page.
Get your hands dirty: manual Changedetection.io deployment guide for developers.
Connect to your remote server using SSH. Make sure you have your server credentials ready.
# Log into your server
ssh root@<your-server-ip>
# If using key-based auth
ssh -i ~/.ssh/my-key root@<your-server-ip>First time? Docker not installed? Run: curl -fsSL https://get.docker.com | sh
Set up a directory to store your Docker configuration.
# Create and navigate to project directory
mkdir -p ~/apps/changedetection
cd ~/apps/changedetectionAdd this configuration to your docker-compose.yml file:
services:
changedetection:
image: dgtlmoon/changedetection.io:latest
ports:
- "5000:5000"
environment:
- TZ=UTC
- BASE_URL=http://localhost:5000
volumes:
- changedetection_data:/datastore
restart: unless-stopped
volumes:
changedetection_data:
PORTHost port to expose(default: 5000)Execute the deployment and check the container status.
# Deploy the application
docker compose up -d
# Check container health
docker compose ps
# Monitor logs
docker compose logs -f --tail=100Enable network access by updating your firewall rules.
# Allow the application port through firewall
sudo ufw allow 5000/tcp
sudo ufw reload
# Access your app at:
# http://your-server-ip:5000Why type commands when you can click? Deploy Changedetection.io the easy way with Server Compass.
After deploying Changedetection.io with Server Compass, complete these steps to finish setup
Open the Changedetection URL in your browser
Add websites to monitor
Configure notification channels (email, Slack, Discord, etc.)
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting Changedetection.io
Simply download Server Compass, connect to your VPS, and select Changedetection.io from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
Changedetection.io requires a minimum of 256MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard Changedetection.io backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest Changedetection.io image will be pulled and deployed with zero downtime.
Changedetection.io is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.
Download Server Compass and deploy Changedetection.io to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass