Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 17 matches
- Fri Aug 05, 2016 11:25 am
- Forum: General Discussion
- Topic: [1.1 Beta] VestaCP x AdminLTE (a Theme for VestaCP)
- Replies: 52
- Views: 97473
Re: [1.1 Beta] VestaCP x AdminLTE (a Theme for VestaCP)
I must say, you beat me to it. I was too, developing my very own personal template for VestaCP. Although, yours looks 100 times better.
- Wed Jul 27, 2016 10:22 am
- Forum: General Discussion
- Topic: Vesta php7
- Replies: 7
- Views: 6520
Vesta php7
When will vestacp start using php7.0-fpm?
- Sun Apr 10, 2016 5:25 am
- Forum: General Discussion
- Topic: Knocking or TCP stealth
- Replies: 1
- Views: 3301
Knocking or TCP stealth
has anyone successfully set up port knocking or TCP Stealth with their vesta panel?
I'm asking because I want to keep my panel off from any port scanner.
I'm asking because I want to keep my panel off from any port scanner.
- Sun Apr 03, 2016 12:58 am
- Forum: Mail Server
- Topic: I can send emails but I can not receive emails
- Replies: 2
- Views: 9026
I can send emails but I can not receive emails
So after a while, my email server has stopped receiving emails from any domain but it can still send emails.
So I'll get to the point.
Here's my exim setup
dc_eximconfig_configtype='internet'
dc_other_hostnames='domain1.com, domain2.com, domain3.com'
dc_local_interfaces='127.0.0.1 ; ::1'
dc ...
So I'll get to the point.
Here's my exim setup
dc_eximconfig_configtype='internet'
dc_other_hostnames='domain1.com, domain2.com, domain3.com'
dc_local_interfaces='127.0.0.1 ; ::1'
dc ...
- Thu Feb 04, 2016 11:14 pm
- Forum: General Discussion
- Topic: first time using vestacp
- Replies: 11
- Views: 13149
Re: first time using vestacp
1. I can see the login table, it showed up for me.
2. If lets say, "example" is your server. You need the IPv4 address from that server. Then add it to your DNS settings where you purchased the domain name from (godaddy, namecheap, etc...)
Make sure you use "@" to point the host aka IPv4 address to ...
2. If lets say, "example" is your server. You need the IPv4 address from that server. Then add it to your DNS settings where you purchased the domain name from (godaddy, namecheap, etc...)
Make sure you use "@" to point the host aka IPv4 address to ...
- Thu Feb 04, 2016 9:46 pm
- Forum: General Discussion
- Topic: BOOYEAH!
- Replies: 1
- Views: 2881
BOOYEAH!
I managed to run multiple website's from the same domain,
Vesta's configuration is a little all over the place (which at first was confusing as hell for me) but then after figuring what was where, I managed to run two different websites under 1 server with the same ip's
Vesta's configuration is a little all over the place (which at first was confusing as hell for me) but then after figuring what was where, I managed to run two different websites under 1 server with the same ip's
- Wed Feb 03, 2016 7:40 pm
- Forum: Database Server
- Topic: Percona installation problem
- Replies: 3
- Views: 7476
Re: Percona installation problem
Thank you! @skurudo it worked!skurudo wrote:And if try to use php5-mysqlnd instead php5-mysqli ?
- Wed Feb 03, 2016 1:45 am
- Forum: Database Server
- Topic: Percona installation problem
- Replies: 3
- Views: 7476
Percona installation problem
Every time I install Vesta on a clean server, once the installation is finished. I replace the default installation of mysql with Percona.
But when I check phpmyadmin, it keeps giving me this error
Your PHP MySQL library version 5.5.47 differs from your MySQL server version 5.6.28. This may cause ...
But when I check phpmyadmin, it keeps giving me this error
Your PHP MySQL library version 5.5.47 differs from your MySQL server version 5.6.28. This may cause ...
- Fri Jan 29, 2016 7:11 pm
- Forum: Web Server
- Topic: PHP7 on ubuntu
- Replies: 9
- Views: 15607
Re: PHP7 on ubuntu
How's your setup like?newtron wrote:prometheus wrote:-snip
- Nginx with apache or Nginx without apache?
Because I would love to upgrade but even when I tried fixing roundcube other errors kept happening.
If it's not a hassle, I would like some guidance. If that's okay
- Thu Jul 30, 2015 12:28 pm
- Forum: Mail Server
- Topic: Mail-Roundcube-Exim-Dovecot issue(s)
- Replies: 7
- Views: 9896
Re: Mail-Roundcube-Exim-Dovecot issue(s)
Address already in use: daemon abandoned
Ta da ;-)
You get in.
Let's see, what service at 25 port:
netstat -tulpn | grep :25
and you can try something like this:
killall exim
service exim start
Haha, I managed to fix it before this comment :P
I just need to configure it to my server now ...
Ta da ;-)
You get in.
Let's see, what service at 25 port:
netstat -tulpn | grep :25
and you can try something like this:
killall exim
service exim start
Haha, I managed to fix it before this comment :P
I just need to configure it to my server now ...