Cancel
Start searching
This search is based on elasticsearch and can look through several thousand pages in miliseconds.
Learn moreThere are two users on each newly created proServer for which the public keys specified when the order was placed have been stored.
One is the user vproXXXX. This user can call sudo without a password and is used to customize the server itself and its configuration files. This user is not intended to be used to deploy or install components required for the application using npm.
The proserver user exists for this purpose. This user is not allowed to use sudo and is therefore restricted to its home directory under /var/www. However, PHP is executed as this user, which ensures simple administration of your application.
The www user is also found on the system. Nginx / Apache run as this user on the proServer. www is not in any other group and has no extended rights. If the files of your application are not globally readable, but only for the owner and the group of the file, the user www must be added to the proserver group in the /etc/group file.