login issues to newly installed cpanel - cpanel

I installed 15 days trial cPanel & WHM 11.40 in CentOS installed amazon aws server. I could successfully logged into WHM with root's password. But I cannot log into cPanel (domain:2083) using the same username and password. Please help me to log into cPanel.
Thank You.

you need to update nameserver or A record for the domain name in domain control panel,
After login into your whm panel==>create a new hosting account for the domain name,
Now you can able to access cpanel without any issue.

WHM and Cpanel are actually 2 different parts. WHM is for server administration while with cpanel you can perform website management.
you need to use root password to login to WHM , however you can not use root password to login to cpanel. so in order to login to cpanel you have to use the password when you add a website through WHM. While creating the account through WHM it asks to set the password or you can use password generator feature. Copy that password , copy the cpanel username and use them to login to cpanel.
I hope that explains all.

Related

cPanel login / passwords

I try to understand. We have 1 cPanel, so domains.
I have users and passwords at:
/home/{USERNAME}/etc/{HOSTNAME}/passwd
/home/{USERNAME}/etc/{HOSTNAME}/shadow
What's login for cPanel ? {USERNAME}#{HOSTNAME} ? or what ?
For login cPanel Using {USERNAME}

Reset OpenStack admin password

I have installed openstack on my VM. I changed my admin password but I do not know it(I have generated via keepass, but forget to save it :( )
Now I want to change it.
stack#smaug:~/devstack$ openstack user password set --password somepassword admin
Could not recognize Fernet token (HTTP 404) (Request-ID: req-8ba5e9a3-f8df-4ef1-91ab-24e6da33ff8f)
Could you help me How to use Fernet token and How Can I change admin password?
Solved, Update:
source /opt/stack/devstack/openrc admin admin
openstack user set --password-prompt admin
Now I am able to login \o/

How to create new email account on WHMCS client area

I think need some help to do that. My WHMCS system is create Cpanel user. When i login as client I'm showing login Webmail, Login Cpanel, change password cpanel and all feature is working fine.
But i want to create email account but i don't add it. How to create email account on cpanel via WHMCS? Any idea.
Adding an email account is a built in feature of the cPanel module in the six theme of WHMCS. If you want to see how to extend this to add additional options or do more control, you can check out this presentation I made for the cPanel Conference:
https://github.com/n8whnp/cPconf-2015/blob/master/cP-Conf-2015-Customizing-WHMCS.pdf
No, You can not create mail account through WHMCS. You need to login your cPanel to create mail account OR Access server through SSH with the root user login details and then create mail account through cPanel script(/scripts/addpop).
You can not create email account directly from WHMCS. You have to log in to cPanel first from direct URL or from client area and then you can create the email account from Email Section.
Also, you can create email account by SSH Access.

Apache Archiva set admin account password

I have only ssh access to machine where I need to setup the Archiva. So i wonder have can I create a admin account and set a password to that account.
I found in Archiva API /userService/createAdminUser but still I don't understand how to add a password to the user that will be created by this API request.
Or maybe you can help me with another solution?
The user format is defined here: http://archiva.apache.org/docs/2.0.1/rest-docs-redback-rest-api/el_ns0_user.html (the api accept both json and xml)
NOTE: you won't be able to use this api#method if the admin user already exists!

Cpanel doesn't change password

I am trying to change a password using the cPanel API. cPanel doesn't change the password if the username and password are the same. Are there any other cases when cPanel doesn't change the password?
You should check the log files for the reason
/usr/local/cpanel/logs/access_log
/usr/local/cpanel/logs/error_log
Your best bet might be to look at the regular user's documentation about changing passwords; it should point out what can't be done, etc.
In order to change password for cPanel users, it should be allowed from WHM,
You can check it from WHM >> Tweak settings >> Allow cPanel users to reset their password via email