WEB HOSTING SUPPORT NETWORK
     
 

415 Search results found

Search in: Filter results
Installing PrestaShop [version 1.7.4.4+]
...via the App Installer section of the Control Panel. You can check our App Installer article for more information.If you prefer to ...the archive and use the web hosting Control Panel's File Manager to extract the package. Please note that the installation files are ...via FTP or through your web hosting Control Panel's File Manager. 3. Create a new MySQL database and user for the PrestaShop ...can be created only through the hosting Control Panel. Detailed instructions on the process are available in our Creating a MySQL database/user ...username you created at your web hosting Control Panel's MySQL Databases section for your PrestaShop application. Database password: You need to enter ...store button, you will access its administrative panel. Before using these buttons, go to the File Manager section in the hosting ...Control Panel, navigate to the directory where PrestaShop is installed, and delete the directory named ...admin directory the URL to the administrative panel of PrestaShop will also change. PrestaShop is now installed and ready for use. IMPORTANT: ...
Installing Matomo (formerly Piwik) [version 3.7.0+]
...via the App Installer section of the Control Panel. If you prefer to install Matomo manually, you can follow the instructions listed ...the archive and use the web hosting Control Panel's File Manager to extract the package.The best way to upload big files or ...via FTP, or through your web hosting Control Panel's File Manager. 3. Create a new MySQL database and user for the Matomo ...can be created only through the hosting Control Panel. Detailed instructions on the process are available in our Creating a MySQL database/user ...username you created at your web hosting Control Panel's MySQL section for your application.Password: You need to enter the password you assigned ...
Installing Baïkal [version 0.8.0+]
...in the Subdomains section of the hosting Control panel.2. Download the installation from the releases page on GitHub:https://github.com/sabre-io/Baikal/releases3. Once you have downloaded ...use the File Manager in the hosting Control Panel for the above actions. 4. Create a new MySQL database and user for ...can be created only through the hosting Control Panel.  Once you have the database and MySQL user created, you should make sure ...the MySQL Databases section of the hosting Control Panel. 5. Visit the Baïkal installation location in a new browser window. Go to ...username you created at your web hosting Control Panel's MySQL section for your Baïkal application.MySQL password: You need to enter the password ...
Installing e107 [version 2.1.9+]
...the archive and use the web hosting Control Panel's File Manager to extract the package. The best way to upload big files ...via FTP or through your web hosting Control Panel's File Manager. 3. Create a new MySQL database and user for the e107 ...can be created only through the hosting Control Panel. Detailed instructions on the process are available in our Creating a MySQL database/user ...username you created at your web hosting Control Panel's MySQL section for your e107 application.MySQL Password: You need to enter the password ...the File Manager interface of your hosting Control Panel. - set the file permissions for e107_config.php to 644. You can find more ...
Installation under Android
...enable two-factor authentication (2FA) for your hosting Control Panel, using Google Authenticator on your Android device, please follow these instructions: 1. Log ...in to your hosting Control Panel, and go to the Account Profile section. Under Two-Factor Authentication, click the Enable ...Google Authenticator will create a new account ControlPanel:user, where user is your username for the hosting Control Panel. Entering the secret ...well as to regain access to the Control Panel in case you lose your mobile device. 5. Enter the security token generated ...the field Generated Token and your current Control Panel password. After that, click the Check the token and enable 2FA button. 6. ...you can log in to your hosting Control Panel only with a security token generated by your Google Authenticator....
Installation under iPhone
...enable two-factor authentication (2FA) for your hosting Control Panel using Google Authenticator on your iPhone / iPad / iPod Touch device, please ...instructions: 1. Log in to your hosting Control Panel, and go to the Account Profile section. Under Two-Factor Authentication, click the Enable ...Google Authenticator will create a new account ControlPanel:user, where user is your username for the hosting Control Panel. Entering the secret ...the Generated Token field and your current Control Panel password. After that, click the Check the token and enable 2FA button. 6. ...you can log in to your hosting Control Panel only with a security token generated by your Google Authenticator....
Installing Drupal [version 8.6.3+]
...via the App Installer section of the Control Panel. If you prefer to install Drupal manually, you can follow the instructions listed ...the archive and use the web hosting Control Panel's File Manager to extract the package.The best way to upload big files or ...via FTP or through your web hosting Control Panel's File Manager.3. Create a new MySQL database and user for the Drupal application. ...can be created only through the hosting Control Panel. Detailed instructions on the process are available in our Creating a MySQL database/user ...the PHP Settings section of the hosting Control Panel. 8. You need to specify the following settings: Database type: MySQLDatabase name: You ...username you created at your web hosting Control Panel's MySQL section for your Drupal application.Database password: You need to enter the password ...
Key-based authentication
...using the shell and using hosting the Control Panel. Then, you need to copy the private key to your computer, or other ...the SSH Access section in the hosting Control Panel. There, you should look for the Password authentication toggle. Importing an already generated ...SSH keys management interface in the hosting Control Panel supports RSA and Ed25519 keys. The interface reads and writes to the authorized_keys ...server software. Generating SSH keys using the Control Panel Open the SSH Access section of the hosting Control Panel. There, you need ...client. Please note that only the main Control Panel user can connect over SFTP. All other FTP users must use FTP or ...
Installing Magento [version 2.2.6]
...the archive and use the web hosting Control Panel's File Manager to extract the package. The best way to upload big files ...via FTP or through your web hosting Control Panel's File Manager.  3. Create a new MySQL database and user for the Magento ...can be created only through the hosting Control Panel. Detailed instructions on the process are available in our Creating a MySQL database/user ...used by your domain/subdomain through the hosting Control Panel -> PHP Settings section. Changing the PHP version is covered in the PHP ...username you created at your web hosting Control Panel's MySQL section for your Magento application. Database Server Password: You need to enter ...using the File Manager of the online Control Panel and changeprotected $_options = array('cache_dir' => null,toprotected $_options = array('cache_dir' => '/tmp', 14. ...using the File Manager of the online Control Panel and change the following two lines: const WRITEABLE_DIRECTORY_MODE = 0770; to  const WRITEABLE_DIRECTORY_MODE ...
Creating a "Hello World" Node.js app
...a Web Apps section in your hosting Control Panel, then this tutorial is not suitable for your particular hosting environment. You can ...using the File Manager in your hosting Control Panel.  2. Create a file named app.js in the directory from step 1, and ...via the File Manager in the hosting Control Panel. // requiring the HTTP interfaces in nodevar http = require('http');// create an http ...the Web Apps section of the hosting Control Panel. Choose Node.js as Engine and Current as Version. This will automatically update your ...using the Web Apps section in hosting Control Panel by clicking on the Enable button for the app there. 5. Your app ...