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

Reseller support

Welcome to the Gcore Reseller documentation page! Here, we explain how to work with the Admin Portal, manage accounts and sellers, and configure products.

From the left-side menu, you can access in-depth documentation:

  • New interface — overview of the dashboard for managing accounts and sellers, viewing reports, and configuring branding and product visibility settings.
  • Getting started — first steps after becoming a Gcore reseller.
  • CDN management — activate CDN, set statuses, and manage features.
  • Storage management — activate Storage and configure statuses.
  • Product statuses — overview of product billing statuses.
  • API — reach the API documentation for resellers.
  • Manuals — detailed guides on managing accounts and sellers; configure branding for your Customer Portal and SSO authorization and manage product visibility.

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