Show Posts

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.


Messages - TheQuantumPharaoh

Pages: [1] 2
1
CentOS-WebPanel Bugs / Re: Token API does not have ROOT Access Error
« on: January 05, 2024, 06:01:13 AM »
So this seems to be a CWP bug. After updating packages this error started. I contacted CWP support and they have sent this to the "bugs user panel" department. I'm still waiting to hear back from them but will report when I get a response.

2
CentOS-WebPanel Bugs / Re: Token API does not have ROOT Access Error
« on: January 03, 2024, 04:55:19 PM »
Oh ok, do you know of a way to get CWP and WHM to connect again?

3
CentOS-WebPanel Bugs / Token API does not have ROOT Access Error
« on: January 02, 2024, 06:31:16 PM »
I have been slowly moving accounts from my WHM server using the built-in cpanel to CWP migration tool and everything has worked great until today. When I went to click on the IP address of my WHM server to get a list of all accounts I got an error "Token API does not have ROOT Access". I deleted the token on WHM and recreated a new one, all good, I then went back to CWP to add it and again got the error "Token API does not have ROOT Access". I know the token has root access because I checked the box for full access and again it worked for months before so not sure what changed. Please help.

4
CentOS 7 Problems / Re: CWP Using 2 Private IP Addresses
« on: July 28, 2023, 03:23:44 AM »
I figured it out....

Go to
Code: [Select]
nano /etc/sysconfig/network-scripts/your-eth
Change line
Code: [Select]
BOOTPROTO="dhcp" to
Code: [Select]
BOOTPROTO="none"
Restart network
Code: [Select]
systemctl restart network

5
CentOS 7 Problems / CWP Using 2 Private IP Addresses
« on: July 28, 2023, 02:11:10 AM »
I started getting return emails from Google today when sending to any gmail email. The error from Google said that my PTR record did not match the IP the email was coming from. I do have a block of 5 IP's from my ISP so I did a little digging. Found out that all I needed to do was go into my router and do a little Outbound NAT so the CWP server always used the correct public IP associated with the correct PTR record. My CWP server uses the private IP of 192.168.50.250 so all I had to do was create the NAT rule and everything should work right?...not so much.

I created the NAT rule for 192.168.50.250 and used the command
Code: [Select]
curl ifconfig.me in CWP to check if it worked and nope. Was still using the wrong public IP. I then used the command
Code: [Select]
ifconfig to find what IP address CWP was using and sure enough it was using 192.168.50.64

I went back to my NAT rules and created the same rule but used the IP 192.168.50.64 and boom! It started working.

So my question is...how is CWP using both 192.168.50.250 (which is what CWP says is its IP in the GUI and where all port forwarding is routed) and 192.168.50.64 (which is apparently what the CWP mail server is using)?

Is there a way I can delete 192.168.50.64 without breaking something?


6
Im having the same problem. Tried installing from the CWP UI but not working. I then used the recommended script form Netdata (wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --stable-channel --disable-telemetry) and it successfully installed but when I go to the installed address I get a 502 Bad Gateway error. Any help?

7
Functions / Dark Mode for Text Editor
« on: January 22, 2023, 08:28:03 AM »
Does anyone know how to set the dark mode for the text editor in the file manager as default? Whenever I save a file it reverts back to light mode so I'm finding myself clicking the dark mode switch constantly. I just want to set it as default as I never use the light mode. Is this possible?

8
E-Mail / Re: Cant add autoresponder
« on: December 19, 2022, 05:00:05 AM »
Having the same problem. Can add an autoresponder but cannot edit it with out deleting it and starting over. Getting the database error. Any help from CWP admins?

9
Backup / Re: Any Way To Exclude A Folder For Backup?
« on: October 31, 2022, 09:31:56 PM »
I dont think you understood my question. Let me try to explain better....

First, let me say I am not backing up CWP with Nextcloud. I have installed Nextcloud on a domain on CWP and it has gotten large. It seems in CWP I can not back-up individual domains, I can only backup the full account or nothing. Is there a way to change this?

10
Backup / Any Way To Exclude A Folder For Backup?
« on: October 28, 2022, 05:19:32 PM »
I currently have all users on my server backing up to the /backup folder. The problem with this is I use Nextcloud and it has gotten very large on my harddrive space. This has caused the /dev/mapper/centos-root folder to get to 40% which is a 2TB size disk.

So my question is, can I exclude just the Nextcloud folder on this account from being backed up so I can save space?

Anyone have an idea to achieve this?

11
DKIM / Re: DKIM not need to start
« on: May 13, 2022, 10:29:44 PM »
Im having the same problem as bytecanarias.

Tried rebuilding email server and restarting OpenDKIM.

Any idea whats going on here?

12
CentOS Configuration / Re: CWP with NitroPack Config Question
« on: April 13, 2022, 04:01:02 PM »
I see that I put the ip in the "List of IP's" but what do I put in the "URL for performing a complete purge"?

13
CentOS Configuration / CWP with NitroPack Config Question
« on: April 13, 2022, 12:33:15 AM »
I am trying to set up NitroPack (a page speed caching site) via a Wordpress plugin but I get an error when NitroPack tries to cache my website saying that I am already using a caching plugin (which I am not). I found out that Im getting this error due to using NGINX and Varnish. Luckily NitoPack has an integration for such cases. Problem is, I dont know the details to put in the settings of NitroPack to remedy the problem. Here is the settings I need to fill in on NP.....

https://support.nitropack.io/hc/en-us/articles/1500002327501-Reverse-Proxy-Integration-Varnish-NGINX-etc-

My CWP webserver is set to : Nginx & Varnish & Apache

Ports :

Nginx: 80,443
Varnish: 82
Apache: 8181,8443

Has anyone successfully set up NP with a Wordpress site on CWP? If so I need some help here.

14
SSL / Re: Disable AutoSSL (LetsEncrypt)
« on: September 29, 2021, 12:19:22 PM »
I'm having a similar problem. All my client SSL's for their domains are auto updating every 2 weeks or so. It's not breaking anything but I have it set to every 75 days. It seems to not be following my settings. Any ideas on how to fix this?

15
Is this still not possible for the CWP admin panel?

Pages: [1] 2