create copy of default folder in your LFS Lapper and rename it to
"default2" and put this to your lfsservers.cfg
<?php
# Configuration of LFSServer to be Managed with LFSLapper
# One line per server
# Remote port is the port used to manage LFSLapper remotely, future extension
# One remote port per LFSLapper on one machine, autoStart is optionnal
#Unique ID|GroupId|Ip|Port|WorkDir|IniFile|autowork
timeOutScript=2000;
remotePort=3001;
DEF1|gr1|81.207.36.235|29999|./default|default_1.ini|autowork
DEF2|gr1|85.17.183.199|29999|./default2|default_1.ini|autowork
?>