Hi guys, well as I have mentioned before, I’m not expert, have learned a lot but still behind with this, but I love testing a lot, I’m an overthinking person and always I make a thunderstorm from a glass of water and this is not the exception.
In general I have productions servers and almost always I perform test with other VPS or virtual machines. my issue is this:
I installed 2 virtual machines:
server01: Ubuntu 22.04.5 / users: root and server01 (sudo user)
Hestia 1.9.3 with users: adminHestia01 and luis01
I decided to user ProFTPD and have installed with following:
bash hst-install.sh --lang 'es' --hostname 'server01.localhost.local' --username 'adminHestia01' --email 'XXXXXXXXXXX' --password '123' --multiphp '7.4,8.1,8.2,8.3,8.4' --vsftpd no --proftpd yes --sieve yes --quota yes --webterminal yes
Server02: Ubuntu 24.04.2 / users: root and server02 (sudo user)
Hestia 1.9.3 with users: adminHestia02 and luis02
with ProFTPD and pretty much same previous script.
After install was finished I noticed something:
on server01 using Filezilla I am able to login with FTP on system server01 user and same with Hestia users adminHestia01 and luis01
on server02 with Filezilla I can not use FTP with any user, I have also noticed using sftp://serverIP I can login to Hestia users adminHestia02 and luis02 but not with system user server02
Only difference is Ubuntu version, even this way looks is more secure with 24.04.
Next, I wanted to test remote backups (thinking in the future), so I have done:
on server02 (ubuntu 24.04) I set remote backup as FTP, I used user luis01, info was saved properly and after a backup performed file was sent to remote server01
on server01 (ubuntu 22.04) FTP backup was set with user luis02 info was save with no issues, but once backup was performed file was never sent to server02, but I was done locally, later I changed this to SFTP same user luis02, info was saved with no issue, a new backup was performed but as well file was never sent to remote server02.
If someone can help me with this I wil really appreciated, still testing, few things before doing on productions, in the last year I have reinstalled my production VPS but still using 22.04 on them, and not sure if I will continue working with it to avoid 24.04 until 22.04 supports end and be in the need to move to whatever LTS version be at that time.
Once again thanks in advance and sorry for the big wall of text.
UPDATE: I figured out issue with backup:
on server02 I set as remote folder: /web/respaldo.com/private
on server01 I set as remote folder: web/respaldo.net/private (had remove / before web and it worked).