Execute a remote FB project

Hi,

I'm trying to execute a remote FB project.

I manage to upload the remote project on FB server machine, but once I run it all commands are running locally on the machine the FB server is installed on.

What am I missing here?

Cheers.

FinalBuilder cannot Automagically run actions on other machines. You need to install FinalBuilder on that machine, and use the PSExec action to run FinalBuilder remotely to load up a project and run it.

Thank you.