OVH Community, your new community space.

home made software on VPS


GustWoltmann
20-02-2016, 22:07
wow....
Nice software and it's working good.
Thanks for sharing.

Gustavo Woltmann

alvaroag
04-05-2015, 15:17
You must also note that, if your application listens to network connections, you may ensure it's secure. If not, your VPS could be compromised, and it could even be suspended if, in some way, compromises OVH network(excessive traffic, brute force attacks, high cpu consumption, etc.). A good suggestion is to run it as a non-privileged user; chroot is also a good alternative.

marks
04-05-2015, 12:55
yes, you're given root access and you can install anything you want (also, you'll have to do it yourself, the servers are unmanaged). As Razakel says, it's got to be legal and if you need a license, you need to obtain it, but apart from that, you're free to install anything you want.

Razakel
28-03-2015, 19:36
Quote Originally Posted by matthewbaynham
I have written a C++ application that will do calculations in the background of the website and I want to install it on a VPS Classic.

I see the details on the page http://www.ovh.ie/vps/vps-classic.xml says I have root access does this mean I can install my C++ application without having to get permission?
Yes. It's your server: you can do whatever you want with it, as long as it's legal.

matthewbaynham
26-03-2015, 10:27
I have written a C++ application that will do calculations in the background of the website and I want to install it on a VPS Classic.

I see the details on the page http://www.ovh.ie/vps/vps-classic.xml says I have root access does this mean I can install my C++ application without having to get permission?