Where to create domain records/directories or FTP accounts?
Creation, selection of VPS:
Log in to the user interface or create a new user account.
Select VPS with WebApps
from the list of virtual servers on the "Dashboard" or "VPS" menu by clicking the "Detail" button. If you do not have a WebApps server, you can create a new one or reinstall an existing VPS.
Where to create domain records/directories:
In the WebApps
server detail, click the "Web apps> Apache> WWW" tab. The condition is to run Apache server, in whose administration everything what is needed.
To create a new domain record, click the "Create (sub)domain" button.
Name:
Domain or subdomain name.
Alias:
Optional alias entry for the second domain name or subdomain. It is also supported by star convention, eg. "www.*". You can also create multiple aliases by creating any number of additional domain records and defining the same root path for them.
Document root:
The root path to the directory where you will paste your web content eg. "/home/example.com". The /home/ directory is required.
SSL:
Standard certificates from the SSL certification authority Let's Encrypt are supported., which can be activated for a domain record if your domain is already redirected to VPS. The certificate will be renewed periodically. Wildcard SSL certificate is not supported for WebApps
servers, but the situation can be solved by creating two domain records, each with its own standard certificate pointing to the same directory. The behavior can then be modified using .htaccess.
To create a new domain redirect entry, click the "Create redirect" button.
Name:
Domain or subdomain name.
Alias:
Optional alias entry for the second domain name or subdomain. It is also supported by star convention, eg. "www.*". You can also create multiple aliases by creating any number of additional redirected records and defining the same url to redirect to.
Redirect to:
Url address where your domain or subdomain should be redirected.
Domain entries and redirects can also be edited or deleted in the GUI. If the domain record is deleted via the GUI, the FTP folder on the VPS is preserved. Use any FTP client to remove it.
Where to create FTP login:
In the WebApps
server detail, click the "Web Applications> Apache> Users" tab. The condition is a running FTP server in whose administration everything what is needed.
To create a new FTP user, click the "New FTP account" button.
User name:
Define an FTP login name.
Password:
Define the FTP account password.
Home directory:
The root path to the directory folder for which the FTP account should have access permissions, such as "/home/example.com". The /home/ directory is required.
You can also edit or delete FTP accounts records in the GUI.