Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 13 matches
- Thu Jun 30, 2016 9:04 am
- Forum: General Discussion
- Topic: Can't add or edit firewall rules
- Replies: 0
- Views: 2678
Can't add or edit firewall rules
I was trying to edit and add some firewall rules and when I tried to accept the changes it sais
But maybe you should take a look at it.
I finally managed to get it using this solution viewtopic.php?f=10&t=6601#p19806Error: invalid ip format :: 0.0.0.0/0
But maybe you should take a look at it.
- Thu Jun 30, 2016 8:55 am
- Forum: Debian/Ubuntu
- Topic: Install on raspberry debian wheezy
- Replies: 16
- Views: 29558
Re: Install on raspberry debian wheezy
I tried to do it but finally I gave up. I had lot of problems and I couldn't make it work.. :(
- Thu Jun 30, 2016 8:54 am
- Forum: General Discussion
- Topic: Iptables stopped after install
- Replies: 25
- Views: 43663
Re: Iptables stopped after install
Ok i found the solution
1/ go to /usr/local/vesta/data/firewall directory
2/ you have to create 2 files :
ports.conf
PROTOCOL='TCP' PORT='20'
PROTOCOL='TCP' PORT='21'
PROTOCOL='TCP' PORT='22'
PROTOCOL='TCP' PORT='25'
PROTOCOL='UDP' PORT='53'
PROTOCOL='TCP' PORT='80'
PROTOCOL='TCP' PORT='443 ...
1/ go to /usr/local/vesta/data/firewall directory
2/ you have to create 2 files :
ports.conf
PROTOCOL='TCP' PORT='20'
PROTOCOL='TCP' PORT='21'
PROTOCOL='TCP' PORT='22'
PROTOCOL='TCP' PORT='25'
PROTOCOL='UDP' PORT='53'
PROTOCOL='TCP' PORT='80'
PROTOCOL='TCP' PORT='443 ...
- Sun Jun 05, 2016 11:56 am
- Forum: Debian/Ubuntu
- Topic: Install on raspberry debian wheezy
- Replies: 16
- Views: 29558
Re: Install on raspberry debian wheezy
why need to be arm?
vesta is bash and php...
nginx apache php-fpm ecc ecc are all available in raspbian
so edit vst-install and remove the vesta packages part, then install "vestacp" [without vestacp]
then copy vesta files from a vps/vm where you have vesta
done :D
whick files do I have to ...
vesta is bash and php...
nginx apache php-fpm ecc ecc are all available in raspbian
so edit vst-install and remove the vesta packages part, then install "vestacp" [without vestacp]
then copy vesta files from a vps/vm where you have vesta
done :D
whick files do I have to ...
- Thu May 19, 2016 9:30 am
- Forum: CLI
- Topic: Delete all cron jobs of some user
- Replies: 1
- Views: 10570
Delete all cron jobs of some user
I want to delete every cron job of one user, but there is no cli command to do it.
We have the command v-delete-cron-job that allows you to delete one cron job at a time but there is nothing like v-delete-cron-jobs.
Do you know one way to delete every cron job at a time?
Thanks a lot!
We have the command v-delete-cron-job that allows you to delete one cron job at a time but there is nothing like v-delete-cron-jobs.
Do you know one way to delete every cron job at a time?
Thanks a lot!
- Thu Feb 04, 2016 4:38 pm
- Forum: General Discussion
- Topic: Schedule a cron task to run just once
- Replies: 5
- Views: 6158
Re: Schedule a cron task to run just once
That "I'm sorry..." answer wasn't for you. That answer was for Elizine.skurudo wrote:If you're use wrong command, you'll never get expected result ;-)neiklot wrote:I'm sorry but I don't understand your answer. Do I need to run it from terminal?
- Thu Feb 04, 2016 12:48 pm
- Forum: General Discussion
- Topic: Schedule a cron task to run just once
- Replies: 5
- Views: 6158
Re: Schedule a cron task to run just once
sudo maybe? user admin without sudo not powerfull enough.
Check your command from console, if it works fine.
No, it not a sudo problem I think. I will test it anyway.
Try this one -
0 0 04 2 ? 2016 /command
or
15 14 15 05 * /tmp/run-my-job
I'm sorry but I don't understand your answer ...
Check your command from console, if it works fine.
No, it not a sudo problem I think. I will test it anyway.
Try this one -
0 0 04 2 ? 2016 /command
or
15 14 15 05 * /tmp/run-my-job
I'm sorry but I don't understand your answer ...
- Thu Feb 04, 2016 8:59 am
- Forum: General Discussion
- Topic: Schedule a cron task to run just once
- Replies: 5
- Views: 6158
Schedule a cron task to run just once
Hi guys!
Yesterday I scheduled a cron task to run at midnight and it didn't work.
Those are my settings:

I wanted to run it at 2016-02-04 00:01 and nothing happened.
What am I doing wrong? Thanks a lot guys!
Yesterday I scheduled a cron task to run at midnight and it didn't work.
Those are my settings:

I wanted to run it at 2016-02-04 00:01 and nothing happened.
What am I doing wrong? Thanks a lot guys!
- Mon Feb 01, 2016 8:39 am
- Forum: General Discussion
- Topic: [SOLVED] Cron job working every minute instead of the time scheduled
- Replies: 2
- Views: 5678
Re: Cron job working every minute instead of the time scheduled
Thanks! I'll give it a try!
EDIT: Thanks a lot! Now it works! :)
EDIT: Thanks a lot! Now it works! :)
- Sun Jan 31, 2016 4:43 pm
- Forum: Database Server
- Topic: [FIX] phpmyadmin some feature/controluser
- Replies: 86
- Views: 1070611
Re: [FIX] phpmyadmin some feature/controluser
Hi! I'm trying to run this script in debian 8 jessie and it returns error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I changed my root and mysql password but I think i set it up in the vestacp config files inside /usr/local/vesta/conf/*
Any suggestion ...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I changed my root and mysql password but I think i set it up in the vestacp config files inside /usr/local/vesta/conf/*
Any suggestion ...