I have deployed Passbolt on an external Centos server, and I want to migrate this server to the company’s intranet. However, after the migration, I have switched to a new IP address. A blank page appears when accessing with the new IP again. Why is this
This is likely due to the fullBaseUrl setting in your /etc/passbolt/passbolt.php file. This will need to be updated to either the new IP address or the URL you are using to connect to it
The emails might become a problem eventually unless the users who are being added will have email addresses that are reachable on the intranet.
To access it though you’ll want to use the following command, just be sure to update it to have your email address sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt recover_user -c -u youremail@domain.tld" nginx
This will generate and output the link you can use to log in on this server