This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
16
Installation / Re: Migration to new server - CWP to CWP account migration
« on: April 08, 2018, 08:45:12 PM »
Check the API log on the destination CWP server. See if it receives any requests via API.
File Management > CWP Log Viewer > Select API from dropdown.
File Management > CWP Log Viewer > Select API from dropdown.
17
New Modules / [module] Force Update CWP Checker Module from Panel
« on: April 04, 2018, 02:54:20 PM »
Version 1.1
Updated: 04/04/2018
I have made a user-friendly simple module to Force the command that checks for an update on CWP. Simple and friendly

Source of software: http://centos-webpanel.com
Location of PHP file: https://cwpaddons.b-cdn.net/install/update-cwp.php
How to install
---FTP method:
1) Upload update-cwp.php to CWP server in /usr/local/cwpsrv/htdocs/resources/admin/modules
Download update-cwp.php: https://cwpaddons.b-cdn.net/install/update-cwp.php
2) Open URL: yourdomain.tld/admin/index.php?module=update-cwp
3) Click the Install button
---Console method:
1) cd /usr/local/cwpsrv/htdocs/resources/admin/modules
2) wget -O update-cwp.php https://cwpaddons.b-cdn.net/install/update-cwp.php
3) Open Url: yourdomain.tld/admin/index.php?module=update-cwp
4) Click "Install" button
18
New Modules / [module] I2P Anonymous Network Private darkweb internet Installer
« on: April 04, 2018, 12:07:20 AM »

Version 1.1
Updated: 04/03/2018
I have made a user-friendly simple addon to install, uninstall, start, and stop I2P on a server.
Source of software: https://geti2p.net/en/
Location of PHP file: https://cwpaddons.b-cdn.net/install/i2p.php
How to install
---FTP method:
1) Upload i2p.php to CWP server in /usr/local/cwpsrv/htdocs/resources/admin/modules
Download i2p.php: https://cwpaddons.b-cdn.net/install/i2p.php
2) Open URL: yourdomain.tld/admin/index.php?module=i2p
3) Click the Install button
---Console method:
1) cd /usr/local/cwpsrv/htdocs/resources/admin/modules
2) wget -O i2p.php https://cwpaddons.b-cdn.net/install/i2p.php
3) Open Url: yourdomain.tld/admin/index.php?module=i2p
4) Click "Install" button
Donation



Send a donation to MyBuddyBen
19
CentOS-WebPanel GUI / Re: Enabled LetsEncrypt and get ERR_CONNECTION_REFUSED
« on: March 13, 2018, 06:09:11 PM »
The two modules know as Letsencrypt and AutoSSL can't COEXIST. Meaning if you have Letsencrypt installed, everything in AutoSSL no longer works.
If letsencrypt it installed, you will need to recreate the certificates. Or remove letsencrypt and use autossl.
So get back into your CWP for the time being, use the insecure http url; http://IPADDRESS:2030
To get your cwp secured again on 2031, you need to make a new cert for it with the "Custom domain" section at the bottom of Letsencrypt.
Host: [yourhostname]
path: /usr/local/apache/htdocs
user: nobody
IP: [yourServerIP]
port: 443
After that, it will show you the vhost info at the top of the page, KEEP THIS OPEN for now. You need it.
Go into your server files, and navigate to this path /usr/local/cwpsrv/conf and edit the cwpsrv.conf
Find: 2031
And you'll see these below it or close by, ssl_certificate and ssl_certificate_key
This is where you want to replace the values with the paths in the vhost info from before.
ssl_certificate /etc/letsencrypt/live/HOSTNAME/cert.pem;
ssl_certificate_key /etc/letsencrypt/live/HOSTNAME/privkey.pem;
Save, then open SSH and do "Service cwpsrv restart"
If letsencrypt it installed, you will need to recreate the certificates. Or remove letsencrypt and use autossl.
So get back into your CWP for the time being, use the insecure http url; http://IPADDRESS:2030
To get your cwp secured again on 2031, you need to make a new cert for it with the "Custom domain" section at the bottom of Letsencrypt.
Host: [yourhostname]
path: /usr/local/apache/htdocs
user: nobody
IP: [yourServerIP]
port: 443
After that, it will show you the vhost info at the top of the page, KEEP THIS OPEN for now. You need it.
Go into your server files, and navigate to this path /usr/local/cwpsrv/conf and edit the cwpsrv.conf
Find: 2031
And you'll see these below it or close by, ssl_certificate and ssl_certificate_key
This is where you want to replace the values with the paths in the vhost info from before.
ssl_certificate /etc/letsencrypt/live/HOSTNAME/cert.pem;
ssl_certificate_key /etc/letsencrypt/live/HOSTNAME/privkey.pem;
Save, then open SSH and do "Service cwpsrv restart"
20
DNS / Re: Configuring webpanel network/security
« on: March 13, 2018, 03:57:39 PM »
Hello! Welcome to the CWP family 
To change hostname, look at the "CWP info" section of CWP homepage at the bottom right of the page, or go to this url [ http://IPADDRESS:2030/admin/index.php?module=change_hostname ]
In the CWP info section of the homepage, you can also see the NS (nameservers) and adjust those to what you want, like 127.0.0.1 for using the DNS on CWP.
I personally love using Cloudflare as a Free DNS and anti-ddos protection.

To change hostname, look at the "CWP info" section of CWP homepage at the bottom right of the page, or go to this url [ http://IPADDRESS:2030/admin/index.php?module=change_hostname ]
In the CWP info section of the homepage, you can also see the NS (nameservers) and adjust those to what you want, like 127.0.0.1 for using the DNS on CWP.
I personally love using Cloudflare as a Free DNS and anti-ddos protection.
21
How to / Re: Speeding wordpress site
« on: March 10, 2018, 07:22:31 PM »
Looking at the site you gave an example of,
This file is taking 8 seconds to load, because of "Waiting for First Byte (TTFB)"
http://www.salespc.net/wp-content/cache/wpfc-minified/f25d01c2142069b3da6f3fa187ee2054/1520588456index.css
Try resolving that. Perhaps use a different cache plugin in wordpress, such as W3 total cache, Super cache, WP Rocket, keyCDN cache, etc.. So many to choose from but try different ones, check with GT metrix and compare results.
That would be the first thing to do.
This file is taking 8 seconds to load, because of "Waiting for First Byte (TTFB)"
http://www.salespc.net/wp-content/cache/wpfc-minified/f25d01c2142069b3da6f3fa187ee2054/1520588456index.css
Try resolving that. Perhaps use a different cache plugin in wordpress, such as W3 total cache, Super cache, WP Rocket, keyCDN cache, etc.. So many to choose from but try different ones, check with GT metrix and compare results.
That would be the first thing to do.
22
CentOS 7 Problems / Re: Clone a CWP CentOS 7 server
« on: March 10, 2018, 07:16:28 PM »
I'm willing to assist! I actually did this last week because my main server was going in and out, so I bought a second one as a failover, and moved all my data to the new server. Wasn't awful but I did have to jump through some hoops to make it happen.
I'd be willing to help though, you can email me (bentheman96@gmail.com) or message on Google hangouts with that email.
I'd be willing to help though, you can email me (bentheman96@gmail.com) or message on Google hangouts with that email.
23
I can build it / Re: Cheesy varish stats page for CWP
« on: June 27, 2017, 02:58:52 AM »
Loved this! worked great for me!
Screen shot for those who consider using this! It's just one window from the page
Screen shot for those who consider using this! It's just one window from the page

24
I can build it / Re: OpenVZ with CWP
« on: June 27, 2017, 02:54:24 AM »
Keep up the great work! I'll keep an eye on this progress
Don't get discourage and keep making this a reality for CWP


25
New Modules / Re: [module] Speedtest your server in 30 seconds
« on: May 02, 2017, 06:53:44 PM »
Sadly I can't modify my first post

But for the 3rdparty.php; it still works. You just need to create it
From SSH you can simply CD into /usr/local/cwpsrv/htdocs/resources/admin/include and do "touch 3rdparty.php" command
Then follow the steps above with normal modules. So modules and 3rdparty support still work.


But for the 3rdparty.php; it still works. You just need to create it

From SSH you can simply CD into /usr/local/cwpsrv/htdocs/resources/admin/include and do "touch 3rdparty.php" command
Then follow the steps above with normal modules. So modules and 3rdparty support still work.
26
Information / Re: 90% Disk I/O on a high traffic website
« on: May 02, 2017, 06:47:11 PM »Hi
i have a high traffic website hosted on my server every time the user number goes above 1000 the server hits a 90% Disk I/O for a while
Can anyone recommend something i can do to lessen the load?
I have a server with 16GB Ram, 8 x 2.5GHz cores and a 2tb HDD
My first reply to any "High I/O disk usage" is to instantly switch from HDD to SSD! You'll see both your IO and Cpu load go DOWN. No joke. You can run a web server that gets 10,000s of hits daily with a small 120GB SSD with your current setup and never go above 2.00 CPU average load.


27
New Modules / Re: [module] Speedtest your server in 30 seconds
« on: December 26, 2016, 02:08:54 PM »
Updated to 1.1a
* Updated github speedtest.py new link.
* Updated github speedtest.py new link.
28
How to / Re: How to backup CWP server to B2 Backblaze
« on: November 08, 2016, 09:14:42 PM »
All you have to do after restoring a CWP server with your B2 Backblaze is update the IP address in CWP and rebuild the vHosts in apache
, if you have varnish need to edit the default.vcl with the correct IP then restart varnish. If you have letencrypt, be sure to modify the cwp ssl vhost and apache ssl vhosts with the new IP address.

29
Information / Re: move CWP from one server to another
« on: November 08, 2016, 09:13:06 PM »Can you do it with a backup on server A and then do a restore on server B?As I show in my guide, I was able to move from one CWP to another CWP and do daily complete backup snapshots of my server to B2 Backblaze. Here is my guide http://forum.centos-webpanel.com/how-to/how-to-backup-cwp-server-to-b2-backblaze/msg8804/?topicseen#msg8804
Thanks,
Kyle
30
PHP / Re: Problems with switching from PHP 5.4.45 to PHP 7.0.12
« on: November 08, 2016, 09:10:23 PM »
I had problems with this on a newly installed server too just this week. It couldn't find recode.h and some other files that were required.
I'd suggest you try installing the PHP version again, but go to your SSH terminal and do the Tail command that php selector gives you on the last step. Paste it and watch the log to see when the error happens.
I'd suggest you try installing the PHP version again, but go to your SSH terminal and do the Tail command that php selector gives you on the last step. Paste it and watch the log to see when the error happens.