Search found 954 matches

by myVesta
Mon Feb 03, 2025 4:24 pm
Forum: Other
Topic: How to install ElasticSearch plugin on Debian
Replies: 0
Views: 157

How to install ElasticSearch plugin on Debian

In your SSH, logged in as root, run:

Code: Select all

/usr/share/elasticsearch/bin/elasticsearch-plugin install [plugin_name]
Then restart ElasticSearch:

Code: Select all

systemctl restart elasticsearch
by myVesta
Mon Feb 03, 2025 2:56 pm
Forum: General discussion
Topic: Installed myvestacp on 32 ram server
Replies: 1
Views: 439

Re: Installed myvestacp on 32 ram server

T4B wrote: Sun Feb 02, 2025 6:36 pmshould i go with 32 ? viewtopic.php?t=322
Yes.
by myVesta
Mon Jan 20, 2025 3:39 pm
Forum: SSL
Topic: Let's Encrypt finalize bad status 403
Replies: 5
Views: 2049

Re: Let's Encrypt finalize bad status 403

Code: Select all

tail -n 300 /usr/local/vesta/log/letsencrypt.log
... would probably help you.

Also check viewtopic.php?p=1257#p1257
by myVesta
Mon Jan 20, 2025 3:25 pm
Forum: SSL
Topic: Let's Encrypt finalize bad status 403
Replies: 5
Views: 2049

Re: Let's Encrypt finalize bad status 403

Try:

Code: Select all

sudo /usr/local/vesta/bin/v-update-myvesta
by myVesta
Mon Jan 20, 2025 2:16 pm
Forum: SSL
Topic: Let's Encrypt finalize bad status 403
Replies: 5
Views: 2049

Re: Let's Encrypt finalize bad status 403

In your SSH, as root, run:

Code: Select all

v-update-myvesta
Maybe it fixes the issue.
by myVesta
Tue Dec 10, 2024 10:38 am
Forum: General discussion
Topic: VestaCP / MyVestaCP security
Replies: 2
Views: 1615

Re: VestaCP / MyVestaCP security

myVesta is now a totally separate project, and yes, that issue was immediately fixed in myVesta.

I think it's not fixed in Vesta.
However, I think that Vesta is building now totally new hosting panel - viewtopic.php?t=1008
by myVesta
Mon Dec 02, 2024 11:12 am
Forum: myVesta
Topic: VestaCP plugins are now FREE
Replies: 7
Views: 10544

Re: VestaCP plugins are now FREE

stpuh wrote: Sun Dec 01, 2024 4:30 pm how to install plugin file manager?
In your SSH, as root, run:

Code: Select all

echo "FILEMANAGER_KEY='FREEFM'" >> /usr/local/vesta/conf/vesta.conf
Log out from myVesta and log in again.
FileManager will appear in the top menu.
by myVesta
Sun Nov 24, 2024 3:33 pm
Forum: PHP
Topic: Auto-restart for all PHP-FPM services
Replies: 0
Views: 2359

Auto-restart for all PHP-FPM services

If OOM Killer kills FPM services, let's add an auto-restart mechanism: for php in $(/usr/local/vesta/bin/v-list-php-apache); do echo "- Applying auto-restart for PHP $php" mkdir -p /etc/systemd/system/php$php-fpm.service.d cat <<EOF >/etc/systemd/system/php$php-fpm.service.d/override.conf ...
by myVesta
Sat Oct 05, 2024 11:58 am
Forum: General discussion
Topic: HTTP headers
Replies: 2
Views: 2042

Re: HTTP headers

Put it in .htaccess
by myVesta
Fri Oct 04, 2024 10:32 am
Forum: Bug report
Topic: BACKDOOR
Replies: 3
Views: 3768

Re: BACKDOOR

We forgot to reply here. There is no evidence that our servers were compromised (otherwise, this topic would burn with new cases). The user ran PHP cronjobs as an 'admin' user (which is a very bad idea), and we believe that the user's PHP scripts were compromised. The hacker then easily got high pri...