How can i start meteor server on a different IP address? Currently in the examples am only able to run on a localhost:3000 address.
At the moment, you can't - meteor binds to all IP addresses, but there's an issue open to add support for binding to a specific IP.