Where is the document root of the domains created in Vesta CP?

Vesta CP has a structure of users, which have hosting plans, which can have several domains.

In the most classic case (default) you work with the “admin” user.

Domains created by this user are on disk at location:

/home/admin/web/

So your domain example.com should be at:

/home/admin/web/example.com

If this is not your structure and you simply want to locate the files, you can search for the file by its name, with this command:

find / -name *word*

Suppose your domain is called “domainIsearch.com”, you could search for files on the server with that name:

find / -name *domainI’m looking for*

Or even also:

find / -name *searchdomain.com*

See also  text-overflow CSS3 Property
Loading Facebook Comments ...
Loading Disqus Comments ...