Home / Support / Checkmk Raw 2.4 on Ubuntu 24.04 LTS
Checkmk Raw 2.4 on Ubuntu 24.04 LTS — Checkmk Raw is a comprehensive IT monitoring platform covering servers, networks, applications, and cloud resources from one console. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 80 (web UI), 443 |
|---|---|
| Open in browser | http://<VM-IP>/main/ |
| Admin credential file | sudo cat /var/lib/checkmk-firstboot-admin-pw |
| Sign in as | cmkadmin |
| Service(s) | apache2 (Checkmk site `main` runs under omd: `sudo omd status main`) |
| Configuration | /omd/sites/main/ (site home; etc/htpasswd holds the cmkadmin hash) |
| Logs | /omd/sites/main/var/log/ (web.log, cmc.log); /var/log/apache2/ |
| Version | Checkmk Raw 2.4.0p29 (site `main`) |
| Platform | Ubuntu 24.04 LTS |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /var/lib/checkmk-firstboot-admin-pwSign in as cmkadmin.
Sign in as cmkadmin (the Checkmk site administrator) at /main/ — the site name is `main`.
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.