Home / Support / MEAN Stack on Ubuntu 24.04 LTS
MEAN Stack on Ubuntu 24.04 LTS — The MEAN stack — MongoDB, Express, Angular, and Node.js — a complete JavaScript platform for building modern web applications. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 3000 (Node.js app), 80 and 443 (opened in the in-image firewall); 27017 (MongoDB) is NOT opened — local only |
|---|---|
| Admin credential file | sudo cat /root/.mongodb-initial-password |
| Sign in as | MongoDB `admin` (role root, authentication database admin) |
| Service(s) | mongod; the sample Node.js app runs under pm2 (`pm2 status`) |
| Configuration | app root /var/www/mean-app/; /etc/mongod.conf (authorization enabled at first boot) |
| Logs | pm2 logs; journalctl -u mongod -f; /var/log/mongodb/mongod.log |
| Version | MongoDB 7 + Express 4 + Angular 18 + Node.js 22 (pm2-managed sample app) |
| 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 /root/.mongodb-initial-passwordSign in as MongoDB `admin` (role root, authentication database admin).
This is the MongoDB `admin` (root) password set at first boot; authorization is enabled in /etc/mongod.conf. MongoDB listens on 127.0.0.1 only.
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.