Neon Lim wrote: > Hi, > > i am using ssh to control my linux server remotely. > i tried running ./crossfire & > > the moment i close my putty, crossfire server is shut down. > > the same with ./crossloop & > > However, i am successful in using ./crossfire -detach & to start > crossfire server and close my putty and it still running. > > My question: > - is there a ./crossloop -detach ? because using ./crossfire -detach > &, if the crossfire server is down, it will not restart..? > > - should i run ./crossloop -detach as root or run as normal user? This is standard unix job control. Try doing 'nohup ./crossloop (or crossfire) &'. The nohup should result in the script running even after logout. > > - is there anyway to restrict the number of race/classes that can be > choosen by players? Not easily. You have to remove the archetypes for the race/classes you don't want people to be able to play. > > - is there anyway to run crossfire server but stop people from making > new characters? because i want to let some players play but stop new > players from creating new character. This would requiring the code, but wouldn't be that hard a change to make.