OVH Wordpress hosting- Help

banda065

Regular Member
Joined
Dec 27, 2013
Messages
318
Reaction score
72
Hi all i bought a VPS @ OVH
now i have installed WordPress there

i can't find the way to add domain and to add plugins to wordpress it ask ftp info. I could not find in the email (or anywhere). No cpanel

i am new to VPS anyway i have hosted many sites in Shared hosting with cpanel

I have tried google and support tickets (both did not work) can someone please guide me to add

01. domain
02. find ftp info (to add plugins to WordPress)
 
What stack is running on VPS. I mean OS, webserver etc.

Most probably it is linux and apache or nginx.

Digital ocean website has detailed tutorial about installing wordpress and adding domain.

Search of LAMP installation or wordpress installation on LAMP.
 
OVH will not help you with this.

Installing everything manually on a Linux distro requires a moderate Linux knowledge.

I would suggest installing a free panel like Webmin or VestaCP.
 
Ofcourse you are not going to get support, if they are unmanaged VPSes. You will need to install everything by yourself. There are lots of tutorials available for installing LAMP/LEMP stack. Google "how to install LAMP ubuntu". Change ubuntu to your distro.

I would suggest installing a free panel like Webmin or VestaCP.
For that he will need to know apt commands. :D Additionally, webmin isn't the easiest panel out there for operation. Not sure about VistaCP though.

To be honest, his best choice would have been Digital Ocean's one click installers.
 
You can use moss.sh or any other such free panels.

All you have to do is login to your VPS to run some arbitary code that moss gives you, to let moss access the server. Then on, you can control everything from the Moss panel.

The best one like this is serverpilot. Unfortunately they no longer offer free plans. I miss Serverpilot so much.
 
When I read the OP again, it does seem like you have LAMP installed already. Do you have the site running?

For domain you will need to add virtual host. For removing the "Need FTP details", you will need to do a chown like following
sudo chown -R www-data:root /var/www/html

Change the highlighted path with the path of your site.
 
Back
Top