Factsheet
29 years ago (1996-07-08)
29 years ago (1996-07-08)
pgAdmin web?
Accessing pgAdmin web using Windows client?
Videos
If you're using the desktop version of pgAdmin 4 greater than version 5, you can check the PGADMIN_INT_KEY variable in your runtime and use it to "authenticate" when you open it in a webbrowser
The steps would go:
- Open PgAdmin 4; in my case the latest is v8
- Open the dialog
File > Runtime > View log - Copy the UUID used as
PGADMIN_INT_KEY - Check the
PGADMIN_INT_PORT; default is 5050 in v8. - Open your webbrowser of choice to
localhost:<PGADMIN_INT_PORT>/?key=<PGADMIN_INIT_KEY>
End result would look like:
127.0.0.1:5050/?key=f8ac101a-c1da-46b3-84f6-76e7f9375be3
You can bookmark that address in your browser for however many windows you'd want to use, but that will only work on each time that you start the pgAdmin session.
Or potentially, you'd have to set it to run on server mode, but I wouldn't know the details of how to get that to work.
Open your desktop pgAdmin4, then do the following steps:
- Open
File > Runtime > View Log - Scroll untill the bottom then you will find the following
Application Server URL: http://127.0.0.1:{PORT_NUMBER}/?key={YOUR_KEY} - Copy this and open in your browser
Ok, this is a extremely beginner question, but how can i do access pgAdmin via browser? I saw some videos using this functionality and i think it might be better than the desktop application.
Hi, I'm accessing a pgAdmin today through a web client and I'm desperately looking for a way to run queries, etc., using a Windows client.
The way I access it today is through producturl.com:8000 where I see a pgAdmin login page. After I login (one set of user/pass), I need to add and connect to a db. server (using second user/pass) where I can run the queries.
I already downloaded a client and tried using the same producturl.com with the 8000 port and with the default 5432 but without any success.
Is there a way to do it?