Zelogx MSL Setup - Release Notes
This page tracks the main changes for Zelogx MSL Setup Personal and Pro Corporate.
MSL Setup Basic continues to provide the open design and manual build steps,
while Pro adds automation, safety nets, and advanced features.
Note
Version numbering refers to the Pro automation bundle.
v1.3.0 - Feature additions
Release date: 2026-02-01
Released v1.3.0.
Overview of changes
- Changed the Pritunl VM OS from Ubuntu 24.04 to AlmaLinux 9.7, which is officially supported by Pritunl.
- Fixed an issue where 99_uninstall.sh could fail when running in Japanese.
- Added the alias name “The Multi-tenant enabler.”
v1.2.1 - Feature additions
Release date: 2026-01-28
Release v1.2.1
Overview
- 0203_uninstall.sh supports RBAC deletion.
v1.2.0 - Feature additions
Release date: 2026-01-25
Release v1.2.0 and Personal Free License.
Overview
- Release Personal Edition (FREE).
- Stop providing Basic edition.
- Fixed an issue where the post–Pritunl VM Deployment guidance showed an outdated message for the next step.
- Migrated Pritunl Server provisioning to Python.
- Automated Pritunl Organization provisioning, attaching the Organization to the Server, and starting all Servers.
- For improved security, changed the Pritunl Web GUI bind address to Ingress only.
v1.1.2 - Demo environment feature additions
Release date: 2026-1-18
The following issues were addressed.
Overview
- For demo environments:
- Fixed an issue so that port forwarding in the demo environment is handled correctly even when its behavior is abnormal.
- Fix the issue that Static Route in Pritunl VM is not persistently added.
v1.1.1 - Bug fixes
Release date: 2026-01-15
The following issues were addressed.
Overview
- UI/display improvements:
- Fixed an issue where the gateway IP address shown in the manual configuration prompt for static route information was incorrect.
v1.1.0 - Project Self-Care Portal
Release date: 2025-12-23
VPN users can now start/stop, create/delete VMs, create snapshots, and perform backups within their own project.
Overview
This release adds a per-project “self-care portal” on top of the existing isolated SDN + VPN lab.
Project admins can log in to the Proxmox GUI over VPN and manage only their own project VMs,
without ever seeing or touching other projects or the Datacenter configuration.
This feature is available in MSL Setup Pro - Corporate.
Highlights
-
Per-project GUI access over VPN
- Each project (PJ01, PJ02, …) gets:
- its own Proxmox Pool,
- Group and User (for project admins),
- project-scoped RBAC.
- VPN project admins can:
- log in to the Proxmox dashboard,
- see only their own project VMs and storage,
- start/stop VMs, access console,
- create snapshots and backups,
- create and delete VMs inside their project.
- Each project (PJ01, PJ02, …) gets:
-
RBAC on top of isolated SDN
- Reuses the isolated SDN lab from v1.0.0 (SDN Simple zone + VNet per project).
- Adds RBAC on:
- Proxmox Pools (VMs / storage),
- SDN Zones / VNets,
- node-level firewall rules for the GUI (port 8006, VPN only).
- Ensures that:
- project admins cannot see other projects’ VMs or storage,
- Datacenter-level settings remain under core infra ownership.
-
Automation with backup & restore (Corporate)
- New automation script (internal name, example):
0203_setupSelfCarePortal.sh
- For each project (PJ01…PJNN), it:
- creates Pool / Group / User,
- assigns roles and SDN permissions,
- configures node firewall rules for GUI access from VPN,
- generates random passwords for project admin accounts,
- writes all changes to an RBAC backup folder (e.g.
./rbac_backup).
- Supports a
--restoremode to roll back to the previous RBAC state if you want to undo all changes and return to the original configuration.
- New automation script (internal name, example):
Edition differences
-
MSL Setup Basic
- Full RBAC procedure and design are documented as manual steps.
- Anyone can reproduce the same pattern by following the documentation.
-
MSL Setup Pro - Personal
- Focused on a single admin / single-owner lab on one Proxmox node.
- Designed for individual engineers and small teams.
-
MSL Setup Pro - Corporate
- Includes the automated self-care portal for multiple projects and teams.
- Adds backup / restore support around RBAC changes for safer experimentation.
- Intended for organizations hosting multiple concurrent projects on a shared Proxmox lab.
v1.0.0 - Initial Pro Release
Release date: 2025-12-18
Overview
First public release of Zelogx MSL Setup Pro.
Automates the creation of a fully isolated, single-node development lab on top of Proxmox VE.
Highlights
-
Single-node isolated SDN lab
- Proxmox VE with SDN Simple zone.
- Per-project VNets (
vnetpj01,vnetpj02, … ) inside an isolated dev zone. - Strict separation between projects at the network level.
-
Automated SDN deployment
- Environment validation and SDN setup split into:
0101_checkConfigNetwork.sh0102_setupNetwork.sh01_networkSetup.shas a wrapper/entry script.
- Automatically creates:
- SDN zone(s) for development projects,
- VNets per project,
- IP ranges and basic routing / gateway configuration.
- Environment validation and SDN setup split into:
-
Pritunl-based VPN access
- Automated deployment and basic configuration of Pritunl:
0201_createPritunlVM.sh0202_configurePritunl.sh02_vpnSetup.shas a wrapper/entry script.
- Provides per-project VPN access into the lab, without exposing Proxmox directly to the internet.
- Automated deployment and basic configuration of Pritunl:
-
Secure “multiverse” style layout
- A single strong Proxmox node hosts multiple fully isolated project labs.
- Each project gets:
- its own VNet,
- its own VPN access path,
- no L2/L3 connectivity to other projects by default.
- Designed as a reusable pattern for securing dev/test environments on a single host.
Relationship to MSL Setup Basic
-
MSL Setup Basic:
- Publishes the open design and manual build steps.
- Intended as documentation and a reference implementation.
-
MSL Setup Pro:
- Packages the same ideas into repeatable shell automation.
- Adds guardrails, checks, and operational smoothing on top of the Basic design.
Future roadmap (high level)
This section is intentionally lightweight and non-binding.
- VXLAN / EVPN-based SDN zones for cross-node project networks.
- Extended RBAC patterns for multi-node Proxmox clusters.
- Multi-node and cluster-aware lab setups (e.g. 3-node + Ceph).
- Additional tools around monitoring, audit trails, and long-term retention.
Stay tuned on the Zelogx website and the
GitHub repository for updates, examples, and real-world usage notes.