Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I need a server that can handle a lot of traffic for my iPhone app. I am just a student, so affording a server in the thousands is rather not an option. How can I handle that ? Can I rent servers ? How much are they usually ? Or should I buy one with low storage and upgrade as the app does better and better ?

share|improve this question
3  
yeah you can rent them. Please leave a note on where you live so one can post you some server host in your jurisdiction. (because if you e.G. live and work in europe renting a server in US can cause you more trouble than it solves.) – Angelo Neuschitzer Jan 12 '12 at 17:24
I live in Europe, Austria. – Martin Jan 12 '12 at 17:47

8 Answers

up vote 9 down vote accepted

You might want to consider not buying or even renting a server. I'm in a similar position and I've gone with Amazon Web Services. My monthly bills are right around $50-$60/month. My code isn't tied to them, it can run on any Java EE 6 application server. So far I've been pretty happy.

(I've answered a similar question before and was downvoted. If you want to down vote me here, at least tell me why. Thanks!)

share|improve this answer
1  
I don't know where you got donwvoted but please check the OP's location before assuming they live in the USA. In this case, the OP is Austrian - he might not be able to get AWS. – dnbrv Jan 12 '12 at 19:11
6  
AWS has a European region. squarecows.com/wp-content/plugins/wp-o-matic/cache/… – MikeNereson Jan 12 '12 at 19:29
2  
No problem dnbrv, amazon is global. – Paul Cezanne Jan 12 '12 at 19:30
I'm using AWS in the free tier while I develop an application. I've paid like 34 cent so far because I left an EBS in storage. Look into AWS or any of the other cloud computing solutions. aws.amazon.com/free -- My strategy is to run on a free micro in an autoscale group. If there is a load, a second micro may be brought online to handle the load, which I will have to pay for. But 99% of the time, at this beta state that I am in, I am able to run on a free micro. – MikeNereson Jan 12 '12 at 19:32
4  
@dnbrv - you have a lot of misunderstandings. 1) Amazon Web Services encompass a LOT of different things such as S3, EC2, SES and Cloudfront - the CDN. AWS is not just CDN. 2) AWS have data centres throughout the globe. 3) Where YOU are is irrelevant for most apps (unless you have data retention/usage laws in your country) - its the location of your customers that matter. 4) With an iPhone app its unlikely that his customers are concentrated around a geographical location so this makes its moot anyway. – Ryan Jan 12 '12 at 21:04
show 5 more comments

Depending on your traffic requirement and need to customize, you could get away with a shared server (Linux/PHP or Windows/ASP.NET). This will typically be under $10/month

If you need more control and need to "own" the entire server, I'd recommend Amazon Web Service's EC2. AWS EC2 allows you to fire up virtual machines in the cloud. There can be in the $40-$100+ range depending on what resources (CPU,memory,bandwidth etc) your Virtual Machines consume. Here, you'd own the virtual machine but you pay to rent the physical machine that runs your virtual machine.

share|improve this answer

The most important things when renting servers is, SERVER MANAGEMENT.

I suppose you are new to this kind of things therefor i would recommend you to rent a MANAGED VPS server and NEVER rent an unmanaged server (especially if you have none linux knowledge).

I would go for something like Site5.
After that i would suggest RapidSwitch.

share|improve this answer

You could also try Heroku. They offer free plans on shared servers. Then you can pay as you grow. It's where I deploy my prototypes and test sites.

share|improve this answer

If you are using PHP as backend platform, you can try to start with https://phpfog.com/pricing They have a free plan which should help you the first time.

vServers might be a good choice, as already suggested.

I can confirm the already mentioned Strato are good. So is 1und1.de I have also heard http://www.alvotech.de/ is nice, but not tried them myself.

If you don't need a complete server I can recommend bytecamp.net

It might be good to know how much traffic you are expecting and which backend technology you are using. EC2 has already been mentioned, but there is also Cloudbees, Rackspace and others.

share|improve this answer

I use linode.com for my new app. Works just fine.

share|improve this answer

The way your question is worded, it seems that you think that a web server is always a physical machine, much like the computer you probably posted this question on. The fact is, quite often, they're not.

A lot of companies, especially startups, as well as individuals, pick up virtual private servers. Virtual private servers are fully-functioning servers that the customer has full control over, but they share hardware with other virtual private server instances. If you've ever used VMWare, VirtualBox, or Parallels, you're already familiar with virtualization. Cloud solutions, such as AWS, are very similar.

Both of these solutions provide you with full control to what you want (as long as it's not illegal, of course), and provide you with the same experience that you would have if your server took up the whole machine.

One of the companies I work with uses Rackspace (they have a European sector now), and has a not-quite-bottom spec'd (768MB RAM, 30GB hard drive) server for about $70USD/month. For what you're doing, you can probably get away with their smallest server, or a step up, for a while, which runs around $10-$20USD/month (I do API/web support development for mobile apps, and we have about 8-10 apps running and active with some supporting a few thousand users each).

share|improve this answer

Renting a server is not expensive. I would suggest you rent a vServer, they come as cheap as 5 EUR (although that won't do much good to you) and what you learn from setting up and maintaining one you can still use when upgrading.

I googled 'server mieten österreich' and came up with https://www.internex.at/de/server/root-vserver/root-vserver-vps.php they have offers from 20 EUR up.

Myself I live in Germany and have my Servers at Strato, so thats not the big problem anyway.

If you are not able to administer your server yourself drop me a line, I know some people in Austria who will be willing to do that for you (and won't cost you a fortune if you want to do something commercially).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.