From 5d98c511c47217c4da384657180389dc1b77d3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Je=C4=8Dmenica?= <147708271+radovanjecmenica@users.noreply.github.com> Date: Mon, 5 May 2025 13:08:06 +0200 Subject: [PATCH] Update resellers.md --- website/docs/admin/accounts/resellers.md | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/website/docs/admin/accounts/resellers.md b/website/docs/admin/accounts/resellers.md index bf1c4f36..1b40d0e7 100644 --- a/website/docs/admin/accounts/resellers.md +++ b/website/docs/admin/accounts/resellers.md @@ -4,3 +4,37 @@ sidebar_position: 2 # Resellers +The **Resellers** feature allows administrators to create and manage Reseller users within OpenPanel. Resellers can act as sub-administrators, managing their own set of user accounts within the limits defined by the root administrator. + +This feature is useful for hosting providers who want to delegate control to third-party resellers, while still maintaining overall control and isolation. + +--- + +## Reseller Management Interface + +The interface displays a table of existing reseller users with the following columns: + +- **Username** + The unique identifier of the reseller user. + +- **Status** + Indicates whether the reseller account is active or suspended. + +- **Last Login IP** + The IP address from which the reseller last accessed the panel. + +- **Last Login Time** + Timestamp of the last successful login by the reseller. + +- **Current Accounts** + The number of user accounts currently managed by the reseller. + +- **Max Accounts** + The maximum number of user accounts the reseller is allowed to create. + +- **Allowed Plans** + Lists the hosting plans available to the reseller for assigning to their users. + +--- + +Reseller users have access only to the features and account management tools assigned to them by the root administrator. They cannot exceed the limits defined in their reseller settings.