Search found 960 matches

by myVesta
Wed Apr 16, 2025 8:00 pm
Forum: General discussion
Topic: Email not forwarding anymore
Replies: 2
Views: 381

Re: Email not forwarding anymore

Did both of you run v-make-separated-ip-for-email ?
by myVesta
Wed Apr 02, 2025 11:45 am
Forum: Linux services
Topic: How to install ElasticSearch 7 and 8 on Debian
Replies: 2
Views: 8807

Re: How to install ElasticSearch 7 and 8 on Debian

Installing ElasticSearch 7 through Docker First, install Docker - https://forum.myvestacp.com/viewtopic.php?f=35&t=772 Secondly, check the latest version of ES 7 here - https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docker.html At the time of writing this article, it was: 7.17.28 ...
by myVesta
Mon Mar 03, 2025 11:19 pm
Forum: General discussion
Topic: can't to create backup
Replies: 3
Views: 3802

Re: can't to create backup

Code: Select all

tail /var/log/vesta/backup.log
Probably, there is not enough disk space to create a backup.
by myVesta
Sun Mar 02, 2025 7:37 pm
Forum: General discussion
Topic: Debian 12
Replies: 1
Views: 2166

Re: Debian 12

rogero wrote: Sun Mar 02, 2025 5:40 pm Hi,

Debian 12 is supported by myvesta and compatible?
Supported since the first day of Debian 12.
by myVesta
Fri Feb 21, 2025 1:20 pm
Forum: Bug report
Topic: Apache is not installing
Replies: 1
Views: 1325

Re: Apache is not installing

Paste here full installation output from SSH console.
by myVesta
Wed Feb 19, 2025 9:57 am
Forum: General discussion
Topic: How to add multiple second IP for email purpose
Replies: 1
Views: 1387

Re: How to add multiple second IP for email purpose

Code: Select all

/usr/local/vesta/bin/v-make-separated-ip-for-email-domain "m1.domain" "IP"
by myVesta
Mon Feb 03, 2025 4:24 pm
Forum: Other
Topic: How to install ElasticSearch plugin on Debian
Replies: 0
Views: 3564

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: 2184

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: 6751

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: 6751

Re: Let's Encrypt finalize bad status 403

Try:

Code: Select all

sudo /usr/local/vesta/bin/v-update-myvesta