Simuzo

Rootless containers for hosting accounts

Container Manager lets end users deploy and operate Podman containers and Compose stacks from the panel — with domain proxying, volumes, registries, and resource isolation built in.

Runtime
Rootless Podman
Stacks
Compose projects + single containers
Access
Domain reverse proxy + host ports
Container Manager Container list with status, metrics, and lifecycle actions.
Admin enablement required Container Manager is available only when Podman is enabled by the administrator (Settings → Podman not disabled). Server-wide and per-user container limits may also apply.

What you can do

How it fits together

  1. Pick a path — App Catalog template, Compose project, or single-container deploy.
  2. Configure — image, environment, volumes, restart policy, and ports.
  3. Publish — allocate a host port and optionally proxy it to a domain + path.
  4. Operate — use Manage Containers for lifecycle, logs, stats, and troubleshooting.

Menu map in the panel

Panel menuDocs pagePurpose
Manage ContainersManage ContainersDay-to-day operations on running/stopped containers
Manage ProjectsCompose ProjectsList, start/stop, edit, delete compose stacks
Compose New ProjectCompose ProjectsCreate/edit compose YAML or visual services
App CatalogApp CatalogTemplate library
Persistent VolumesVolumesNamed volumes & bind mounts
RegistriesRegistriesImage registry credentials
Port ManagerPort ManagerHost ports and domain proxies

Isolation & limits

  • Containers run as the account user (rootless Podman), not as host root.
  • CPU, memory, IO, and process limits still apply via cGroups assigned to the user.
  • Admins can set max containers per user and a server-wide total.
  • With SimuzoFS enabled, container processes also run inside the user jail view.
Best practice Prefer Compose + named volumes for stateful apps. Use Port Manager domain proxies instead of exposing random host ports to end users.

Related topics