Connecting to MT4 VPS via Python & ZMQ?

 

I'm using the zmq bridge to be able to code in Python and have Python communicate with MT4. I have everything working fine locally, but was wondering how one goes about setting this up on the VPS. The zmq connector uses tcp ports to communicate. I'm assuming I get a server address from somewhere and connect to it via tcp? I thought I read something that MT4 VPSs don't allow dll files? 

Are there any instructions anywhere on how to setup something like this?

Reason: