New Install Web UI Fails Login ?!
Hi,
New user, and I have installed the free edition fresh but when logging into the Web UI I see the below error..
As per the article the services are running fine but the port is not listening..
The path for installation was /home/bdrbackup
- root@bdrbackup:~# netstat -a | grep 32004
- root@bdrbackup:~# systemctl status BDRShield_Server_Persistent_Service.service
- ● BDRShield_Server_Persistent_Service.service - This service can be designated by the BDRPersistentService.
- Loaded: loaded (/etc/systemd/system/BDRShield_Server_Persistent_Service.service; enabled; vendor preset: enabled)
- Active: active (running) since Fri 2026-01-23 13:40:31 UTC; 53min ago
- Main PID: 10952 (BDRPersistentSe)
- Tasks: 12 (limit: 9388)
- Memory: 5.5M
- CPU: 1.251s
- CGroup: /system.slice/BDRShield_Server_Persistent_Service.service
- └─10952 /home/vembubdr/Vembu/VembuBDR/bin/BDRPersistentService
- Jan 23 13:40:31 bdrbackup systemd[1]: Started This service can be designated by the BDRPersistentService..
- root@bdrbackup:~# systemctl status postgresql
- ● postgresql.service - PostgreSQL RDBMS
- Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
- Active: active (exited) since Fri 2026-01-23 13:23:10 UTC; 1h 11min ago
- Process: 990 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
- Main PID: 990 (code=exited, status=0/SUCCESS)
- CPU: 1ms
- Jan 23 13:23:10 bdrbackup systemd[1]: Starting PostgreSQL RDBMS...
- Jan 23 13:23:10 bdrbackup systemd[1]: Finished PostgreSQL RDBMS.
Anything else I can check..