if you have SSH access to your server and if for some reason you are unable to open port 60834 to access wreconsole when installing wre, you can use port forwarding to access the site:
ssh user@host -L60834:localhost:60834 (or you can use 127.0.0.1 instead of localhost)
You can also setup putty to do this:
Once you have this setup and you SSH into your server, you can open your browser to http://localhost:60834.
For more information:
http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html
http://oldsite.precedence.co.uk/nc/putty.html
Keywords: WRE