03-31-2012, 04:17 AM (This post was last modified: 03-31-2012, 06:37 PM by Loafers.)
Special thanks to Sless, Asy7um, Paxil, and Amazon.
Intro: Amazon has a free tier usage that you can use to host your small, but very own Xonotic server. I'm not very tech savvy, but I still managed to get 3 servers running so it shouldn't be too hard for you too!
Let's get started:
1) Sign up & follow instructions.
2) Once your done go to aws.amazon.com and login if you already haven't.
3) Then go to your AWS Management Console.
4) Click on the Amazon EC2 Tab.
5) Select your desired region.
6) Now click "Launch Instance".
7) Fill in the blanks! Make sure you select "More Amazon Images" since it isn't chosen by default.
8) Download Your Keypair.
9) Click "Continue".
10) Filter for Debian and 64-bit (I Debian).
11) Depending on the region you will have various images that you can choose from. I personally chose "debian-squeeze-amd64-ebs-beta2.img". You can pretty much pick whatever you want.
12) Now initialize your image!
13) Box will disappear and you should see something like this.
14) Except in your case the status will say Initializing and Status Checks will still be running.
15) Wait until it's finished/green like mine.
16) Then right click your instance and press connect.
17) Make sure you select "Connect with a standalone SSH Client".
18) Fire up your terminal and change to the directory where your keypair was saved to.
19)
Code:
chmod 400 your keypair
20) Then copy and paste that ssh command into your command line.
21) It'll say some error message blah blah type "yes"
22) Boom your in.
23) Now do the following:
Code:
apt-get update
apt-get install vim p7zip-full wajig
24) Once your done installing do:
Code:
wget http://dl.xonotic.org/xonotic-0.6.0.zip
25) Afk until it's done downloading.
26) Now do:
Code:
7z x xonotic-0.6.0.zip
27) Once it's done extracting do:
Code:
cd Xonotic/server
mv server.cfg ../data
mv server_linux.sh ../
cd ..
28) Now you want to edit your server.cfg with vim (Keep in mind, it's a free server! So you may want to host a duel server with 3-4 slots like I did just to be safe.):
Code:
vim data/server.cfg
29) Once your done configuring you wanna open your ports. Follow my sample.
30) Now make sure your instance is using this security group.
31) Now launch your server with:
Code:
./server_linux.sh &
32) If everything was successful it should appear on Xonotic's Server List.
33) To see your server usage stats or fees (there should be none), you can find it in your "Account Activity" located in the drop down menu in the top right corner. (I'm getting lazy to post screenshots).
Awesome! I got my server up and running and it's fast! I hope it's really free because I would hate to get some ridiculous bill for some hidden charge.
(04-01-2012, 12:35 AM)W4RP1G Wrote: Awesome! I got my server up and running and it's fast! I hope it's really free because I would hate to get some ridiculous bill for some hidden charge.
No hidden charges, just make sure you read the fine print Only thing I got charged for was having an elastic ip that wasn't associated to my instance. They charged me $0.01 per hour But yeah if your worried, just check your account activity.
04-13-2012, 03:14 AM (This post was last modified: 04-13-2012, 03:18 AM by Loafers.)
been so occupied these past few weeks and forgot that i had servers running so i decided to man up and take a look at the account activity page to see how screwed i was lol... ooops...
no clue why i was billed lulz... i too lazy to read the fine print.
Just wanted to say that I accidentally deleted my key on my computer. Supposedly there are ways to create a new key pair, but after 45 minutes of trying, I couldn't figure it out. So i decided it would be much faster and more simple to just start a new instance and repeat the process. I keep my maps and cfgs in my dropbox anyway, so it wasn't a big deal.
Anyway, everything went smoothly and I still see no charges. So the moral of the story is: keep that key somewhere where it won't be deleted, and make a copy! Of course, if someone wanted to make a quick guide to creating a new key pair when you've lost yours, or link to one that works, that would be very good for future reference.
Thanks, that looks like just what I need. Like I said, I messed with it for 45 minutes before just creating a new server. I did search google, but I ended up finding way too many unanswered questions, outdated answers, and workarounds that seemed like more trouble than they were worth.
Just an update. When I lost my keypair key that was on my computer, I created a snapshot of my server, which is a service amazon provides. This apparently costs me $0.33 usd a month. I could delete the snapshot, but considering how convenient it is to have it I think it's worth the price.
Well, I have made a backup already. I guess it's just for piece of mind. Plus, you can do stuff with a snapshot, like create a new server in a new region with very little effort. I guess I could delete it an make another snapshot later if I need it, but if something happens to my server that i can't fix(which is a possibility with my limited knowledge of Linux), I'll be kicking myself for deleting it to save $4 a year.
You could simply tar up the personal data directory and download that!
But well... I misread the price as $3.33 a month, so it seemed like a bad waste of money. .33 is more decent. Still not worth the price, since you can do the exact same thing for free with very little effort.