up vote 1 down vote favorite
share [g+] share [fb]

I have a dedicated server that is up and running which I'm paying for, and I don't really know what to do with it. I'd like to do something that I will learn from and that users like, but it's even better if it could be a scenario in which it could pay for the server bill in the end.

Do you have any ideas what a server (quad core etc) could be used for, that is not a regular file upload site or something? I'd like to spend time on developing and not maintaining/checking for illegal actions.

Any ideas are welcome. The only thing I can think of is a vertical search engine, but I'd like to hear some more ideas!

link|improve this question
I can't see any reason why this was migrated here. The OP is looking for ideas for how to USE the server, not how to ADMINISTER it. – John Gardeniers Jan 17 '10 at 22:31
feedback

migrated from stackoverflow.com Jan 17 '10 at 17:27

This question came from our site for professional and enthusiast programmers.

3 Answers

Does the server support hardware virtualization? If so I'd create a stack of virtual machines and play with high availability systems. For instance load balancing, database replication, heartbeat, etc.

You can even give people their own virtual servers to play with (and charge them a small fee for them).

link|improve this answer
feedback

Create your own Content management system that people can use to make websites and host them on your server.

Not a small job, but it could be a learning experience!

link|improve this answer
3  
Like the world really needs another CMS. – Neil Butterworth Jan 16 '10 at 17:44
Thanks for the idea. Its a good idea, but I actually do agree with Neil a bit.. Do the world really need that? :P – EvanAlm Jan 16 '10 at 18:15
Was just an idea... not more :p I didn't question the world's needs when answering. :p – Tony Jan 16 '10 at 21:08
feedback

People who have an idea on how to make money from a server wont post that on Serverfault - they would go make money from the server.

On how to have fun with a server: Put on some existing system that you like, and make an addon for it. Set up a service you would wish there was, regarding a topic you know and enjoy. See where it goes from there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown