The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Hosting
Hosting
Technical supportAPIBecome a resellerReferral program
Chosen image
Home/Hosting/Account management/Password

Manage your password

Change your password

Authorize in the Control Panel using login and password which you have chosen during the registration process.

Go to "Client" - "Profile".

Profile section in the control panel

Type your new password in the appropriate field. The password must contain 8 or more characters, including at least one uppercase letter and a number.

Recover forgotten password

You can easily recover your password on this page.

Keep in mind that after 3 unsuccessful attempts to log into the account, it might be temporarily disabled. To unlock your account, contact us via chat on the website.

If you initiated a password reset but have not received an email several minutes later, check your spam folder.

The message title is Password Recovery. We send them from billing@gcore.com 

If you cannot find the email, start the reset process again on this page.

If you still have not received the email, contact us via chat on this page.

Was this article helpful?

Not a Gcore user yet?

Enhance your online presence with our virtual and dedicated servers.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });