{"id":537,"date":"2026-01-23T04:25:43","date_gmt":"2026-01-23T04:25:43","guid":{"rendered":"https:\/\/googiehost.com\/blog\/hostingloginguide\/?p=537"},"modified":"2026-01-23T04:25:43","modified_gmt":"2026-01-23T04:25:43","slug":"mochahost-login","status":"publish","type":"loginguide","link":"https:\/\/googiehost.com\/blog\/hostingloginguide\/mochahost-login\/","title":{"rendered":"MochaHost Login"},"content":{"rendered":"\n<p>Mochahost login Looking for cpanel hosting, JSP hosting, PHP MySQL hosting and frontpage hosting? <\/p>\n\n\n\n<p>Mochahost is the perfect platform for you. With our budget-conscious business plans, we gladly offer you the best features to grow your business. <\/p>\n\n\n\n<p>To be able to access through our many features, we provide you step by step procedures to logging in and other FAQ\u2019s:<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2 id=\"table-of-contents\">Table of Contents<\/h2><nav><ul><li><a href=\"#i-cant-login-to-my-site-control-panel\">I Can&#8217;t Login To My Site Control Panel?<\/a><\/li><li><a href=\"#how-to-reduce-disk-space-on-a-cpanel-server\">How To Reduce Disk Space On a cPanel Server?<\/a><\/li><li><a href=\"#how-to-change-permissions-in-solidcp-panel\">How to Change Permissions In SolidCP Panel<\/a><\/li><li><a href=\"#how-to-cpanel-connect-ftp-with-web-browser\">How To cPanel Connect FTP With Web Browser? &#8211;<\/a><\/li><li><a href=\"#how-do-i-set-up-my-email-in-eudora-52\">How Do I Set Up My E-mail In Eudora 5.2?<\/a><\/li><li><a href=\"#fa-qs\">FAQ\u2019s<\/a><ul><li><a href=\"#faq-question-1767170363193\">What is the MochaHost cPanel login link?<\/a><\/li><li><a href=\"#faq-question-1767170389951\">Why is my login failing?<\/a><\/li><li><a href=\"#faq-question-1767170416782\">How can I reset my password?<\/a><\/li><li><a href=\"#faq-question-1767170447424\">How do I fix &#8220;403 Forbidden&#8221; in SolidCP?<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<div class=\"ghostkit-divider ghostkit-divider-type-solid ghostkit-custom-pESnf\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-cant-login-to-my-site-control-panel\">I Can&#8217;t Login To My Site Control Panel?<\/h2>\n\n\n\n<p>Mochahost login:- Many times, there may be complications while trying to log in to your <a href=\"https:\/\/googiehost.com\/blog\/go\/mochahost\/\" target=\"_blank\" rel=\"noreferrer noopener sponsored\">Mochahost<\/a> cPanel login.&nbsp;<\/p>\n\n\n\n<p>The first thing you need to check is your login link. You need to make sure that you\u2019re using the right cPanel log in link to access through your site. <\/p>\n\n\n\n<p>To log in, simply access through your AMP account first and click on the button named cPanel below your account.<\/p>\n\n\n\n<p>&nbsp;If you\u2019re not using the correct link, go to your address bar and type your domain name in it. Add a \/cpanel\/ at the back of your domain name and click on it. You will be automatically redirected to your cpanel login page.<\/p>\n\n\n\n<p>Other important things to keep in mind are to make sure your Firewall is permitted to allow outer connections to internet port and to check your username and password. <\/p>\n\n\n\n<p>Your username and password should not contain any uppercase letters and if you have made changes to them, be sure to <a href=\"https:\/\/googiehost.com\/blog\/review\/\" target=\"_blank\" rel=\"noreferrer noopener\">review<\/a> them earlier.&nbsp;<\/p>\n\n\n\n<p>Also Read:-<a class=\"rank-math-link\" href=\"https:\/\/googiehost.com\/blog\/hostingloginguide\/how-to-login-client-login-in-skysilk\/\"> <\/a>How To <a href=\"https:\/\/googiehost.com\/blog\/hostingloginguide\/skysilk-hosting-login\/\" target=\"_blank\" rel=\"noreferrer noopener\">Skysilk Hosting Login<\/a>: Client Area, Linux VPS&nbsp;<\/p>\n\n\n\n<div class=\"ghostkit-divider ghostkit-divider-type-solid ghostkit-custom-Z231Eqs\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-reduce-disk-space-on-a-cpanel-server\">How To Reduce Disk Space On a cPanel Server?<\/h2>\n\n\n\n<p><strong>1. Delete and move users\u2019 backups:<\/strong><\/p>\n\n\n\n<p>Storing your backup on the server instead of downloading them may cause the server to run out of space quickly. To delete backups use the following command:<\/p>\n\n\n\n<p>for user in `\/bin\/ls -A \/var\/cpanel\/users` ; do rm -VF \/home\/$user\/backup-*$user.tar.gz ; done<\/p>\n\n\n\n<p>You can also move your backup to a different machine designed for storing your backup to save space. WHM has such option to configure backups.<\/p>\n\n\n\n<p><strong>2. Deleting Temporary Files.<\/strong><\/p>\n\n\n\n<p>Temporary files are the copies of files that are maintained by cPanel when files are uploaded by the file manager. They need to be removed by the use of the following command:<\/p>\n\n\n\n<p>locate .pureftpd-upload | xargs rm -fv<\/p>\n\n\n\n<p>or<\/p>\n\n\n\n<p>rm -fv \/home\/*\/tmp\/Cpanel_*<\/p>\n\n\n\n<p><strong>3. Deleting cPanel updates<\/strong>:<\/p>\n\n\n\n<p>Updates sometimes causes unnecessary files to be left on the cPanel which may be removed by :<\/p>\n\n\n\n<p>&nbsp;\/usr\/local\/apache.backup*<\/p>\n\n\n\n<p>\/home\/cpeasyapache&nbsp;<\/p>\n\n\n\n<p><strong>4. Removing unused accounts:<\/strong><\/p>\n\n\n\n<p>Unused accounts take up a lot of space which is why you need to remove them from your server. Free up your space by deleting all those unused accounts. There are two ways to do so:&nbsp;<\/p>\n\n\n\n<p>Either click on WHM and select Terminate an Account&nbsp;<\/p>\n\n\n\n<p><strong>or<\/strong>&nbsp;<\/p>\n\n\n\n<p>Use the command : \/scripts\/killacct &lt;user&gt; &lt;y\/n&gt;<\/p>\n\n\n\n<p>Space can also be cleared by reducing the reserved space by disk.<\/p>\n\n\n\n<p>If Also you want to know about How To Client, FTP, Domains <a href=\"https:\/\/googiehost.com\/blog\/hostingloginguide\/smarterasp-login\" target=\"_blank\" rel=\"noreferrer noopener\">Login smarterasp.net<\/a><\/p>\n\n\n\n<div class=\"ghostkit-divider ghostkit-divider-type-solid ghostkit-custom-Z2miaPf\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-change-permissions-in-solidcp-panel\"><strong>How to Change Permissions In SolidCP Panel<\/strong><\/h2>\n\n\n\n<p>mochahost login For step by step instructions please review the following tutorial:<\/p>\n\n\n\n<div id=\"affiliate-style-f28bb80a-53bc-4c39-a60f-461c563691fd\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-f28bb8 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Firstly, log in to SolidCP and click on File manager.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-12.png\" alt=\"mochahost login\" class=\"wp-image-540\" title=\"\"><\/figure>\n\n\n\n<div id=\"affiliate-style-04beaa9c-305e-4481-a758-be2115541af5\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-04beaa affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Browse through the folders to locate the folder or file that you want to change the permissions on and click on the Padlock icon.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-13.png\" alt=\"mochahost login\" class=\"wp-image-541\" title=\"\"><\/figure>\n\n\n\n<div id=\"affiliate-style-e1e341d9-7abd-4d01-99ec-3545a44d1cf0\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-e1e341 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Locate the website user that you want to change the permission for, from the Permissions window.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-14.png\" alt=\"mochahost login\" class=\"wp-image-542\" title=\"\"><\/figure>\n\n\n\n<div id=\"affiliate-style-e950c678-1ef4-436b-ac9c-c757474fa1f3\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-e950c6 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Check the Read and Write checkbox that needs Write Permissions on.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-15.png\" alt=\"mochahost login\" class=\"wp-image-543\" title=\"\"><\/figure>\n\n\n\n<div id=\"affiliate-style-a7703552-09dd-423d-a000-d856dbdafab8\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-a77035 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Finally, check the Replace permissions to set the same permissions for all folders and files within the folder.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<div id=\"affiliate-style-783fb85d-44b3-4c09-9600-b516130e402b\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-783fb8 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-check-circle\"><li>Click on Set Permissions, and you\u2019re good to go.<\/li><\/ul><\/div><\/div><\/div>\n\n\n\n<div class=\"ghostkit-divider ghostkit-divider-type-solid ghostkit-custom-Z1H9MAv\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-cpanel-connect-ftp-with-web-browser\">How To cPanel Connect FTP With Web Browser? &#8211; <\/h2>\n\n\n\n<p>Either connect your browser to FTP using the provided username and password or create a new account to have an FTP account.&nbsp;<\/p>\n\n\n\n<p>After creating an FTP account, to connect to FTP with your Web Browser, do the following steps:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> The first thing you need to is to acquire the Username and Password required connecting to FTP<\/p>\n\n\n\n<p><strong>Step 2: <\/strong>Then open your web browser eg. Google Chrome or Firefox<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> In the locator bar, type&nbsp;ftp:\/\/username@domain:password@domain.com<\/p>\n\n\n\n<p>With this, you will be automatically connected.&nbsp;<\/p>\n\n\n\n<div class=\"ghostkit-divider ghostkit-divider-type-solid ghostkit-custom-23Mq3W\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-i-set-up-my-e-mail-in-eudora-5-2\">How Do I Set Up My E-mail In Eudora 5.2?<\/h2>\n\n\n\n<p><strong>Step 1:<\/strong> Firstly, open Eudora, click Tools, and then click Options from the many tabs provided.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-16.png\" alt=\"mochahost login\" class=\"wp-image-544\" title=\"\"><\/figure>\n\n\n\n<p><strong>Step 2:<\/strong> Fill in the name, address, Mail server, login name and outgoing mail fields on the Getting Start category.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-17.png\" alt=\"mochahost login\" class=\"wp-image-545\" title=\"\"><\/figure>\n\n\n\n<p><strong>Step 3:<\/strong> Right Click and go to Properties. Ensure that STARTTLS is selected for Secure Sockets on the Checking Mail category.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-18.png\" alt=\"mochahost login\" class=\"wp-image-546\" title=\"\"><\/figure>\n\n\n\n<p><strong>Step 4:<\/strong> On the Incoming Mail category, verify for Server configuration to POP and Authentication style is set to Passwords.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/hlg-legacy\/2021\/02\/image-19.png\" alt=\"mochahost login\" class=\"wp-image-547\" title=\"\"><\/figure>\n\n\n\n<p><strong>Step 5:<\/strong> Click OK to finish<\/p>\n\n\n\n<p>Eudora will now receive mail from your domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faqs\">FAQ\u2019s<\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1767170363193\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \" class=\"rank-math-question \" id=\"what-is-the-mochahost-cpanel-login-link\"><strong>What is the MochaHost cPanel login link?<\/strong><\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Add <code>\/cpanel<\/code> to the end of your domain (e.g., <code>yourdomain.com\/cpanel<\/code>) or use your server IP with port <code>:2083<\/code><\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1767170389951\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \" class=\"rank-math-question \" id=\"why-is-my-login-failing\"><strong>Why is my login failing?<\/strong><\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Check for <strong>Caps Lock<\/strong> (usernames must be lowercase) or your local <strong>Firewall<\/strong> blocking ports 2082\/2083. Try an Incognito window.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1767170416782\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \" class=\"rank-math-question \" id=\"how-can-i-reset-my-password\">How can I reset my password?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Use the <strong>&#8220;Forgot Password&#8221;<\/strong> link on the login page or reset it directly from your <strong>AMP (Client Area)<\/strong> dashboard.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1767170447424\" class=\"rank-math-list-item\">\n<h4 class=\"rank-math-question \" class=\"rank-math-question \" id=\"how-do-i-fix-403-forbidden-in-solidcp\">How do I fix &#8220;403 Forbidden&#8221; in SolidCP?<\/h4>\n<div class=\"rank-math-answer \">\n\n<p>Open the <strong>File Manager<\/strong>, click the <strong>Padlock icon<\/strong>, and ensure <strong>Read\/Write<\/strong> permissions are correctly assigned to the web user.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mochahost login Looking for cpanel hosting, JSP hosting, PHP MySQL hosting and frontpage hosting? Mochahost is the perfect platform for&#8230;<\/p>\n","protected":false},"featured_media":1000108536,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"loginguide_category":[10454],"class_list":["post-537","loginguide","type-loginguide","status-publish","has-post-thumbnail","hentry","loginguide_category-login"],"acf":[],"_links":{"self":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/loginguide\/537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/loginguide"}],"about":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/types\/loginguide"}],"version-history":[{"count":0,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/loginguide\/537\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/media\/1000108536"}],"wp:attachment":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/media?parent=537"}],"wp:term":[{"taxonomy":"loginguide_category","embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/loginguide_category?post=537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}