Questions tagged [vesta]

The Vesta Control Panel is an open source hosting control panel that allows users to manage their own sites. Questions should pertain to configuration files only. Questions about server setup should be asked on https://serverfault.com

The Vesta Control Panel sets up a standard hosting environment on the most common distributions of Linux (RHEL/CentOS, Debian and Ubuntu). Like other control panels, it lets the owner/administrator set up users who can manage their own resources.

The core software is free, but it offers some paid plugins as well.

Configuration questions are on-topic, but questions about installation and setup are better asked on Server Fault

100 questions
0
votes
1 answer

How to enable let's encrypt SSL for multiple domains in a single project in VestaCP?

I have a laravel-powered website site.com with let's encrypt SSL enabled via VestaCP. Now I want to add also site.id and site.ru to be directed into same project base and have the SSL enabled on them too. I've tried to put site.id and site.ru as…
Kiril Lukiyan
  • 149
  • 1
  • 12
0
votes
1 answer

Cannot setup VestaCP in fresh CentOS8. Failed to synchronize cache for repo 'vesta'

I am trying to install vestacp on CentOS 8 fresh install. Like I said, it's fresh install with only a yum update. I am trying to setup VestaCP on it, but the install always failes on the following error. Installation will take about 15…
Ariel
  • 2,471
  • 1
  • 26
  • 43
0
votes
1 answer

VestaCP - All domains point to the same website. Why?

I have a bit of a problem. I setup several new domains on VestaCP, but they all point to the same default website. Part of the problem I guess is that all DNS records point to the same IP, but Vesta doesn't seem to know which website to take you to,…
user5248
  • 347
  • 1
  • 3
  • 21
0
votes
1 answer

What happens if I delete Vesta Panel in my server?

I have Linux(CENTOS 7) server in Vultr. I was working with Vesta Panel and now i want to delete it. But I really can't find what happens if I delete it. Folders, databases etc. I need to just delete vesta panel and keep the wordpress websites. There…
0
votes
1 answer

why site is not redirecting with nginx

I am trying to redirect the domain example.com to another website example.blogspot.com (which is not hosted in my server). I had been using htaccess and cpanel, so it was easy to redirect. But why redirect is not working in nginx. No effects seen…
Hemant
  • 83
  • 3
  • 9
0
votes
1 answer

VestaCP smtp not working. Cannot connect to Smtp server

I've set up a new vestacp on my server. I did a Wordpress installation but I get an error when wordpress tries to connect to smtp. I can mail to my gmail account via webmail, but I cannot send mail to my webmail account via gmail. Help. 2019-03-12…
0
votes
1 answer

I get ioncube and php error when installing Vestacp

I've installed vestacp on my centos 7 server. I got an ioncube error during the installation. Please help if I got php errors while updating php. My Vestacp options. I have set Nginx-Php FPM and got an ioncube error in the installation. I am getting…
0
votes
2 answers

How to Write .htaccess that handles subdomains also to redirect to https:

I have this .htaccess rule RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] This covers the parent domain but not the subdomain. My subdomain has the same public folder as of parent…
Boxygen
  • 31
  • 4
0
votes
1 answer

How to fix 404 nginx error on routers after letsencrypt installation

I'm setting up a new server running on vestaCP+NGINX+php-fpm and laravel backend , after installing letsencrypt , I'm encountering with 404 error on all of my routers except the main page . the laravel .env is ok and my nginx conf is as follows ,…
AliMahdavi
  • 109
  • 2
  • 10
0
votes
1 answer

installing lets encrypt SSL in vesta cp

trying to install let's encrypt ssl with vesta cp. following python-certbot-apache installation path. it is failing with below error. Unable to find a virtual host listening on port 80 which is currently needed for Certbot to prove to the CA that…
jit
  • 1,616
  • 3
  • 21
  • 49
0
votes
0 answers

WordPress Multisite redirection loop in /wp-admin/network on Centos 7 VestaCP + NGINX + PHP-FPM

I've runned across issue with Wordpress Multisite. The project is WordPress Multisite with Subdomains, running on the same / root folder. Multisite #1: https://one.sub.domain.com Multisite #2: https://two.sub.domain.com Multisite #3:…
richardev
  • 976
  • 1
  • 10
  • 33
0
votes
1 answer

Webmail in hosting, redirect website to another IP (VPS)

I have a hosting (CPanel) and a VPS (Vesta). The domain is directed by the nameserver to the hosting. Can I use the CPanel just for the webmail, and the VPS for the website? I tried to change A name to VPS IP address but the webmail cannot…
Nyicip
  • 170
  • 1
  • 2
  • 11
0
votes
1 answer

Vestacp Iptables Firewall with geoip

I'm using Vesta Control Panel (vestacp) to control y VPS I've installed Geoip to allow only some countries to access to the VPS Everything is going well, when I type the command over SSH: iptables -I INPUT -m geoip --src-cc CA -j ACCEPT it works…
Nacef.T
  • 23
  • 1
  • 5
0
votes
0 answers

VestaCP - Redirect subdomain to port on my server

I've been struggling with these for years... then I quit and now I want to do it again. I have a DigitalOcean doplet with VestaCP installed on it and a few websites/users. One of those websites is mine (let's name it mycoolapp.com) and I'm using it…
sebasira
  • 1,739
  • 1
  • 22
  • 41
0
votes
1 answer

Redirect Apache to Tomcat on Vesta CP

I have a VPS server with Ubuntu 18 O.S. In this VPS I have installed VESTA CP, which comes with Apache 2 and Nginx. After that I have intalled Tomcat 9(port 8082) to serve a Java Spring based webapp. If I enter the address "serverIP:8082/AppFolder"…
Pedro
  • 115
  • 11