We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
[PLUGIN] VestaCP Tools Plugin
[PLUGIN] VestaCP Tools Plugin
This tool currently lets you view all the users, mail domains, cron jobs, databases, and more in one global view without having to login to each individual user.
Just run the following script:
Just run the following script:
Code: Select all
wget https://raw.githubusercontent.com/SS88UK/VestaCP-Tools-Plugin/master/Install_Tools.sh -O ./Install_Tools.sh
chmod 777 ./Install_Tools.sh
sudo ./Install_Tools.sh
Last edited by SS88 on Fri May 19, 2017 8:28 pm, edited 3 times in total.
Re: [HOWTO] VestaCP Tools Plugin
Hello! Install your plug-in, but for some reason all of the empty values. Server configuration Centos 7.2 Nginx + Apache. In what may be the case do not tell? Sorry for bad english ...
Re: [HOWTO] VestaCP Tools Plugin
Are the "unlimited" accounts?
Re: [HOWTO] VestaCP Tools Plugin
Yes, two accounts and both unlimited.
Re: [HOWTO] VestaCP Tools Plugin
Sorry, I meant are all the ones that are blank - do they have disk and bandwidth limits set?
Re: [HOWTO] VestaCP Tools Plugin
In the template settings all set to unlimited
Re: [HOWTO] VestaCP Tools Plugin
That is why it's not showing up because no hard limits have been set.
Re: [HOWTO] VestaCP Tools Plugin
I got it! Thanks for the help!
Re: [HOWTO] VestaCP Tools Plugin
You can try with sed command, It works:SS88 wrote: Unfortunately, it’s not possible to find and replace (anyone help me?) so you’ll have to edit the file /usr/local/vesta/web/templates/admin/panel.html and add the following code:
In-between theCode: Select all
<div class="l-menu__item <?php if($TAB == 'TOOLS' ) echo 'l-menu__item--active' ?>"><a href="/list/tools/"><?=__('Tools')?></a></div>
HTML element.Code: Select all
<div class="l-menu clearfix noselect"> </div>
I cannot tell you exactly what line to place this on, but it may be around 20-23.
Code: Select all
cp /usr/local/vesta/web/templates/admin/panel.html /usr/local/vesta/web/templates/admin/panel.html.bak
sed -i '/<div class="l-menu clearfix noselect">/a <div class="l-menu__item <?php if($TAB == "All" ) echo "l-menu__item--active" ?>"><a href="/list/tools/"><?=__("All")?></a></div>' /usr/local/vesta/web/templates/admin/panel.html
Re: [HOWTO] VestaCP Tools Plugin
Hello.
It is useful.
Interests a question whether it is possible to adapt for Vesta 12?
It is useful.
Interests a question whether it is possible to adapt for Vesta 12?