Re: PG Admin 4 domain

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Christian Castelli <christian(dot)castelli(at)habble(dot)it>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PG Admin 4 domain
Date: 2017-02-16 12:02:40
Message-ID: CAKKotZQf239TYRPRk85Hmz=ukmF5NvNxavMz+M6NGSH94MJqOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

By default pgAdmin4 runs on loopback adapter, to make it run on ethernet
(eth0) you need to change some of configuration options.

You need to add below config options,

DEFAULT_SERVER = '0.0.0.0'

in config_local.py (in "pgAdmin4" folder).

Now restart pgAdmin4, Now try accessing pgAdmin4 using IP address you
mentioned(eg, http://172.xxx.xxx.xx:8081)
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Thu, Feb 16, 2017 at 5:23 PM, Christian Castelli <
christian(dot)castelli(at)habble(dot)it> wrote:

> Thanks for rapid reply,
> I'm running it in desktop mode, following a post on Stack Overflow
> <http://askubuntu.com/questions/831262/how-to-install-pgadmin-4-in-desktop-mode-on-ubuntu-16-04>.
> It's all fine if I browse it on localhost:5050 but if I try with my private
> IP it cannot connect.
> I attach my version of PG Admin 4 running on Ubuntu 16.04 Linux daneel
> 4.4.0-62-generic.
>
>
>
> 2017-02-16 12:44 GMT+01:00 Dave Page <dpage(at)pgadmin(dot)org>:
>
>> Hi
>>
>> On Thu, Feb 16, 2017 at 11:35 AM, Christian Castelli <
>> christian(dot)castelli(at)habble(dot)it> wrote:
>>
>>> Hello PG Admin 4 developers,
>>> first of all congrats for your complete rewrite of this program, this
>>> web version is impressive.
>>>
>>
>> Thanks!
>>
>>
>>> I was just wondering if it's possible to run an instance of pgadmin4 in
>>> order to be visible to others machine in a private LAN (for example
>>> 172.19.xxx.xxx:5050). Does any property exists for doing this?
>>>
>>
>> You can run it on any webserver, it doesn't matter whether it's private
>> or public. I've got a feeling that's not quite what you're asking though?
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> *Christian Castelli*
> Senior Developer
>
>
> *Habble Srl*
> Via della Canapiglia, 5
> 56019 Vecchiano (Pi) - Italy
> Lat: 43° 46' 53.03" N
> Long: 10° 20' 10.36" E
> Help Desk: +39 050 6397490
> E-Fax:+39 050 6390236
> Web: http://www.habble.it
> Skype id: christrack
> LinkedIn: christian.castelli
> <http://it.linkedin.com/in/christiancastelli/>
>
>
> Rispetta l'ambiente, stampa questa mail solo se veramente necessario.
>
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-02-16 12:03:59 Re: PG Admin 4 domain
Previous Message Christian Castelli 2017-02-16 11:53:26 Re: PG Admin 4 domain