Skip to content

Linux / Ubuntu

Linux / Ubuntu targets provide general-purpose edge compute for local services, storage-heavy workloads, and site-adjacent application capacity.

Use this path to validate VeeaONE Runtime installation, node registration, mesh enrollment, and VHT 2.0 application deployment on qualified VM or physical x86 hardware.

Recommended baseline for current validation: Ubuntu 22.04 LTS minimal server.

What It Adds

Capability Example
General compute API services, local workers, data processing, rules engines, customer app backends.
Persistent storage Local databases, image uploads, logs, event archives, site-specific files.
Integration capacity Connectors for local systems, OT networks, enterprise services, or cloud gateways.
Site-adjacent services Processing close to the customer environment on reachable private networks.
Deployment flexibility Standard Linux hardware, small servers, industrial PCs, developer systems, or planned near-prem targets.

Runtime Profile

Area Starting Profile
OS Ubuntu 22.04 LTS minimal server or the current profile specified by Veea.
Architecture x86_64 unless another architecture profile is defined.
Placement Current: onsite LAN / VLAN or developer environment. Planned: near-prem, cloud-adjacent, or regional edge after topology validation.
Network Able to reach the VeeaONE environment and the services required by deployed applications.
Storage Persistent local storage sized for images, app data, logs, and backups.
Container runtime Docker runtime aligned with the VHT 2.0 workflow.

Bring It Online

The installer and endpoint details can vary by release, but the Linux / Ubuntu runtime activation shape is:

wget https://repo.veeaplatform.net/tools/setup.sh
chmod a+x setup.sh
sudo ./setup.sh --easy
sudo veea wizard register
sudo veea hub enroll --new --mesh my-edge-site

Good Fit

Linux / Ubuntu is a strong target when you need:

  • a customer application backend near the site
  • local data retention or file processing
  • additional CPU or memory capacity
  • integration services for local systems
  • a bridge between onsite operations and cloud services
  • a standard hardware footprint for site-adjacent workloads

Near-prem, cloud-adjacent, and regional Linux / Ubuntu placements are part of the runtime target direction. Treat them as topology-specific until enrollment, routing, service reachability, and operations visibility are validated for the environment.

Capability Notes

Linux / Ubuntu targets should be described by their actual profile: OS, architecture, CPU, memory, storage, network placement, Docker runtime, and any attached devices. This makes it clear what the target contributes to the VeeaONE environment and which applications belong there.

Next Steps