Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uh0Xy-009XvH-AM for pgadmin-support@arkaria.postgresql.org; Wed, 30 Jul 2025 06:44:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uh0Xx-007GaV-BP for pgadmin-support@arkaria.postgresql.org; Wed, 30 Jul 2025 06:44:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uh0Xx-007GaN-41 for pgadmin-support@lists.postgresql.org; Wed, 30 Jul 2025 06:44:17 +0000 Received: from [203.2.199.4] (helo=mustang.sdc.com.au) by makus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1uh0Xu-001Vms-2O for pgadmin-support@lists.postgresql.org; Wed, 30 Jul 2025 06:44:15 +0000 Received-SPF: pass (mustang.sdc.com.au: domain of sdavies@sdc.com.au designates 203.2.199.101 as permitted sender) receiver=mustang.sdc.com.au; client-ip=203.2.199.101; helo=[203.2.199.101]; envelope-from=sdavies@sdc.com.au; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.11; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sdc.com.au; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :user-agent:mime-version:date:date:message-id; s=default; t= 1753857818; x=1755672219; bh=d/6PRkHhCOA0MRuSAJ6o9VV0rM8uGW5prfS zQJqsQD4=; b=GY/mMSauRgTKMGPLb9STNi4LEGPPHHq6IzEXMymQMRTK7f+iLNc LRMbAlWJ7ebqo/ZTWfeF/NiIAUzT5J3ms45YicwbhVxl25cbj2wQZRFtcBXRiv/H FLq4n/EwvVWBZjn5AsINRG8+bbR1n1qJEyBm+I9GSgC1h7OXhzlElwok= X-Virus-Scanned: amavisd-new at sdc.com.au Received: from [203.2.199.101] (spitfire.sdc.com.au [203.2.199.101]) by mustang.sdc.com.au (8.14.7/8.14.4) with ESMTP id 56U6haNW002783; Wed, 30 Jul 2025 16:13:37 +0930 Message-ID: <0c60b57b-149c-4a16-8fcf-6354be6c9526@sdc.com.au> Date: Wed, 30 Jul 2025 16:13:36 +0930 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Problem using new installation To: Yogesh Mahajan Cc: pgadmin-support@lists.postgresql.org References: <2d6969dd-f602-4484-8f90-a3b4f118279f@sdc.com.au> Content-Language: en-AU From: Stephen Davies In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 203.2.199.4 (deferred) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thank you. That sorted the web interface. I also managed to get access to remote postgresql servers working. However, the desktop interface still wants a login but the pair defined for the web does not work for the desktop. Is there a similar setup for desktop? I cannot see one in the pgadmin4/bin directory. Cheers, Stephen On 29/7/25 20:32, Yogesh Mahajan wrote: > Hi, > > You can run the 'dnf info pgadmin4'  command to get information about > the installed pgadmin app. > > It seems you have installed in server mode. So when you would have run > the command below - > ```sudo /usr/pgadmin4/bin/setup-web.sh``` > It should have asked for an email and a password, which should be used > for logging in. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Tue, Jul 29, 2025 at 1:14 PM Stephen Davies > wrote: > > I have just installed pgadmin4 v9.6 (I think) on my Rocky Linux laptop > using dnf. > When I start the app (from the applications menu or command line), it > wants an email address/username and password. > Nowhere in the install process was any authorisation set up so I > have no > idea how to login. > I have tried Linux username/passwords and pgadmin4@pgadmin.org > without > success. > No log files are being created. > How can I confirm the app version? > > >