DC Associates Group logoDC Associates Group

Home / Support / Jenkins LTS on Ubuntu 24.04 LTS

Jenkins LTS on Ubuntu 24.04 LTS — Support & Quick Start

Jenkins LTS automation server on Ubuntu 24.04 LTS with per-VM initial admin password and setup wizard ready on first boot.

At a glance

Application ports8080 (Jenkins web UI)
Open in browserhttp://<VM-IP>:8080/
Admin credential filesudo cat /root/.jenkins-initial-password
VersionJenkins LTS 2.x
PlatformUbuntu 24.04 LTS

Quick start

  1. Open http://<VM-IP>:8080/ in your browser.
  2. Unlock Jenkins with the initial admin password (see command below).
  3. Complete the setup wizard, install suggested plugins, and create your first admin user and pipeline.

Get your admin password (one time)

SSH into the VM with the username + key you chose at deploy, then print the generated credential:

ssh <your-username>@<VM-IP>
sudo cat /root/.jenkins-initial-password

Sign in as admin (unless noted), then change the password immediately. The file is root-only and can be deleted once the password is stored securely.

Still stuck?

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.