API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Account settings
Account settings
Chosen image
Home/Account settings

Account settings

Welcome to the Gcore account settings documentation page! Here we explain how the Gcore Customer Portal is arranged and how to configure functions.

From the left-side menu, you can access in-depth documentation about your account and Customer Portal:

  • Account – create an account for individuals or legal entities
  • Additional account – manage multiple accounts without re-authorization
  • Users – roles, role management
  • Password – change password, forgotten authorization credentials
  • Two-factor authentication – configure two-factor authentication
  • API tokens – generate and manage permanent API tokens
  • Notifications – configure which service notifications Gcore sends
  • Billing - trial conditions suggested by Gcore for different services, disable or resume a concrete service, country-specific VAT rates, specifying the correct tax location
  • Technical support - response time, get in touch with support
  • Status Page – service status, scheduled or emergency maintenance
  • Roadmap — provide feedback, suggest new features, follow development

If you have any questions or if there is an account-related topic that you think we’re missing, please leave a comment and our content team will address it.

Was this article helpful?

// // 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" // });