Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Feature's Price
Re: Feature's Price
I think I just got it working, I have Debian 7
What I did was
I think that solved the problem since it is showing vesta again on the updates, correct me if I'm wrong.
What I did was
Code: Select all
root@here:~# dpkg --configure -a
Setting up vesta (0.9.8-15) ...
Configuration file `/usr/local/vesta/web/css/styles.min.css'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** styles.min.css (Y/I/N/O/D/Z) [default=N] ? y
Installing new version of config file /usr/local/vesta/web/css/styles.min.css ...
root@here:~# apt-get install vesta
Reading package lists... Done
Building dependency tree
Reading state information... Done
vesta is already the newest version.
The following packages were automatically installed and are no longer required:
aspell aspell-en dictionaries-common javascript-common libaspell15 libicu48
libjs-jquery libjs-jquery-ui php-auth php-auth-sasl php-mail-mime
php-mail-mimedecode php-net-smtp php-net-socket php5-intl php5-pspell
roundcube-core tinymce wwwconfig-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
Re: Feature's Price
Try to use this commands
Code: Select all
apt-get update
apt-get install vesta
Re: Feature's Price
Yeah, same results, vesta is updated, it is actually showing the new addons for top, free, etc, now how to I add the license about chroot, lets see if that works?
Re: Feature's Price
https://localhost:8083/edit/server/mike08 wrote:Yeah, same results, vesta is updated, it is actually showing the new addons for top, free, etc, now how to I add the license about chroot, lets see if that works?
Vesta Control Panel Plugins
SFTP Chroot
yes
Re: Feature's Price
Alright, now it says license enabled, the SSH Access on the users profile must be on nologin for it to work?
Re: Feature's Price
In the settings of user change nologin to rsshmike08 wrote:Alright, now it says license enabled, the SSH Access on the users profile must be on nologin for it to work?
Re: Feature's Price
I just tried that and tried to ssh the server with the credentials, but the ssh connection is just terminated, is that supposed to happen?
Re: Feature's Price
You should connected via ftp clientmike08 wrote:I just tried that and tried to ssh the server with the credentials, but the ssh connection is just terminated, is that supposed to happen?
sftp connection
hostname: server ip or user domain
login: user nick
pass: password of user
port 22
Re: Feature's Price
Understood, and is it possible to grant them access through ssh connection so that they can just use commands like tar, mv, cp, nano, etc. but just on their user home environment with chroot?
Re: Feature's Price
This module is not working via ssh.mike08 wrote:Understood, and is it possible to grant them access through ssh connection so that they can just use commands like tar, mv, cp, nano, etc. but just on their user home environment with chroot?
You or your users can using sftp conection. It is very convenient