Where are websites located on nethserver?

I uploaded a website via ftp, but I cannot find it on the command line in terminal.

I presume somewhere in /var/www but if you are looking for something, you should try either

locate <FileOrFolderName'>

(do before ‘yum install mlocate -y ; updatedb’)

or

find / -iname 'FileOrFolderName'

Shared folder are saved inside the /var/lib/nethserver/ibay/<sitename>.

Ehi man, take a look at this discussion I’m sure that you’re interested in