← All Default Passwords
PostgreSQL

Server Default Password

Database Critical Risk TCP :5432
🔑 Default Credentials
Username postgresCopied!
Password postgresCopied!
Protocol TCP
Port 5432
⚠️ Security Warning: Default credentials are the #1 cause of device compromise. Change these immediately after deployment. Attackers actively scan for devices using factory defaults.

📖 Device Notes

PostgreSQL default user is postgres. Password may be blank or postgres. Check pg_hba.conf.

🔧 How to Change Default Password

  1. Connect to the device via TCP on port 5432
  2. Login with the default credentials shown above
  3. Navigate to Administration, Security, or User Management settings
  4. Change both the username and password to strong, unique values
  5. Use a password manager to store the new credentials
  6. Disable remote management if not needed
  7. Enable firmware auto-update if available