Hosting Mode

The hosting mode is for those installations that are running on a external hosting, where is not possible to create neither database nor connection user for it.

Note

It won’t create neither database (except tables) nor connection user

The steps to perform the installation are the following:

  • Create an user/password for sysPass connection at the hosting panel.
  • Create the sysPass database (not tables) and give permissions to the previous user on it.
  • Start the sysPass installation (delete ‘config/config.php’ file if exists) and use the user/password that was previously created for sysPass (the two first fields in the installation page).
  • Provide a MySQL/MariaDB user with administration rights (it could be the same as previous if it has enough permissions), in order to create sysPass database tables. This user is used only for the installation process and it often would be the user/password for the hosting management.
  • If database connection and permissions are right, the installation should terminate successfully.

Note

En caso de errores, verificar el archivo de registro del servidor web.