Search found 130 matches

by isscbta
Tue Mar 19, 2024 10:56 pm
Forum: General discussion
Topic: VestaCP Scripts Isolation
Replies: 1
Views: 159

Re: VestaCP Scripts Isolation

by isscbta
Sat Feb 03, 2024 1:16 pm
Forum: General discussion
Topic: Configure myVesta CP to send mails via SMTP instead of php
Replies: 3
Views: 648

Re: Configure myVesta CP to send mails via SMTP instead of php

Hello, i would change providers;). there are plenty to choose from. It might work if you change the port. https://forum.myvestacp.com/viewtopic.php?t=789 https://forum.myvestacp.com/viewtopic.php?t=807 i don't understand why there are two topics for the same thing. :o Thank you for informing us. I ...
by isscbta
Thu Feb 01, 2024 11:34 am
Forum: Bash
Topic: How to enable SSH for a specific user account using a public key instead of a password
Replies: 0
Views: 757

How to enable SSH for a specific user account using a public key instead of a password

Before embarking on the process, it's important to ensure that you have correctly configured SSH access within the myVesta control panel. Follow these detailed steps to make the necessary changes: Log in to your myVesta control panel and navigate to the USER/EDIT/SSH access section. Under the SSH ac...
by isscbta
Sun Jan 21, 2024 12:34 pm
Forum: SSL
Topic: Error code: 15 Let's Encrypt Support
Replies: 1
Views: 2094

Re: → Error code: 15 Lets Encrypt Support

Please verify that the domain you wish to secure with SSL is correctly pointing to your server's IP address for both the '@' (root) and 'www' records - https://dnschecker.org/
by isscbta
Fri Jan 12, 2024 3:05 pm
Forum: General discussion
Topic: Difference myvesta and VestaCP
Replies: 5
Views: 1316

Re: Difference myvesta and VestaCP

P.S. If you require a server configuration that does not include Apache and only uses nginx, you may use this template: https://github.com/myvesta/vesta/blob/master/install/debian/11/templates/web/nginx/php-fpm/wordpress2.stpl @isscbta Could you please explain how to use/install above mentioned tem...
by isscbta
Wed Dec 20, 2023 2:29 pm
Forum: Bash
Topic: Script for obtaining an overview of all users and their corresponding domains, along with DNS data
Replies: 0
Views: 1619

Script for obtaining an overview of all users and their corresponding domains, along with DNS data

This script is designed to efficiently gather and display detailed information about users and their associated domains on a hosting server. For each user, it fetches and neatly presents essential data such as full name, email, package details, disk usage, and bandwidth. Additionally, for every doma...
by isscbta
Wed Oct 25, 2023 2:02 pm
Forum: myVesta
Topic: How to change default myVesta port after installation
Replies: 0
Views: 1523

How to change default myVesta port after installation

In your SSH, as root, run:

Code: Select all

v-change-vesta-port PORT
by isscbta
Mon Oct 16, 2023 10:45 pm
Forum: General discussion
Topic: Install WordPress Fast Using PHP Script
Replies: 3
Views: 2043

Re: Install WordPress Fast Using PHP Script

Hi T4B, Great work! Perhaps you could add some code that automatically deletes the file after first run: // Delete self if (unlink(__FILE__)) { echo "<br>Script was successfully deleted."; } else { echo "<br>An error occurred while deleting the script."; } exit;