CINXE.COM
Pricing changes to cPanel licenses
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html style="font-family:Poppins, sans-serif" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office"><script> // polyfill navigator.geolocation = navigator.geolocation || { getCurrentPosition() {}, watchPosition() {} }; { class PositionError extends Error { constructor(code, message) { super(); this.code = code; this.message = message; } } PositionError.PERMISSION_DENIED = 1; PositionError.POSITION_UNAVAILABLE = 2; PositionError.TIMEOUT = 3; let id = 0; const lazy = { geos: [], permissions: [] }; const script = document.currentScript; const matchURL = (url, pattern) => { const patternParts = pattern.split('://'); const urlParts = url.split('://'); if (patternParts.length !== urlParts.length) { return false; } if (patternParts[0] !== '*' && patternParts[0] !== urlParts[0]) { return false; } const patternSegments = patternParts[1].split('/'); const urlSegments = urlParts[1].split('/'); if (patternSegments.length > urlSegments.length) { return false; } for (let i = 0; i < patternSegments.length; i++) { const patternSegment = patternSegments[i]; const urlSegment = urlSegments[i]; if (patternSegment === '*') { continue; } if (patternSegment !== urlSegment) { return false; } } return true; }; const bypass = prefs => { for (let host of prefs.bypass) { try { // fix the formatting if (host.includes('://') === false) { host = '*://' + host; } if (host.endsWith('*') === false && host.endsWith('/') === false) { host += '/*'; } if (typeof self.URLPattern === 'undefined') { if (matchURL(location.href, host)) { if (window.top === window) { script.dispatchEvent(new Event('sp-bypassed')); } return true; } } else { const pattern = new self.URLPattern(host); const v = pattern.test(location.href); if (v) { if (window.top === window) { script.dispatchEvent(new Event('sp-bypassed')); } return true; } } } catch (e) { console.info('Cannot use this host matching rule', host); } } script.dataset.enabled = prefs.enabled; script.dispatchEvent(new Event('sp-requested')); return false; }; script.addEventListener('sp-response-geo-data', e => { const prefs = JSON.parse(script.dataset.prefs); // bypass if (bypass(prefs)) { for (const o of lazy.geos) { Reflect.apply(o.target, o.self, o.args); } } else { for (const o of lazy.geos) { try { const [success, error] = o.args; if (prefs.latitude && prefs.longitude && prefs.enabled) { success({ timestamp: Date.now(), coords: { latitude: prefs.latitude, longitude: prefs.longitude, altitude: null, accuracy: prefs.accuracy, altitudeAccuracy: null, heading: parseInt('NaN', 10), velocity: null } }); } else { error(new PositionError(PositionError.POSITION_UNAVAILABLE, 'Position unavailable')); } } catch (e) {} } } lazy.geos.length = 0; }); navigator.geolocation.getCurrentPosition = new Proxy(navigator.geolocation.getCurrentPosition, { apply(target, self, args) { lazy.geos.push({target, self, args}); script.dispatchEvent(new Event('sp-request-geo-data')); } }); navigator.geolocation.watchPosition = new Proxy(navigator.geolocation.watchPosition, { apply(target, self, args) { navigator.geolocation.getCurrentPosition(...args); id += 1; return id; } }); script.addEventListener('sp-response-permission', e => { const prefs = JSON.parse(script.dataset.prefs); const b = bypass(prefs); for (const {resolve, result} of lazy.permissions) { try { if (!b) { Object.defineProperty(result, 'state', { value: prefs.enabled ? 'granted' : 'denied' }); } resolve(result); } catch (e) {} } lazy.permissions.length = 0; }); navigator.permissions.query = new Proxy(navigator.permissions.query, { apply(target, self, args) { return Reflect.apply(target, self, args).then(result => { if (args[0] && args[0].name === 'geolocation') { return new Promise(resolve => { lazy.permissions.push({resolve, result}); script.dispatchEvent(new Event('sp-request-permission')); }); } else { return result; } }); } }); } </script><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta content="width=device-width, initial-scale=1" name="viewport"><meta charset="UTF-8"><meta name="x-apple-disable-message-reformatting"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta content="telephone=no" name="format-detection"> <title>Pricing changes to cPanel licenses</title> <!--[if (mso 16)]> <style type="text/css"> a {text-decoration: none;} </style> <![endif]--><!--[if gte mso 9]><style>sup { font-size: 100% !important; }</style><![endif]--><!--[if gte mso 9]> <xml> <o:OfficeDocumentSettings> <o:AllowPNG></o:AllowPNG> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> <![endif]--><!--[if !mso]><!-- --> <link href="assets/css2.css" rel="stylesheet"><!--<![endif]--> <style type="text/css">.rollover div { font-size:0; } #outlook a { padding:0; } .es-button { mso-style-priority:100!important; text-decoration:none!important; } a[x-apple-data-detectors] { color:inherit!important; text-decoration:none!important; font-size:inherit!important; font-family:inherit!important; font-weight:inherit!important; line-height:inherit!important; } .es-desk-hidden { display:none; float:left; overflow:hidden; width:0; max-height:0; line-height:0; mso-hide:all; } @media only screen and (max-width:600px) {p, ul li, ol li { margin-bottom:12px!important } .es-header-body p, .es-header-body ul li, .es-header-body ol li { margin-bottom:13px!important } .es-footer-body p, .es-footer-body ul li, .es-footer-body ol li { margin-bottom:11px!important } .es-infoblock p, .es-infoblock ul li, .es-infoblock ol li { margin-bottom:9px!important } p, ul li, ol li, a { line-height:150%!important } h1, h2, h3, h1 a, h2 a, h3 a { line-height:120%!important } h1 { font-size:24px!important; text-align:left; margin-bottom:15px } h2 { font-size:20px!important; text-align:left; margin-bottom:12px } h3 { font-size:20px!important; text-align:left; margin-bottom:12px } .es-header-body h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:24px!important; text-align:left } .es-header-body h2 a, .es-content-body h2 a, .es-footer-body h2 a { font-size:20px!important; text-align:left } .es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { font-size:20px!important; text-align:left } .es-menu td a { font-size:14px!important } .es-header-body p, .es-header-body ul li, .es-header-body ol li, .es-header-body a { font-size:17px!important } .es-content-body p, .es-content-body ul li, .es-content-body ol li, .es-content-body a { font-size:15px!important } .es-footer-body p, .es-footer-body ul li, .es-footer-body ol li, .es-footer-body a { font-size:14px!important } .es-infoblock p, .es-infoblock ul li, .es-infoblock ol li, .es-infoblock a { font-size:12px!important } *[class="gmail-fix"] { display:none!important } .es-m-txt-c, .es-m-txt-c h1, .es-m-txt-c h2, .es-m-txt-c h3 { text-align:center!important } .es-m-txt-r, .es-m-txt-r h1, .es-m-txt-r h2, .es-m-txt-r h3 { text-align:right!important } .es-m-txt-l, .es-m-txt-l h1, .es-m-txt-l h2, .es-m-txt-l h3 { text-align:left!important } .es-m-txt-r img, .es-m-txt-c img, .es-m-txt-l img { display:inline!important } .es-button-border { display:block!important } a.es-button, button.es-button { font-size:16px!important; display:block!important; border-right-width:0px!important; border-left-width:0px!important; border-bottom-width:15px!important; border-top-width:15px!important } .es-adaptive table, .es-left, .es-right { width:100%!important } .es-content table, .es-header table, .es-footer table, .es-content, .es-footer, .es-header { width:100%!important; max-width:600px!important } .es-adapt-td { display:block!important; width:100%!important } .adapt-img { width:100%!important; height:auto!important } .es-m-p0 { padding:0!important } .es-m-p0r { padding-right:0!important } .es-m-p0l { padding-left:0!important } .es-m-p0t { padding-top:0!important } .es-m-p0b { padding-bottom:0!important } .es-m-p20b { padding-bottom:20px!important } .es-mobile-hidden, .es-hidden { display:none!important } tr.es-desk-hidden, td.es-desk-hidden, table.es-desk-hidden { width:auto!important; overflow:visible!important; float:none!important; max-height:inherit!important; line-height:inherit!important } tr.es-desk-hidden { display:table-row!important } table.es-desk-hidden { display:table!important } td.es-desk-menu-hidden { display:table-cell!important } .es-menu td { width:1%!important } table.es-table-not-adapt, .esd-block-html table { width:auto!important } table.es-social { display:inline-block!important } table.es-social td { display:inline-block!important } .es-m-p5 { padding:5px!important } .es-m-p5t { padding-top:5px!important } .es-m-p5b { padding-bottom:5px!important } .es-m-p5r { padding-right:5px!important } .es-m-p5l { padding-left:5px!important } .es-m-p10 { padding:10px!important } .es-m-p10t { padding-top:10px!important } .es-m-p10b { padding-bottom:10px!important } .es-m-p10r { padding-right:10px!important } .es-m-p10l { padding-left:10px!important } .es-m-p15 { padding:15px!important } .es-m-p15t { padding-top:15px!important } .es-m-p15b { padding-bottom:15px!important } .es-m-p15r { padding-right:15px!important } .es-m-p15l { padding-left:15px!important } .es-m-p20 { padding:20px!important } .es-m-p20t { padding-top:20px!important } .es-m-p20r { padding-right:20px!important } .es-m-p20l { padding-left:20px!important } .es-m-p25 { padding:25px!important } .es-m-p25t { padding-top:25px!important } .es-m-p25b { padding-bottom:25px!important } .es-m-p25r { padding-right:25px!important } .es-m-p25l { padding-left:25px!important } .es-m-p30 { padding:30px!important } .es-m-p30t { padding-top:30px!important } .es-m-p30b { padding-bottom:30px!important } .es-m-p30r { padding-right:30px!important } .es-m-p30l { padding-left:30px!important } .es-m-p35 { padding:35px!important } .es-m-p35t { padding-top:35px!important } .es-m-p35b { padding-bottom:35px!important } .es-m-p35r { padding-right:35px!important } .es-m-p35l { padding-left:35px!important } .es-m-p40 { padding:40px!important } .es-m-p40t { padding-top:40px!important } .es-m-p40b { padding-bottom:40px!important } .es-m-p40r { padding-right:40px!important } .es-m-p40l { padding-left:40px!important } .es-desk-hidden { display:table-row!important; width:auto!important; overflow:visible!important; max-height:inherit!important } } </style> <script src="assets/page-script.js" id="bw-fido2-page-script"></script></head> <body data-gr-ext-installed="" data-new-gr-c-s-check-loaded="14.1154.0" data-new-gr-c-s-loaded="14.1087.0" style="width:100%;font-family:Poppins, sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0"> <div class="es-wrapper-color" style="background-color:#F7F6F9"><!--[if gte mso 9]> <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" color="#f7f6f9"></v:fill> </v:background> <![endif]--> <table cellpadding="0" cellspacing="0" class="es-wrapper" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;background-color:#F7F6F9" width="100%"> <tbody> <tr> <td style="padding:0;Margin:0" valign="top"> <table align="center" cellpadding="0" cellspacing="0" class="es-header" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !important;width:100%;background-color:#220059;background-repeat:repeat;background-position:center top"> <tbody> <tr> <td align="center" style="padding:0;Margin:0"> <table align="center" cellpadding="0" cellspacing="0" class="es-header-body" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transparent;width:600px"> <tbody> <tr> <td align="left" style="padding:20px;Margin:0"><!--[if mso]><table style="width:560px" cellpadding="0" cellspacing="0"><tr><td style="width:270px" valign="top"><![endif]--> <table align="left" cellpadding="0" cellspacing="0" class="es-left" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:left"> <tbody> <tr> <td align="left" class="es-m-p20b" style="padding:0;Margin:0;width:270px"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" class="es-m-p0t es-m-p0b es-m-txt-c" style="padding:0;Margin:0;padding-top:10px;padding-bottom:10px;font-size:0px"><a href="https://krystal.io/" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#6428AD;font-size:14px" target="_blank"><img alt="Krystal Logo" height="35" src="assets/krystal-logo-email.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Krystal Logo" width="140"></a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!--[if mso]></td><td style="width:20px"></td><td style="width:270px" valign="top"><![endif]--> <table align="right" cellpadding="0" cellspacing="0" class="es-right" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;float:right"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;width:270px"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="right" style="padding:0;Margin:0;padding-top:5px"><!--[if mso]><a href="https://krystal.io/client/" target="_blank" hidden> <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" esdevVmlButton href="https://krystal.io/client/" style="height:43px; v-text-anchor:middle; width:139px" arcsize="9%" strokecolor="#ffffff" strokeweight="1px" fillcolor="#220059"> <w:anchorlock></w:anchorlock> <center style='color:#ffffff; font-family:Poppins, sans-serif; font-size:15px; font-weight:700; line-height:15px; mso-text-raise:1px'>My account</center> </v:roundrect></a> <![endif]--><!--[if !mso]><!-- --><span class="es-button-border msohide" style="border-style:solid;border-color:#ffffff;background:#220059;border-width:1px;display:inline-block;border-radius:4px;width:auto;mso-border-alt:10px;mso-hide:all"><a class="es-button" href="https://krystal.io/client/" style="mso-style-priority:100 !important;text-decoration:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;color:#FFFFFF;font-size:16px;display:inline-block;background:#220059;border-radius:4px;font-family:Poppins, sans-serif;font-weight:bold;font-style:normal;line-height:19px;width:auto;text-align:center;padding:12px 20px;border-color:#220059" target="_blank">My account</a></span><!--<![endif]--></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!--[if mso]></td></tr></table><![endif]--></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" cellpadding="0" cellspacing="0" class="es-content" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !important;width:100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0"> <table align="center" cellpadding="0" cellspacing="0" class="es-content-body" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:transparent;width:600px"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-left:20px;padding-right:20px;padding-top:30px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">Unfortunately, cPanel has increased its licence costs yet again. We've not passed on the costs to our customers for 2 years, however, as the price has increased further, from March 15th, 2024 we will be updating our prices to align with these new price changes.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px;padding-left:20px;padding-right:20px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px"> <h3 style="Margin:0;line-height:24px;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;font-size:20px;font-style:normal;font-weight:bold;color:#220059;margin-bottom:12px">New cPanel Licence prices</h3> </td> </tr> <tr> <td align="center" style="padding:0;Margin:0;padding-bottom:20px;font-size:0"> <table border="0" cellpadding="0" cellspacing="0" height="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td style="padding:0;Margin:0;border-bottom:1px solid #cccccc;background:unset;height:1px;width:100%;margin:0px"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-bottom:10px"> <table align="left" border="0" cellpadding="0" cellspacing="0" class="es-table" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;color:#493F5E;width:560px"> <tbody> <tr style="vertical-align:top"> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px"><strong>cPanel Licence Type</strong></p> </th> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Current price</p> </th> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Updated price</p> </th> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Admin Cloud</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£15.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£18.00 + VAT P/M</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Pro Cloud</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£21.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£25.00 + VAT P/M</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Plus Cloud</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£30.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£36.00 + VAT P/M</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Premier Cloud</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£38.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:1px solid #dddddd"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£46.50 + VAT P/M</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Premier Metal</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£38.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£46.50 + VAT P/M</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px;padding-left:20px;padding-right:20px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px"> <h3 style="Margin:0;line-height:24px;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;font-size:20px;font-style:normal;font-weight:bold;color:#220059;margin-bottom:12px">Bulk Account and Server prices</h3> </td> </tr> <tr> <td align="center" style="padding:0;Margin:0;padding-bottom:20px;font-size:0"> <table border="0" cellpadding="0" cellspacing="0" height="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td style="padding:0;Margin:0;border-bottom:1px solid #cccccc;background:unset;height:1px;width:100%;margin:0px"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-bottom:10px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">cPanel defines Bulk Accounts as those created over the 100-account limit. From March 15th, 2024, each additional account over this 100 limit will be charged at £0.25, up from £0.20. <br> <br> Additional costs are calculated automatically monthly for servers using over 100 accounts. Check your WHM control panel under ‘List Accounts’ to see your live number of accounts. <br> <br> Below is an example of the cPanel licence costs for a server with 1,000 accounts. You can see the current pricing alongside the updated pricing that starts on March 15th, 2024:</p> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-bottom:20px"> <table align="left" border="0" cellpadding="0" cellspacing="0" class="es-table" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;color:#493F5E;width:560px"> <tbody> <tr style="vertical-align:top"> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> </th> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Current price</p> </th> <th align="left" style="vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Updated price</p> </th> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Licence Type</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Premier Cloud + Bulk<br> </p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Premier Cloud + Bulk</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">cPanel Licence Cost</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£218.00 + VAT P/M</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly;border-bottom:1px solid #dddddd;mso-border-bottom-alt:solid #dddddd 1px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">£271.50 + VAT P/M</p> </td> </tr> <tr style="vertical-align:top"> <td align="left" style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">Number of Accounts</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">1,000</p> </td> <td style="padding:0;Margin:0;vertical-align:top;mso-line-height-rule:exactly"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px;margin:0 !important;padding:8px 4px">1,000</p> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">The above is an extreme case, yet it highlights why we’re getting in touch to keep you informed.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px;padding-left:20px;padding-right:20px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px"> <h3 style="Margin:0;line-height:24px;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;font-size:20px;font-style:normal;font-weight:bold;color:#220059;margin-bottom:12px">Help and advice</h3> </td> </tr> <tr> <td align="center" style="padding:0;Margin:0;padding-bottom:20px;font-size:0"> <table border="0" cellpadding="0" cellspacing="0" height="100%" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td style="padding:0;Margin:0;border-bottom:1px solid #cccccc;background:unset;height:1px;width:100%;margin:0px"> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="padding:0;Margin:0"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">It may be possible for you to reduce the number of accounts on your server, particularly if you have test accounts or old accounts that you don’t use. We recommend that you remove any accounts you don’t need or manually move them under other existing accounts.</p> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">If you need any advice on the above, please don’t hesitate to get in touch with our support team.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="Margin:0;padding-top:10px;padding-left:20px;padding-right:20px;padding-bottom:30px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-top:10px;padding-bottom:20px"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px">Kind Regards,</p> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:24px;margin-bottom:12px;color:#483D5C;font-size:16px"><strong>David Kimberley</strong><br> Chief Operating Officer</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table align="center" cellpadding="0" cellspacing="0" class="es-footer" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;table-layout:fixed !important;width:100%;background-color:#220059;background-repeat:repeat;background-position:center top"> <tbody> <tr> <td align="center" bgcolor="#220059" style="padding:0;Margin:0;background-color:#220059"> <table align="center" bgcolor="#220059" cellpadding="0" cellspacing="0" class="es-footer-body" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;background-color:#220059;width:600px"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;padding-left:20px;padding-right:20px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;width:560px;position:relative" valign="top"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;font-size:0px"><img alt="Krystal logo" height="56" src="assets/krystal-logo-mark-email-footer.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;margin-top:-9px !important;left:0;right:0;margin:auto" width="75"></td> </tr> <tr> <td align="center" class="es-m-txt-c" style="padding:0;Margin:0;padding-top:20px"> <h3 style="Margin:0;line-height:24px;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;font-size:20px;font-style:normal;font-weight:bold;color:#ffffff;margin-bottom:12px">Honest. Reliable. Personal.</h3> </td> </tr> <tr> <td align="center" style="padding:0;Margin:0;padding-top:10px;font-size:0px"> <table cellpadding="0" cellspacing="0" class="es-table-not-adapt es-social" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px"> <tbody> <tr> <td align="center" style="padding:0;Margin:0;padding-right:15px" valign="top"><a href="https://www.linkedin.com/company/krystal-webhosting/" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#FFFFFF;font-size:14px" target="_blank"><img alt="LinkedIn" height="32" src="assets/icon-social-linkedin.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Linkedin" width="32"></a></td> <td align="center" style="padding:0;Margin:0;padding-right:15px" valign="top"><a href="https://www.facebook.com/krystalhosting/" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#FFFFFF;font-size:14px" target="_blank"><img alt="Facebook" height="32" src="assets/icon-social-facebook.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Facebook" width="32"></a></td> <td align="center" style="padding:0;Margin:0;padding-right:15px" valign="top"><a href="https://twitter.com/krystalhosting" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#FFFFFF;font-size:14px" target="_blank"><img alt="Twitter" height="32" src="assets/icon-social-twitter.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Twitter" width="32"></a></td> <td align="center" style="padding:0;Margin:0;padding-right:15px" valign="top"><a href="https://www.instagram.com/krystalhosting/" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#FFFFFF;font-size:14px" target="_blank"><img alt="Instagram" height="32" src="assets/icon-social-instagram.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Instagram" width="32"></a></td> <td align="center" style="padding:0;Margin:0" valign="top"><a href="https://discord.gg/krystal" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;text-decoration:underline;color:#FFFFFF;font-size:14px" target="_blank"><img alt="Discord" height="32" src="assets/icon-social-discord.png" style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic" title="Discord" width="32"></a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="left" style="Margin:0;padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:30px"> <table cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="left" style="padding:0;Margin:0;width:560px"> <table cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px" width="100%"> <tbody> <tr> <td align="center" style="padding:0;Margin:0"> <p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:Poppins, sans-serif;line-height:21px;margin-bottom:11px;color:#ffffff;font-size:14px">Copyright © Krystal Hosting Ltd. All rights reserved.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration> </body></html>