By default, if you haven't altered the port settings during installation, the web console is set to redirect to ports 6060 and 6061 for accessing BDRShield Backup Server/OffsiteDR Server.
Solution:
To use the default ports (80 and 443) for web console access, follow these steps:
1. Change Configuration Files:
Description:
Navigate to the "VembuBDRInstallationLocation/apache/conf" directory and open the "httpd.conf" file.
Changes:
- Change the values from "Listen 6060" to "Listen 80."
- Change the values from "ServerName localhost:6060" to "ServerName localhost:80."
- Save the file
2. Change SSL Configuration Files:
Description:
Go to the "VembuBDRInstallationLocation/apache/conf/extra" directory and open the "httpd-ssl.conf" file.
Changes:
- Modify the values from "Listen 6061" to "Listen 443."
- Change the values from "VirtualHostdefault:6061" to "VirtualHostdefault:443."
- Save the file.
3. Change SGMailer Configuration Files:
Description:
Navigate to the following location and locate the configuration File:
- For Windows: `<BDRInstallationLocation>\Vembu\VembuBDR\conf\SGMailer.conf`
- For Linux: `/home/vembubdr/Vembu/VembuBDR/conf/SGMailer.conf
Changes
- Inside the SGMailer.conf file, make the following modification:
- For port 80, modify it to: "http://localhost:80/email/processmail.sgp"
- For port 443, modify to: "https://localhost:443/email/processmail.sgp"
- Save the file
4. Update Configuration File:
Description:
Now, navigate to the "VembuBDRInstallationLocation/htmlgui/conf" and open the "config.inc" file.
Changes:
- Update the values from "$SGHTTPSPORT=6061;" to "$SGHTTPSPORT=443;"
- Save the file.
5. Update SGTrayBranding File:
Description:
Now, navigate to the "VembuBDRInstallationLocation/conf/" and open the "SGTrayBranding.conf" file.
Changes:
- Locate the tag and update both the
HTTPPort and HTTPSPort attributes to your new chosen port numbers.
Example: Change HTTPSPort="6061" to HTTPSPort="443".
6. Restart Web Server Service:
Description: Restart the VembuBDR/VembuOffsiteDR Webserver service.
7. Access Web Console:
Description: Try to access the web console by directly using "localhost," the machine name, or the IP address of the machine.
By following these steps, you can configure Vembu BDR/OffsiteDR Server to use the default ports (80 and 443) for web console access, providing a more convenient and familiar experience for users.