What's new
Panelica Community Forum

Welcome to the official Panelica Community Forum — the central hub for server administrators, developers, and hosting professionals. Register a free account today to access technical discussions, product announcements, feature requests, and direct support from the Panelica team. Be part of the growing community shaping the future of server management.

Solved kullanıcı tipi güncelleme

tailadmin

New member
Beta Access
Reseller tipinde kullanıcı oluşturduktan sonra onu user yapıp, paneline girip domain oluşturmak istendiğinde u kullanıcıya ait linux kullanıcısı yok hatası veriyor
 
Thanks for reporting this. Changing an existing account's role from RESELLER to USER is not a supported operation, and we will make the panel refuse it explicitly instead of letting it half-succeed.

Why
The two roles are different kinds of accounts, not two settings on the same account:
  • A USER is a hosting account: it owns a Linux system user, a home directory, isolation (cgroup/namespace/chroot), PHP-FPM pools, and its domains hang off that system user.
  • A RESELLER is a management account: it creates and manages USER accounts under itself, but it has no hosting footprint of its own — no Linux user, no home, no pools.
When a reseller is flipped to USER, the record changes role but the hosting footprint that every USER is created with never existed — which is exactly the error you saw when adding a domain ("this user has no Linux user").

What to do instead
Create the person a proper USER account (Users → Create User, choose the plan). If they should also manage other accounts, keep the reseller account for that purpose — one account per role.

What we will change
The panel will block RESELLER → USER (and USER → RESELLER) role changes with a clear message rather than allowing an account to end up in a state it cannot work in.
 
Back
Top