diff --git a/community-tutorials/netcup-root-server-hosting-using-hestia-control-panel/01-en.md b/community-tutorials/netcup-root-server-hosting-using-hestia-control-panel/01-en.md index eaf440d8..1fa2e090 100644 --- a/community-tutorials/netcup-root-server-hosting-using-hestia-control-panel/01-en.md +++ b/community-tutorials/netcup-root-server-hosting-using-hestia-control-panel/01-en.md @@ -82,7 +82,7 @@ Possible options to use in the command are: -h, --help Print this help ``` -An Example of an updated command to run the script: +An example of an updated command to run the script: ``` cd ~ && wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && bash hst-install.sh --apache yes --phpfpm yes --multiphp yes --vsftpd yes --port '8083' --hostname 'DOMAIN-HERE' --email 'EMAIL-HERE' --password 'PASSWORD-HERE' --lang 'en' --force ``` @@ -112,7 +112,7 @@ On the dashboard, click the "Add User" button; fill out the fields; click the "S To switch to the new user, hover over the user you want to login as; click the login as icon (`-]`) on the right of the user’s name and email; you are now logged in as the user. As such, any action you perform will be done as this user. **Info** - Never run a web or mail domain with the admin user - By default, the admin user has elevated privileges. This can pose a security threat to your server! + Never run a web or mail domain with the admin user - by default, the admin user has elevated privileges. This can pose a security threat to your server! # Step 5: Set up your domain @@ -131,7 +131,7 @@ With your domain set up, you can now create email accounts and databases for you ![MAIL Setup](images/MAIL_Setup.png) -To create a database click on the box labeled "DB". +To create a database, click on the box labeled "DB". ![Database Setup](images/DB_Setup.png) @@ -147,7 +147,7 @@ If using an FTP client, you'll need to create an FTP account in the Panel first. [Documentation](https://hestiacp.com/docs/user-guide/account.html#two-factor-authentication-2fa) -Since the admin user has full control on the server, as well as elevated privileges, it is greatly recommended that you enable 2FA on this account. To access your account settings, click the user button in the top right. Note that you might need to switch back to the admin user first, using the "Arrow up" button in the top right. +Since the admin user has full control on the server, as well as elevated privileges, it is highly recommended that you enable 2FA on this account. To access your account settings, click the user button in the top right. Note that you might need to switch back to the admin user first, using the "Arrow up" button in the top right. - In your account settings, check the box labeled "Enable two-factor authentication". - Click the "Save" button in the top right.