Agent configuration

The agent configuration is not much - just the list of clouds and devices in a cloud. The file is $MUTANT/agent.xml and it's pretty well documented.

Currently, this stuff is configured manually, did not implement yet dynamically discovering the network, remote installation and all that cool stuff. Sorry :(

Tips

If you want the devices to have different icons, download an icon in the $M/user folder and add an icon="user/myicon.png" attribute to the respective device definition. For instance:

         <server name="Dell" os="windows" ip=""
             client="full,ie" 
             localdir="c:\video\razmutant" icon="/user/studio-xps-8000-design5_new.jpg" >
         </server>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License