Ram Freedman
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by Ram Freedman-
Hey there! I don't know about the webhook side of things, but Linux has the auditd system built-in. We have a guide at the following link that explains how the tool works and gives an example of...
-
Hi, Thanks for your help. 1 - "Subaccount" is just the general term for the function, but it can be used to make an email account. For example, here's an SSH version of the UAPI call to make an...
-
Dear @cPRex Thanks for your help. The solution was to add everything as one value in the header instead of 2. So instead of having Authorization: cpanel and another one of username:token I used: A...
-
In integromat I can send HTTP requests and select: The URL, Method (GET / POST etc.), Headers, Query String, Body type (application/x-www-form-urlencoded or RAW or multipart/form-data) and the Fiel...
-
I tried some more using the online toll and this is the relevant curl commands that works ( I Had to add a space between the -H to the 'Authorization and also add cpanelbefore my username: curl -H...
-
Yes - the command is working well when using it via the browser and while logged in to cpanel. The problem is when I'm trying to use the API with APITOKEN via integromat. I tried using a online cu...
-
Hi @cPRex, Thanks for your reply. Sadly I don't know how to run the curl command directly. Should I use it with CMD and just add the command? The username:APITOKEN should be username:APITOK...
-
API tokens are not used for the cPanel API, but only for root WHMAPI functions, This is strange... As far as I see in the
-
For that situation I don't think you'd get much benefit from CloudLinux. The primary goal with that software is to ensure that one site doesn't overload the server, but that won't be an issue wit...
-
Thanks! CloudLinux lets you limit Inodes, CPU, and RAM usage on a per-account basis I'm using this VPS only for myself - I will not use this VPS for shared hosting or something like that. So ...