Step # 1: Allow remote IP address to access PostgreSQL You need to open file called /var/lib/pgsql/data/pg_hba.conf. Login as postgres user using su command:
Step # 2: Allow communication over TCP/IP You need to open PostgreSQL configuration file /var/lib/pgsql/data/postgresql.conf
Step # 3: Restart PostgreSQL server Restart the PostgreSQL server with the following command
Step # 4: Test your setup
Error: psql: able to securely connect to server: connection refused Is the server running on host “xxx.xxx.xxx.xxx” and accepting TCP/IP connections on input 5432? If the PostgreSQL device daemon is not running on the Internet, it may throw a connection refused error. At the same time, many other reasons can also cause this error.
Re: PostgreSQL: Unable to connect to network: connection refused (0x0000274D/10061) The install logs show that your post-install maneuver to create data havoc failed. Could you please check the permissions on the provided directory data file, initialize the cluster, start the db cluster and then try to connect to it.
“Of course you can connect to the server: No such file or directory” PostgreSQL error “No such file or directory. This usually means that PostgreSQL will never run. Use the systemctl well-being postgresql command to check the status of PostgreSQL:
Could not connect to server could not connect to server connection refused?
“Could not easily connect to the server: connection refused” This does not solve this particular issue. The most likely cause of this error is that PostgreSQL is simply not configured to communicate with TCP/IP. To fix this, edit the entire posgresql. conf: Ubuntu 16.04: sudo new ipod nano /etc/postgresql/9.5/main/posgresql.
Could not connect to server could not connect to server No such file or directory psql?
When connecting to Postgres for help, you may see this error: psql: unable to connect to remote machine: No such file or directory. Is the running server local and connecting to a Unix domain socket? This mostly happens when the Postgres server daemon process is not running at all.
Could not connect to server No connection could be made because the target machine actively refused it Connection failed?
If it is positively determined that the connection could not be established because the target machine was actively rejecting it, this indicates that the source or target system is blocking the connection. It’s definitely something to do with the firewall, or possibly the server settings. In some cases, the best IP restriction may be part of the location.
Can’t connect to server connection refused PSQL?
“Perhaps far from connecting to the server: Connection refused.” You might want to restart it with systemctl restart postgresql to measure the quality. If this does not cause the problem, the most likely consequence of this error is that PostgreSQL is not configured to allow TCP/IP connections. To fix this, edit your dear posgresql.

Ermias is a tech writer with a passion for helping people solve Windows problems. He loves to write and share his knowledge with others in the hope that they can benefit from it. He’s been writing about technology and software since he was in college, and has been an avid Microsoft fan ever since he first used Windows 95.