# How to run a remote projection?
Provide the remote stream details in the stream module's conf.
For example:
store.host="172.0.0.1" store.port=27017 store.dbName="lottery-event-store"Note: Ensure the eventDb's mongo port is accessible by the machine in which the remote projection is running.
Test by running the
projector detailscommand in the remote machine.