By roxus76
Hi, I am newbie to cloud servers. I can manage to create an SSH file and connect to my root folder using my private key file. But I couldn’t see where is my website files stored. What I see in FileZilla is under root : .aptitude; .cache; .composer ; .ssh
Ps- I have hosted my Wordpress site via ubuntu droplet.
Update: successfully log into FileZilla ( but there is no var/www folder.
How can I access to my real files? Can you please guide me?
Regards roxus
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @roxus76
Did you manually installed WordPress on your droplet? If that is correct the files should be stored in the same directory where you initially deployed the WordPress installation. As you mentioned usually this is the /var/www/html directory.
I will recommend you to check the web server’s config files (Apache or Nginx) and see where the document root is for the website.
Nginx:
``/etc/nginx/sites-available/*```
Apache:
/etc/apache2/sites-available/*
Hope that this helps!
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.