Please, read instructions in your conf/config.inc.php. You can add as many server you want in the "$conf['servers']" subarray.
You should already have some lines about your first server begining with $conf['servers'][0]. Just add and tweak the same lines but with $conf['servers'][1] for your second server, $conf['servers'][2] for the third, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can find no way to add another server to phpPgAdmin. Is it possible? If so can you point me to the instructions on how to add a server? Thank you!
Hi,
Yes, it is possible.
Please, read instructions in your conf/config.inc.php. You can add as many server you want in the "$conf['servers']" subarray.
You should already have some lines about your first server begining with $conf['servers'][0]. Just add and tweak the same lines but with $conf['servers'][1] for your second server, $conf['servers'][2] for the third, etc.