General discussion • Re: Vesta 2.0: Coming Soon
Vesta was acquired in early 2024 and is under new direction with a new maintainer and sponsor. As part of our plan to revitalize Vesta, we are rebuilding it from scratch with full support for modern...
View ArticlemyVesta • Re: How to stop and disable some unnecessary services
reverse the dissableCode: systemctl start clamav-daemon.servicesystemctl enable clamav-daemon.servicesystemctl start clamav-freshclam.servicesystemctl enable clamav-freshclam.servicesed -i "s/^#CLAMD...
View ArticleBackup • Re: How to turn off email notification of Full Backup Report
It is good idea to update that script to send notification only if backup fails for any reason So if "status=OK" - don't send mail Statistics: Posted by geniusconsult — Tue Aug 06, 2024 11:02 pm
View ArticleBash • Script for checking inactive Services
I have developed a bash script that monitors the running services in myVestaCP. Should any service cease to function, the script will restart it after two minutes. It operates effectively. However,...
View ArticleBash • Re: Script for checking inactive Services
Our suggestion for Main looop:Code: apt_running=$(ps -Af | grep 'apt' | grep -v 'grep apt' | wc -l)if [ "$apt_running" -gt 0 ]; thenecho "apt is running, maybe apt upgrade, we should not restart...
View ArticleGeneral discussion • Is myvestacp secure from local attack?
The discussion here.https://forum.hestiacp.com/t/is-hestiac ... tack/14909https://smitka.me/2024/06/03/teaser-vla ... -industry/https://smitka.me/2024/06/08/vladimir-v ......
View ArticleGeneral discussion • Re: Is myvestacp secure from local attack?
In default variant (nginx+apache+phpfpm) = not vulnerable, because open_basedir will prevent access to /var/run/php/In the nginx+phpfpm variant (installed on less than 1% of myvestacp servers) = it is...
View ArticleBug report • BACKDOOR
myVesta installed to clean debian 10 server by command:wget http://c.myvestacp.com/vst-install-debian.sh sudo bash vst-install-debian.sh-------My server have private IP, no any project (just clean...
View ArticleBug report • Re: BACKDOOR
I will advise you to send to info@myvestacp.com these files:Code: /var/log/vesta/nginx-access.log* (wildcard means: .1.log, .2.log.gz, etc... if...
View ArticleGeneral discussion • Product Images for new products not showing on web site
Hello,on our web shop we get issue with not showing pictures for new products.Also for old products picture working ok, but when we add new products there is issue. Pictures in backend are showing for...
View ArticleGeneral discussion • Let's Encrypt SSL Update
Hello. I'm new here, so I apologize in advance for the stupid question. I want to install this panel for my WordPress site. Can you please tell me if the domain's ssl certificates will be...
View ArticleBug report • Issues with Importing MySQL Databases between Different MariaDB...
Hello,There is a problem with importing the backup. The system does not import the MySQL content. The database is created, but it is empty; tables and other data are missing.I created the backup on...
View ArticleGeneral discussion • Re: Let's Encrypt SSL Update
Initially, you need to add an SSL certificate through the myVestaCP panel. Afterward, a cron job will automatically renew your SSL certificate without any problems. There's no need for concern about...
View ArticleGeneral discussion • Re: PHP-FPM and non-ASCII domain
I managed to find out that apache2 is to blame, which recodes the domain from DocumentRoot to percent-encoding. Therefore, PHP-FPM cannot find the script.Attempts to find a normal solution were...
View ArticleRoundcube • How to update Roundcube to version 1.6.8 ...?
How to update Roundcube to version 1.6.8 ...?Statistics: Posted by bonya — Fri Sep 06, 2024 3:14 am
View ArticleGeneral discussion • install multi PHP versions failed Package not found
Hi,this is an fresh install with myvestacp,where multiphp package failed to install with the errorkindly help me with the sameStatistics: Posted by lasaka — Tue Sep 10, 2024 4:24 pm
View ArticleGeneral discussion • Re: install multi PHP versions failed Package not found
Hi,this is an fresh install with myvestacp,where multiphp package failed to install with the errorkindly help me with the sameWhat is the version of your Debian?Statistics: Posted by myVesta — Tue Sep...
View ArticleBug report • Issue with Remote Backup in the Backup System
Hi,There is still an error in the backup system. When a remote server is configured and it is unreachable or if the login to the remote server fails, no backup is created at all. However, a local...
View ArticleGeneral discussion • Re: Help needed with Let's Encrypt
hi,lets not assume.have you checked the log file in /var/log/vesta/letsencrypt.log?tail it and retry and see whats happening.if in last attempt it shows pending that mean its not happy with you...
View ArticleBash • Re: v- commands not found
Shaving for later referenceStatistics: Posted by lasaka — Mon Sep 23, 2024 5:46 am
View Article