Its easy.
U just start your virtual machine.
u login and u type "cd lastchaos", "cd LastChaos" like normal.
Then u are in the directory LastChaos, if u type "ls" and press enter u see the directory's in LastChaos. Connector, GameServer, LoginServer, LogFiles, Helper, Messenger.
those are all the services that need to be runned for lastchaos.
just type "cp -r GameServer GS2"
and do the same for how many channels u want, GS3 GS4 GS5.
If u type "ls" now u will see that there are new folders.
now just go into GS2, "cd GS2" , "cd Data" , "nano ne" press tab to let linux finish the name and press enter.
Now u are in the config file of GS2, Just change the port to 1 number higher, change subserver to 2. now press "ctrl + x" press "y" and press enter. now type "cd .." "cd .." and u are back in LastChaos.
Do the same for your other GS folders. For the next GS take port +2 and subserver 3 so that u never have the same port.
Now when u are done we go into the Connector directory. "cd Connector" and edit the config file "nano new" tab enter, (linux will complete the name "nano newStobm.bin" pretty easy that tab button)
In that config file u search for subservers and u change the 1 with the amount of channels u have. press "ctrl + x" type Y to save, press enter. "cd .." cd .."
Now we do the same for the LoginServer. "cd Logi" press tab then enter.
"nano new" tab enter. Search for subservers again and change the number to the amount of channels u have. press "ctrl+x", type "y", press enter. "cd .." "cd .."
Ok now the configuration is done.
type "./start" to start everything.
When that is all done we need to start the new channels seperatly.
"cd GS1" enter
"./GameServer start &" enter
wait till its completely started, press enter again.
"cd .."
"cd GS2" enter
"./GameServer start &" enter
wait till its completely started, press enter again.
And so on for the other channels u have.
When all the channels are loaded u can login LC, and there they are :)
My suggestion, try 1 extra channel first. If that works without problems then u know u did it right.
Don't want u to make 10 channels and i wrote something wrong here and u wasted your time.
I just wrote this out of my head so it could be that i am a bit off, but i think i mentioned everything.
If everything worked fine, then u could consider to modify the startup script.
"nano start" just read the file, see what the file does, try to understand it, and add the commands to start GS1, GS2, GSwhatever.. ctrl+x, press Y press enter. and next time the channels start automaticly.