What are the server requirements for unity web player?

Hi, I would like to know what are the server requirements for unity web player. I want to put some samples on a web hoster but they restric running game services. However, if all server is doing is uploading the game then it would be just like having a file on your web page. Does the entire game run on the client?
Thanks

unity games don’t run on the server but the clients machine. the server only provides the space to download it.

so no problem :slight_smile:

thanks alot