Home / Support / Flowise on Ubuntu 24.04 LTS
Flowise on Ubuntu 24.04 LTS — Flowise is a visual, drag-and-drop builder for LLM workflows and AI agents — connect models, tools, vector stores and memory without writing glue code. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
flowise.service crash-loops on the current image (Node.js CommonJS loader error), so http://<VM-IP>:3000/ never answers even though /var/lib/flowise/admin-password is written. (image build tested: 2026.628.1945)
What you will see: `systemctl status flowise` shows a restart loop; `sudo journalctl -u flowise` shows a `node:internal/modules/cjs/loader` error; first boot reports "Flowise never responded after 10 attempts".
Fix status: Fix in progress: azure-packer-image-factory PR #221 (proven on a rebuilt image 2026-09-16; ships with the next published version) — a fresh build of the current Flowise release whose first boot waits long enough for Flowise's slow first start (about 6.5 minutes on a 4-vCPU VM) and verifies the sign-in the way the Flowise UI does. The image is also 79 days stale. No proven workaround on the current image. Track the fix.
Source: our 2026-09-15 image sweep of the newest published build. This notice is removed when a build that passes the same test is live on the Marketplace.
| Application ports | 3000 (web UI + API) |
|---|---|
| Open in browser | http://<VM-IP>:3000/ |
| Admin credential file | sudo cat /var/lib/flowise/admin-password |
| Sign in as | dcaadmin |
| Service(s) | flowise |
| Configuration | /etc/default/flowise (FLOWISE_USERNAME / FLOWISE_PASSWORD, root-only); data in /opt/flowise/data/ |
| Logs | journalctl -u flowise -f |
| Version | Flowise 2.2.7 (Node.js) |
| 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/flowise/admin-passwordSign in as dcaadmin.
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.
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.