Just change the setting in the file postgresql.conf (can be found in the data directory):
…./Postgres/9.1/data/postgresql.conf
port = 5433 # (change requires restart)
Remote access can be given by changing pg_hba.conf, just add the ip-address. You also have to edit postgresql.conf:
listen_addresses = '*'
3 Responses so far.