What we store and why
For security we encrypt all stored passwords (FTP, email and database) in the control panel so they cannot be read in plain text. This prevents accidental disclosure and helps protect customer accounts.
Exception: the first FTP account
The very first FTP account created for a hosting package may show its password on the right-hand side when you manage your hosting. This is a convenience when setting up the package for the first time. After that, passwords are not visible.
How to change passwords
- Log in to
https://cp.amicatek.linkand select Manage Hosting. - Open the relevant management tool (FTP accounts, Email Accounts, MySQL Databases).
- Choose the account and select the option to change the password. Changes are usually applied immediately.
Where database passwords are visible
Although the control panel hides passwords, many applications store their database credentials in configuration files. For example, WordPress stores DB credentials in wp-config.php. If someone has file access they may be able to read credentials from your site files — secure your file permissions and never store passwords in public repositories.
Security recommendations
- Change passwords regularly and use strong, unique passwords.
- Use SFTP instead of FTP where possible.
- Secure file permissions so configuration files (like
wp-config.php) are not world-readable. - Do not commit configuration files with credentials to version control.