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 add Comodo PositiveSSL in Vesta

I have Vesta 0.9.8 on CentOS 6.8/64 and a Comodo PositiveSSL certificate for my domain name. I just cannot get this certificate installed. I did a "Generate CSR" in Vesta, submitted it via the Namecheap interface and now I got the welcome email…
EDP
  • 309
  • 1
  • 6
  • 18
0
votes
1 answer

How bind my subdomain to my tomcat project on ubuntu with Vesta CP

I have remote server with one IP adress, where i having java and php projects. PHP project working with Vesta CP and java projects work with Tomcat 9. I have several domains and subdomains for my java projects, but i do not know how bind my…
David Amirkhanov
  • 43
  • 1
  • 1
  • 10
0
votes
1 answer

Flask, Django, NodeJS on Vesta Panel

How to run flask (A Python Microframework) on Vesta Panel? It's not specialized question for Flask. I'm asking django, flask, cherrypy, sanic, nodejs, strongloop etc. It's looks like basic question but vesta panel wrote with PHP and using apache,…
Joey Goksu
  • 31
  • 6
0
votes
2 answers

Relaxing open_basedir error in centos

I am trying to relax php_admin_value open_basedir restriction on the server. I am using VestaCp on Centos 64 Bit. I changed the value of php_admin_value open_basedir to none in etc/httpd/conf by writing this line php_admin_value open_basedir…
0
votes
1 answer

phpmyadmin not showing any icons?

Phpmyadmin now showing any icons, I have vestaCP + nginx on the server. All the functionalities works normally but icons not visible. here is a pic. any help?
user2856520
0
votes
1 answer

Vesta graphs and Digitalocean graphs on RAM usage are not the same

The server of my website is on Digitalocean Vesta graphs shows all of the RAM capacity is used in a situation that Digitalocean graphs shows only 33% of RAM is uses. Which one is correct? Why there is this difference ?
smohamadi
  • 21
  • 4
0
votes
0 answers

Vesta CP Downgrade PHP version to 5.2.17 (CentOS 64bit)

Help Me! Help Me! Vesta version of the installation in the default PHP is 5.6, but the environment is php5.2.17 program requirements and installation is ZendOptimizer - 3.3.9 Is there a way to downgrade to php5.2.17, mount ZendOptimizer - 3.3.9…
liguang
  • 1
  • 2
0
votes
1 answer

Limit when remote uploading

I have problem with remote uploading file from my vesta VPS to uptobox.com. I have mp4 file on my VPS. I want to upload that file on my uptobox account. I use remote upload. File size is 1.4 GB, I move file to public_html so it can be accessed via…
liq
  • 1
0
votes
1 answer

VestaCP DNS record, Go daddy says "Invalid Name Servers"

Okay let me explain the problem in details. I have followed this tutorial to install VestaCP https://www.digitalocean.com/community/tutorials/how-to-install-vestacp-and-set-up-a-website-on-ubuntu-14-04 Everything works fine. According to the…
0
votes
2 answers

Vesta Panel phpMyAdmin .sql upload limit

I use Digitalocean the server. I founded Vesta Hosting Panel. Do not increment the phpMyAdmin .sql dump helps limit? Note: I am a web designer. I'm new on the server does not work. :)
Sedat
  • 1
  • 3
0
votes
1 answer

default page in vesta cpanel using wordpress is not working

I install wordpress in vesta cpanel using this tutorial How to install WordPress in Vesta Control Panel but the default page is still the previous page. i cant see the install page. i upload the files in /home/admin/web/myhost.com/public_html
Daphnne
  • 116
  • 1
  • 1
  • 12
0
votes
1 answer

VestaCP api with CURL Giving 500 error

this is my Vesta.php i made this to send the API requests and use it internally
Andrew Aubury
  • 113
  • 12
0
votes
1 answer

Using Vesta CP to host student projects in a school website

I am trying to initiate a small web server for an engineering school to host student projects for different web technologies (PHP, Ruby, node ..) and private Gitlab deployment (at later steps). The school has it own servers. I am thinking about…
Garsallah mohamed
  • 156
  • 1
  • 1
  • 10
0
votes
2 answers

Install Vesta panel on LAMP droplet (Digital Ocean)

I have install and configured Ubuntu droplet with LAMP snapshot on the Digital Ocean service. Now I want to install Vesta panel. But looks like installation want's to reinstall Apache, MySQL, ... Following software will be installed on your system: …
Dmytro Zarezenko
  • 10,526
  • 11
  • 62
  • 104
-1
votes
2 answers

How should mysql my.cnf settings be? Innodb Mariadb 10 VestaCP

My.cnf [mysql] port = 3306 socket=/var/lib/mysql/mysql.sock [mysqld] # === Required Settings === basedir = /usr bind_address = 127.0.0.1 datadir = /var/lib/mysql max_allowed_packet = 1024M max_connect_errors =…