Guides
Put a site online and connect a database
The file manager and phpMyAdmin run in the browser: there is nothing to install.
Switch hosting on
- Open your account, go to Hosting and press "Enable hosting".
- Refresh the page a minute later: the file manager and database credentials appear.
- Save them immediately — they are shown once, and we keep no copy that can be read later.
Upload the files
- Sign in to the file manager at the address from your credentials.
- Upload the site files into the root — that is what is served to the internet.
- The start page is index.php or index.html.
- Check the result at the preview address, also listed in the credentials.
Connect the database
The database is created together with the account. Its name, user and password come with the same credentials.
- Database host
- localhost
- Character set
- utf8mb4
- Management
- phpMyAdmin, address in your credentials
What will not work
These limits apply to every client and are not a sign that something is broken.
- sending mail from PHP: the mail() function is disabled
- starting external programs: exec, shell_exec, system and the like are closed
- your own cron jobs and SSH access