Thread: Help with pgAdmin

Help with pgAdmin

From
Frank Gunseor
Date:
I need some help with my PostgreSQL installation.

I am running a Windows 10 Pro Vm using VirtualBox.

I installed PostgreSQL 15 in the VM, but I can not get pgAdmin to open. No error messages. Nothing.

Thank you.

Frank Gunseor

Re: Help with pgAdmin

From
Tomasz Barszczewski
Date:
On 23.07.2023 23:29, Frank Gunseor wrote:
I need some help with my PostgreSQL installation.

I am running a Windows 10 Pro Vm using VirtualBox.

I installed PostgreSQL 15 in the VM, but I can not get pgAdmin to open. No error messages. Nothing.

Thank you.

Frank Gunseor
Hello Frank, default installation "does not listen" on the network, listens only on localhost.

Correct "listen_addresses" (in postgresql.conf configuration) to listen_addresses = '*'

and restart postgres.

This is the simplest and surest way.


-- 
Pozdrawiam,
Tomasz Barszczewski - tb@nop.com.pl
http://www.nop.com.pl/