# Horde Compute integration Zen compute can use Horde to provision runner nodes. ## Launch a coordinator instance Coordinator instances provision compute resources (runners) from a compute provider such as Horde, and surface an interface which allows zenserver instances to discover endpoints which they can submit actions to. ```bash zenserver compute --horde-enabled --horde-server=https://horde.dev.net:13340/ --horde-max-cores=512 --horde-zen-service-port=25000 --http=asio ``` ## Use a coordinator ```bash zen exec beacon --path=e:\lyra-recording --orch=http://localhost:8558 ```