How do I start it in server mode? I think I saw a script a while ago on it but I can't remember...
Go to the folder with your wallet.dat and blockchain files in it.
Edit or create bitcoin.conf
Put these 3 lines in it:
rpcuser=yourusername
rpcpassword=yourpassword
server=1
...