Can I change my cPanel username?

Changing your cPanel username can have significant implications, and it is generally not recommended for security and stability reasons. cPanel does not let you directly change your own username.

The cPanel username is a fundamental identifier associated with your hosting account. It is used in various configurations and permissions throughout our hosting system, including database user and name prefixes.

To change names requires us to migrate your account to a new username while preserving your data and configurations. It's not a common or straightforward task, and it should only be done when absolutely necessary.

If you have a strong reason for needing to change your cPanel username, such as a security breach or a mistake during the initial setup, contact the support team (support@myhost.nz). We can probably help on a case-by-case basis. As with any other significant changes, it's a good idea to back up your data before making the request.

Please note the new username must be 8 characters (alphanumeric) or less.

 

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...