Simuzo
User Management User list with SimuzoFS and resource assignment controls.

Accessing User Management

Navigate to Users in the Admin Panel sidebar. You'll see a table of all hosting accounts with their:

  • Username
  • Email
  • Domain
  • Owner (for resellers)
  • Type (user or reseller)
  • Disk usage

Searching and Filtering

The Users page provides multiple search options:

  • Search — Filter by username
  • Domain — Filter by domain name
  • Owner — Filter by reseller owner
  • Email — Filter by email address

Sorting

Click column headers to sort by:

  • Username (ASC/DESC)
  • Domain (ASC/DESC)

Resource Limit Hierarchy

Simuzo applies resource limits in the following priority order:

1

Custom User Limits

Individual limits set for a specific user (highest priority)

2

Plan Limits

Limits defined in the panel software (Webuzo, Plesk, etc.)

3

SIMUZO_DEFAULT

Fallback default limits applied when no other limits are set

Editing Resource Limits

1

Select User

Click on a username or use the Edit action in the user row.

2

Configure Limits

Set the following resource limits:

CPU Quota

FieldValueDescription
CPU Quota25-100Percentage of total CPU allowed

Minimum: 25%. Must be a whole number (no decimals).

IO Bandwidth

FieldMinimumFormatExample
IO Read Bandwidth256KNumber + K/M/G/T10M
IO Write Bandwidth256KNumber + K/M/G/T5M

IOPS Limits

FieldMinimumFormatExample
IOPS Read Max256Whole number1000
IOPS Write Max256Whole number500

Memory Limits

FieldMinimumFormatExample
Memory Max128MNumber + K/M/G/T1G
Memory High128MNumber + K/M/G/T512M

Memory High sets the threshold at which throttling begins.

Process Limits

FieldMinimumDescription
Tasks Max10Maximum concurrent background tasks
Entry Processes1Maximum concurrent connections/processes
Whole Numbers Only All values must be whole numbers without decimals. Use suffixes (K, M, G, T) for sizes.
3

Save

Click Save to apply the limits. The configuration reloads automatically.

Enable/Disable Simuzo

You can enable or disable Simuzo features for individual users:

1

Select Users

Use checkboxes to select one or more users.

2

Choose Action

Click Enable Simuzo or Disable Simuzo.

3

Monitor Task

The action runs as a background task. Click the link to view logs.

SimuzoFS Management

Manage filesystem isolation for users:

Enable SimuzoFS

Enables jail isolation for selected users:

  1. Select users with checkboxes
  2. Click Enable simuzofs
  3. Task runs in background with vhost rebuild

Disable SimuzoFS

Removes jail isolation for selected users:

  1. Select users with checkboxes
  2. Click Disable simuzofs
  3. Task runs in background
Rebuilding VirtualHosts Enabling/disabling SimuzoFS triggers a virtual host rebuild for affected domains.

Exporting Users

Export user data to CSV for backup or migration:

  1. Navigate to Users page
  2. Apply any filters needed
  3. Click Export CSV

Exported data includes:

  • Username
  • Email
  • Domain
  • Owner
  • Type (user/reseller)
  • Disk usage

User Data Storage

User configuration is stored at:

/var/simuzo/users/{username}/info

This file contains:

  • Resource limits (if custom)
  • Simuzo enable/disable status
  • Plan assignment

Related Topics