CMS Keeper

All guides

Radicenter — how to grant us SSH access

Radicenter shared hosting uses cPanel. Import our public key and authorize it — otherwise SSH will not open.

https://www.radicenter.ee

  1. Log in to Radicenter cPanel (the URL is in the welcome email or self-service).
  2. Open Security → SSH Access → Manage SSH Keys.
  3. Import Key — paste the public key below. Name it “WordPress maintenance”.
  4. Public Keys → Manage → Authorize. Without authorization the key will not work.
  5. Copy the server name (or IP) and the cPanel username from the cPanel home page or the welcome email.
  6. Port is usually 22. WordPress is usually in public_html — if wp-config.php is elsewhere, enter the real path.

Radicenter help: using SSH

Our public SSH key

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKFBqdpGG7oBgzoFIXVJaTPlzDZ+sZsDIKnS3iKaXmcX cmskeeper@app.cmskeeper.com

If you restrict SSH by IP, allow this address: 2.29.23.134

Once the key is added, enter host, port, user and the directory with wp-config.php on the order page. Do not send a database password — WP-CLI reads it on the server.