PostgreSQL — connect directly: psql postgresql://USER:PASS@db.app.vintgohq.com:5432/DB (see dashboard URLs), or via SSH tunnel: ssh -L 5432:localhost:5432 ubuntu@109.123.247.183