User templates
Templates allow you to set the values of some parameters, which will help you save time when filling out user creation forms.
Add a new template
Navigate to the Main Menu → Cluster settings → Templates → Add.
To create a new user (reseller) template, click "Add" button and fill in all the required fields of the form:
Basic Tab
- Name — enter the name for the template you want to add.
- Type — select a user type that can be created based on this template: Reseller or User.
- Apply changes — apply the changes to all users created by this template.
- Comment — add the detailed description if needed.
- Backup — check to create regular backups of user data.
Limits Tab
- Disk — enter the maximum amount of disk space that can be used by this template. This also includes WWW domains, FTP account files, and mailboxes.
- Traffic — enter the limit on the amount of traffic used by WWW-domains and FTP-users per calendar month.
- Databases — enter the limit on the number of databases that can be managed by the user.
- Database disk space — enter the limit on the size of databases that can be managed by the user.
- Database users — enter the limit on the number of database users that can be managed by the user.
- FTP users — enter the limit on the number of FTP accounts a user can create.
- Websites — enter the maximum number of websites for this template.
- Domain names — enter the limit on the number of domain names a user can manage.
- Mail domains — enter the limit on the number of mail domains a user can manage.
- Mailboxes — enter the limit on the number of mailboxes a user can manage.
Resources Tab
- CPU time — enter the maximum amount of CPU time that reseller's processes can consume.
- RAM — enter the maximum amount of memory that the reseller's processes can consume.
- User processes — enter the maximum processes allocated to this reseller.
- Mailbox maximum size — enter the maximum size for the user's mailbox.
- Email limit — set the limit on the number of emails that can be sent from each mailbox per hour.
- Cron jobs — enter the maximum number of cron jobs that can be created.
- Simultaneous connections per session — enter the maximum number of simultaneous connections this reseller may have to the MySQL database from a specific IP address per hour.
- Apache handlers — enter the maximum number of Apache web server handlers serving the web domain (this option is not available if Prefork mode is enabled).
- Simultaneous MySQL-connections — enter the maximum number of connections to the MySQL database per user per hour.
- MySQL-connections — enter the maximum number of connections to the MySQL database per hour.
- MySQL queries — enter the maximum number of requests that a user can run per hour.
- MySQL update query — enter the maximum number of MySQL updates a user can execute per hour.
Access Tab
- SSL — select the checkbox to enable HTTPS for web-domains of this template.
- CGI — select the checkbox to use PHP as CGI for web-domains of this template.
- PHP as Apache module — select the checkbox to use PHP as an Apache module for web-domains of this template.
- PHP as CGI — select the checkbox to use PHP in CGI mode for www-domains.
- PHP as FastCGI (Apache) — check to use PHP in FastCGI mode (Apache).
- PHP as FastCGI (Nginx + PHP-FPM) — select the checkbox to activate PHP scripts for the web-domains of this template. The scripts will be executed with user privileges using FastCGI (Nginx will resend requests to the PHP-FPM processes manager ) allowing for better performance. Update the web-server after the PHP parameters are modified.
- Can use PHP Copmposer — the user will be able to install PHP packages using PHP Composer.
- Shell access — select the checkbox to allow shell access to the server.
Default Values Tab
- Domain encoding — sets the default domain encoding.
- Index page — specify the default index page.
- Technical domains — specify the technical domain where the user is hosted.
Note!
The number of parameters in this tab may vary depending on the settings in the Access tab.