Accounts
An account is mapped directly to a Linux user on the Virtual server it's associated with.
Each account can host one or more applications. All of these applications will then run under that Linux user.
This can be of value when applications need to share data.
Please note, that an account user is not the same as a Sock user.
An account is solely for server access and does not grant access to Sock.
Important folders
FTP root - /home/$account_name
Document root - /home/$account_name/apps/$application
Logs - /home/$account_name/apache_logs or /home/$account_name/nginx_logs
PHP error logs
PHP error messages are included in the webservice error log file ~/apache_logs/$application_error.log or ~/nginx_logs/$application_error.log