Knowledgebase
The knowledgebase provides documentation written by our team. Please select a category or search for answers.
Linux (cPanel)
View All-
arrow_forwardReset lost/forgotten root passwordJust restart your machine and follow the steps: 1. At the boot(grub) menu select the linux kernel 2. then press e...
-
arrow_forwardIs My IP address blocked by the firewallIs My IP address blocked by the firewall? If you cannot access your Cpanel-hosted websites, ftp, email or Cpanel, it...
-
arrow_forwardFix permissions and ownership issues with cpanelThe following commands will fix and ownership and permissions issues. Replace test with cpanel username. chown ...
-
arrow_forwardAJAX Failure error in the email section of cpanel?Why do I get an AJAX Failure error in the email section of cpanel? In a recent update, cPanel integrated AJAX ...
-
arrow_forwardInternational characters in domains - IDNHow to add an IDN (Internationalised Domain Name) domain in cPanel and Helm Neither Cpanel nor Helm will support ...
WordPress Tutorials
View All-
arrow_forwardWordpress on temporary URLHow to develop your new Wordpress site on a temporary URLWhen transferring your WordPress installation to Fast2host,...
-
arrow_forwardUpdate comment and ping status to closedUPDATE wp_posts SET ping_status = 'closed';UPDATE wp_posts SET comment_status = 'closed';UPDATE wp_options SET ...
-
arrow_forwardDefault Wordpress .htaccess# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
-
arrow_forwardHow to set the Wordpress PHP memory limit in PleskYou can define the PHP memory limit in wp-config.php with the following: define( 'WP_MEMORY_LIMIT', '256M' ); ...
-
arrow_forwardPassword-protect your Wordpress wp-admin folderHow to Password Protect Your WordPress Admin (wp-admin) Directory With Wordpress now being extremely popular, it is ...
FAQ
View All-
arrow_forwardHow to add a trusted sender in WebmailHow do I add an email address or domain to the trusted senders list? Log in to webmail at ...
-
arrow_forwardIs My IP address blocked by the firewall?Is My IP Address Blocked by the Firewall? If you are unable to access your cPanel-hosted website, FTP, email, or...
-
arrow_forwardDoes pricing include VAT?VAT Information No. All pricing is subject to VAT, currently at 20.00%....
-
arrow_forwardHow do I go about renewing my hosting plan?You will automatically be invoiced and sent a reminder 20 days before the plan expires. At that time you can make...
-
arrow_forwardAre domain registrations refundable?Refund Policy No, domain registrations and renewals are non-refundable. Once registered, there is...
SSL Certificates
View All-
arrow_forwardInstall SSL certificate for domain in WHM/CpanelStep 1: Dedicated IP Address The first, and very important, step in installing a SSL certificate is to make sure the...
-
arrow_forwardReplace wildcard SSL on multiple sites bound to same IPReplace wildcard SSL on multiple sites bound to same IP The context of the answer is that IIS 7 doesn't actually ...
Billing
View All-
arrow_forwardHow do I add or change my billing cardHow Do I Add or Change My Billing Card? To add or update your credit or debit card for ...
-
arrow_forwardAre Domain Registrations Refundable?Are Domain Registrations Refundable? No. Domain registrations and renewals are ...
-
arrow_forwardCan i make payment over the phone ?Yes - Contact Accounts on +44 (0)1480 26 00 00
-
arrow_forwardCan i add extra features or upgrade my account ?You can upgrade/downgrade and add new features for your account instantly from within the client area.Or contact ...
-
arrow_forwardI want to cancel my account, what do I do?Login to the client area at https://www.fast2host.com/clientarea.php Select "My Products & Services" For the ...
Databases
View All-
arrow_forwardMySQL 5 connection stringMyODBC 3.51 Remote databaseDriver={MySQL ODBC 3.51 ...
-
arrow_forwardWhat ODBC Driver types are supported on Windows Hosting?AccessExcelTextMSSQL if installedMySQL if installedFoxpro
-
arrow_forwardDo you support ODBC and DSN-Less connections?Windows Hosting Packages: Yes we support both methods.
-
arrow_forwardSQL Server 2008 connection stringsSQL Native Client ODBC Driver Driver={SQL Native ...
-
arrow_forwardCan I Make my own Backup Copies of my database?The following instructions are shown how to create personal backup copies of your Databases. - MS Access To...
Domains
View All-
arrow_forwardHow can I minimize downtime when transferring a domain to Fast2host?How Can I Minimise Downtime When Transferring a Domain to Fast2Host? Following the steps below will help you ...
-
arrow_forwardHow long will it take to register a new domain name.How Long Will It Take to Register a New Domain Name? Registering a new domain name with Fast2Host is quick and ...
-
arrow_forwardHow do I transfer a domain name to Fast2Host?How Do I Transfer a .UK Domain Name to Fast2Host? Transferring your .UK domain (such as .co.uk, .org.uk, or ...
-
arrow_forwardWhat is each DNS Record used for?DNS is used for directing requests for the domain name, so that the end machine knows how to handle requests. When...
-
arrow_forwardRe-synch domain EPP codeIn the future, you can actually resynch the authorization code using our API. To do so, you would use the following ...
-
arrow_forwardHow to connect Plesk email account to outlook or other mail clients as IMAP accountTo add your Plesk Windows mail account as an IMAP to a mail client such as outlook. In outlook go to "file" at the...
-
arrow_forwardAdding Fast2host Smartermail account into Outlook(NEW)Turn "See more" slider on Turn "Use Recommended Settings" slider off IMAP Incoming server: mail.plesk-secure.com ...
-
arrow_forwardHow to add a trusted sender in WebmailHow do I add an email address or domain to the trusted senders list? Log in to webmail at ...
-
arrow_forwardSending email from Wordpress with SMTP Authentication.In order to send email from Wordpress using SMTP authentication, you need to install a plugin. We suggest WP Mail ...
-
arrow_forwardConfiguring <mailsettings> in web.config to send emailHow do I configure the <mailsettings> section of web.config to send a simple enquiry form email from a ...
FTP
View All-
arrow_forwardSetting up and using FTPFTP (File Transfer Protocol) is the method you will use to copy your web pages and files from your computer to your ...
-
arrow_forwardWhich folder shall i upload to ? What are the default folders on my webspace and what are they...There are three folders on your webspace by default1 ) WWWROOT (you should upload your website to this folder)2 ) DB ...
-
arrow_forwardCreating FTP accounts in Helm.With your FTP client enter the following:Hostname = ftp.your-domain-name.comusername and password set in helm ...
-
arrow_forwardFTP error 425 Cannot open data connection.When connecting to the FTP server, if you get the error "425 Cannot open data connection." or "Could not retrieve ...
-
arrow_forwardFTP and navigating around the folders is extremely slowSometimes, FTPing and navigating around the folders to my site is extremely slow. This is caused by directory...
Scripting
View All-
arrow_forwardConfiguring <mailsettings> in web.config to send emailHow do I configure the <mailsettings> section of web.config to send a simple enquiry form email from a ...
-
arrow_forwardPHP Mail Script with SMTP AuthenticationThe below email script is for PHP emailing with SMTP authentication. <?php //new function $to = ...
-
arrow_forwardCDO Sending email scriptSample code for using CDO to send email from a webpage using authentication. Const cdoSendUsingPort = 2 'Send the ...
-
arrow_forwardHow to reddirect all calls to http to https using .htaccessHow to redirect from non-secure http to secure (SSL) https Create a .htaccess file in your wwwroot folder (Windows ...
-
arrow_forwardSQL Server 2012 connectionsApplies to Websitepanel Windows hosting only:Use IP address 95.128.129.60 to connect in your scripts and remotely.
Resellers
View All-
arrow_forwardHow Do I Create Personal Name Servers like ns1.your-domain-name.com and ns2.your-domain-name.com ?Login to your resellers account.Select Account Settings > global settings.In Name Server Mask enter ...
-
arrow_forwardHelm Reseller User GuideDownload our reseller user guide from http://www.fast2host.com/support/docs/HelmResellerGuide.pdf
Problems and Fixes
View All-
arrow_forwardSending email from Wordpress with SMTP Authentication.In order to send email from Wordpress using SMTP authentication, you need to install a plugin. We suggest WP Mail ...
-
arrow_forwardAJAX Failure error in the email section of cpanel?Why do I get an AJAX Failure error in the email section of cpanel? In a recent update, cPanel integrated AJAX ...
-
arrow_forwardSecured Folders in WebsitepanelWhen enabling secured folders in Websitepanel, ensure the following options under Authentication: are ...
-
arrow_forwardUnable to view detailed ASP.Net 4 errors on remote machineThis article applies to dedicated/VPS customers only, as the necessary changes are already made on our shared web ...
-
arrow_forwardHow to recycle your application pool (Windows 2008)This article applies to Windows 2008 with Websitepanel. Firstly, download and install IIS manager from ...
How to
View All-
arrow_forwardHow to create and upload a website with lovableHow to Create a Lovable Website and Deploy via FTP to cPanel This guide explains step-by-step how to create...
-
arrow_forwardHow to add a trusted sender in WebmailHow do I add an email address or domain to the trusted senders list? Log in to webmail at ...
-
arrow_forwardHow to reboot server with APC power rebootsLogin to the client area at http://www.fast2host.com/index.php Select "My Products & Services" Select ...
-
arrow_forwardView Bandwidth graphs for network trafficAll servers are monitored and traffic graphs can be found within the client area. Login to the client area at ...
-
arrow_forwardSending email from Wordpress with SMTP Authentication.In order to send email from Wordpress using SMTP authentication, you need to install a plugin. We suggest WP Mail ...
Linux
View All-
arrow_forwardCan I manage my own DNS?Yes you can. Windows hosting users can create/edit/delete your own DNS records from within Helm or Websitepanel....
-
arrow_forwardWordpress on temporary URLHow to develop your new Wordpress site on a temporary URLWhen transferring your WordPress installation to Fast2host,...
-
arrow_forwardPassword-protect your Wordpress wp-admin folderHow to Password Protect Your WordPress Admin (wp-admin) Directory With Wordpress now being extremely popular, it is ...
-
arrow_forwardConfiguring Mailscanner in CpanelHow to Configure MailScanner in cPanelThis article describes how to configure MailScanner in cPanel. MailScanner is...
-
arrow_forwardHow to Reset your Linux Root PasswordWhenever you can't remember Root password, you can read this tutorial and do step by step to Reset it ... You can...
Backup
View All-
Nothing to display
Joomla
View All-
arrow_forwardConnection timeouts, MailService.exe crashes, and IP binding issues caused by server hardwareConnection timeouts, MailService.exe crashes, and IP binding issues caused by server hardware Applies to: ...
-
arrow_forwardHow to restore Smartermail mailboxHOW TO: Restore mailbox data without restarting smartermail service. 1. Restore the user's .grp files to a temporary ...
-
arrow_forwardChange mail sending IP - LinuxSometimes mail server IP gets blacklisted in the RBL's which causes inconvenience to send / receive emails. To...
ASP.Net
View AllDatabases
View All-
arrow_forwardGet auto-close and auto-shrink status SQL ServerAuto-close and auto-shrink should be FalseBelow is the query to find the options set in your databases. SELECT...
-
arrow_forwardRename root in mysql to make it more secure.Information from http://dev.mysql.com/tech-resources/articles/securing_mysql_windows.html Step 11: GRANT the...
-
arrow_forwardMySQL 4.1+ using the old insecure authenticationMySQL extension for PHP 5.3 and greater requires that the MySQL server is using a newer and more secure password ...
-
arrow_forwardSQL 2000 suspect databasesp_configure "Allow updates" , 1goupdate sysdatabasesset status = status & ~ 256where (name = 'database ...
-
arrow_forwardSQL 2000 Single user modeALTER DATABASE avante_vans SET MULTI_USER WITH ROLLBACK IMMEDIATE
PHP
View All-
arrow_forwardHow to recompile PHP for linux to include extraSo you realized you'll need to install mcrypt libraries in order to operate your billing package eh? In addition to ...
-
arrow_forwardUnable to connect to MSSQL from PHPUsually the wrong version of ntwdblib.dll is present in PHP folder. Upload version from ...
-
arrow_forwardForce PHP changes to update - centos serversTo implement changes made to php.ini, run the following:cagefsctl --force-update
Linux
View All-
arrow_forwardReload IP addresses after Linux restartRun the following command in SSH: /etc/init.d/ipaliases restart
-
arrow_forwardHow to find / disable core dump filesHow to disable core dumps on Linux Servers Core dump is a memory or a storage dump which records the memory...
-
arrow_forwardReset lost/forgotten root passwordJust restart your machine and follow the steps: 1. At the boot(grub) menu select the linux kernel 2. then press e...
-
arrow_forwardCheck email activity in Linux mail log# grep domain.com /var/log/maillog# grep user+domain.com /var/log/maillog
-
arrow_forwardip_conntrack: table full, dropping packetip_conntrack: table full, dropping packetIf you notice the above message in syslog, it looks like the conntrack ...
Windows Servers
View All-
arrow_forwardWeb Deploy restartnet stop msdepsvcnet start msdepsvcnet stop wmsvcnet start wmsvc
-
arrow_forwardCommand Line Hack for: "Terminal Server Has Exceeded the Maximum Number of Allowed...The terminal server has exceeded the maximum number of allowed connections. The system can not log you on." Here's a...
-
arrow_forwardASP session lost when redirecting from http page to secure https pageWindows 2008ASP session lost when redirecting from http page to secure https pageSelect website in IISDouble-click ...
-
arrow_forwardASP session lost when redirecting from http page to secure https pageWindows 2008ASP session lost when redirecting from http page to secure https pageSelect website in IISDouble-click ...
-
arrow_forwardASP.NET 2.0 Trust SettingsASP.NET 2.0 Trust Settings are set to 'Medium' ASP.NET 2.0 is set to work fine with MySQL & MS SQL But is known...
DNS
View AllInstallatron
View AllJoomla
View AllCloudflare for cPanel
View All-
arrow_forwardWhat is RailgunRailgun is a WAN optimization technology that we offer our hosting customers in partnership with a company called ...
-
arrow_forwardWhat are the benefits of RailgunWebsites running Railgun show a 143% improvement in HTML load times and a 90% decrease in Time To First Byte (TTFB) ...
-
arrow_forwardHow does Railgun workRailgun opens a secure, tunneled connection between the CloudFlare network and your host’s origin server where the c ...
-
arrow_forwardWhat kind of sites can use Railgun?Any website can benefit from the performance improvements Railgun offers, especially dynamic sites.
-
arrow_forwardWhat much does Railgun cost?We have partnered with CloudFlare to make Railgun both easy and affordable. If you purchase Railgun directly through ...
iPad Email Tutorials
View All-
arrow_forwardHow to setup a gmail account on your iPadHow to setup a Gmail account on your iPad This tutorial will show you how to setup a Gmail account on your iPad. ...
-
arrow_forwardHow to setup a POP email account on your iPadHow to setup a POP email account on your iPad This tutorial will show you how to setup a POP email account on your ...
-
arrow_forwardHow to setup an IMAP email account on your iPadHow to setup an IMAP email account on your iPad This tutorial will show you how to setup an IMAP email account on...
-
arrow_forwardHow to delete an email account on your iPadHow to delete an email account on your iPad This tutorial will show you how to delete an email account on your iPad....
-
arrow_forwardHow to change your email password on your iPadHow to change your email password on your iPad This tutorial will show you how to change your email password on your...
iPhone Email Tutorials
View All-
arrow_forwardHow to setup a Yahoo email account on your iPhoneHow to setup a Yahoo! email account on your iPhone This tutorial will show you how to setup a Yahoo! email account...
-
arrow_forwardHow to delete an email account on your iPhoneHow to delete an email account on your iPhone This tutorial will show you how to delete an email account on your ...
-
arrow_forwardHow to change your email password on your iPhoneHow to change your email password on your iPhone This tutorial will show you how to change your email password on...
-
arrow_forwardSetting up your email signature on your iPhoneSetting up your email signature on your iPhone This tutorial will show you how to setup your email signature on your...
-
arrow_forwardHow to setup a gmail account on your iPhoneHow to setup a Gmail account on your iPhone This tutorial will show you how to setup a Gmail account on your iPhone....
Dream Mail Tutorials
View All-
arrow_forwardHow to change your email password in DreamMailHow to change your email password in DreamMailThis demo assumes you've already opened DreamMail.Now click on the...
-
arrow_forwardHow to setup your email signature in DreamMailHow to setup your email signature in DreamMailThis demo assumes you've already opened DreamMail.Click on the tools ...
-
arrow_forwardConfiguring custom ports in DreamMailConfiguring custom ports in DreamMailThis demo assumes you've already opened DreamMail.Now click on the tools ...
-
arrow_forwardConfiguring a POP email account with SSL in DreamMailConfiguring a POP email account with SSL in DreamMailThis demo assumes you've already opened DreamMail.Now click on...
-
arrow_forwardConfiguring a POP email account in DreamMailConfiguring a POP email account in DreamMailThis demo assumes you've already opened DreamMail.Now please click on the...
Facebook Tutorials
View All-
arrow_forwardHow to manage your privacy settings in FacebookHow to manage your privacy settings in FacebookThis tutorial assumes you've already created a Facebook account, and...
-
arrow_forwardHow to change your profile photo in FacebookHow to change your profile photo in FacebookThis tutorial assumes you've already created a Facebook account, and are ...
-
arrow_forwardHow to find friends in FacebookHow to find friends in FacebookThis tutorial assumes you've already created a Facebook account, and are logged in.Now...
-
arrow_forwardHow to navigate your friends pages in FacebookHow to navigate your friends pages in FacebookThis tutorial assumes you've already created a Facebook account, and...
-
arrow_forwardHow to view and send messages in FacebookHow to view and send messages in FacebookThis tutorial assumes you've already created a Facebook account, and are ...
Gmail Tutorials
View All-
arrow_forwardHow to create a new Google accountHow to create a new Google Account Since its inception in 2004, Gmail has steadily risen in popularity. It is now...
-
arrow_forwardHow to manage your contacts in gmailHow to manage your contacts in Gmail In this tutorial, you will find out how to manage your Contacts list in Gmail....
-
arrow_forwardHow to login to gmail with your Google accountHow to log in to Gmail with your Google Account If you already have a Google Account, you can use it to log in to ...
-
arrow_forwardHow to view and reply to email conversations in gmailHow to view and reply to email conversations in Gmail In this tutorial, you will learn a little bit about the unique...
-
arrow_forwardHow to manage labels in gmailHow to manage labels in Gmail You may be surprised to notice that Gmail doesn't allow you to create folders to store...
IncrediMail Tutorials
View All-
arrow_forwardConfiguring an IMAP email account with SSL in IncrediMailConfiguring an IMAP email account with SSL in IncrediMail This tutorial assumes you've already launched IncrediMail....
-
arrow_forwardConfiguring an IMAP email account in IncrediMailConfiguring an IMAP email account in IncrediMail This tutorial assumes you've already launched IncrediMail. To ...
-
arrow_forwardHow to delete an email account in IncrediMailHow to delete an email account in IncrediMail This tutorial assumes you've already launched IncrediMail. To delete...
-
arrow_forwardHow to change your email password in IncrediMailHow to change your email password in IncrediMail This tutorial assumes you've already launched IncrediMail. From...
-
arrow_forwardHow to setup your email signature in IncrediMailHow to setup your email signature in IncrediMail This tutorial assumes you've already launched IncrediMail. To setup...
Apple (Mac) Mail Tutorials
View All-
arrow_forwardHow to setup an email account using IMAP in Apple (Mac) MailHow to setup a mail account using IMAP This tutorial assumes you have already set up an e-mail account in your...
-
arrow_forwardHow to create and manage outgoing mail servers in Apple (Mac) MailHow to create and manage outgoing mail servers An outgoing mail server is what the program uses to send e-mail ...
-
arrow_forwardHow to setup rules (filters) in Apple (Mac) MailHow to setup rules (filters) in Apple Mail Rules in Apple Mail are filters that you can use to sort incoming mail...
-
arrow_forwardHow to subscribe to RSS feeds in Apple (Mac) MailHow to subscribe to RSS feeds Before you can add an RSS feed to Apple Mail, you first need to find the feed in your ...
-
arrow_forwardHow to create and manage signatures in Apple (Mac) MailHow to create and manage signatures in Apple Mail A signature is automatically placed at the end of each e-mail ...
Opera Mail Tutorials
View All-
arrow_forwardHow to change your email password in Opera MailHow to change your email password in Opera Mail This demo assumes you've already opened Opera. Click on the Opera...
-
arrow_forwardHow to setup email signatures in Opera MailHow to setup email signatures in Opera Mail This demo assumes you've already opened Opera. Click on the Opera icon...
-
arrow_forwardHow to delete an email account in Opera MailHow to delete an email account in Opera Mail This demo assumes you've already opened Opera. Click on the Opera icon...
-
arrow_forwardConfiguring custom ports in Opera MailConfiguring custom ports in Opera Mail This demo assumes you've already opened Opera. Click on the Opera icon to ...
-
arrow_forwardConfiguring an IMAP email account with SSL in Opera MailConfiguring an IMAP email account with SSL in Opera Mail This demo assumes you've already opened Opera. Click on the...
Outlook 2010 Email Tutorials
View All-
arrow_forwardHow to setup your email signature in Outlook 2010How to setup your email signature in Outlook 2010 This tutorial assumes you've already launched Outlook 2010. To...
-
arrow_forwardConfiguring custom ports in Outlook 2010Configuring custom ports in Outlook 2010 This tutorial assumes you've already launched Outlook 2010. To configure ...
-
arrow_forwardConfiguring an IMAP email account with SSL in Outlook 2010Configuring an IMAP email account with SSL in Outlook 2010 This tutorial assumes you've already launched Outlook...
-
arrow_forwardConfiguring an IMAP email account in Outlook 2010Configuring an IMAP email account in Outlook 2010 This tutorial assumes you've already launched Outlook 2010. To ...
-
arrow_forwardConfiguring a POP email account with SSL in Outlook 2010Configuring a POP email account with SSL in Outlook 2010 This tutorial assumes you've already launched Outlook 2010....
VPS
View AllPlesk Email Tutorials
View All-
arrow_forwardHow to set a return to sending failure message for unrouted emails in PleskHow to set a return to sending failure message for unrouted emails in PleskThis demo assumes you've already...
-
arrow_forwardHow to set a default email address for unrouted emails in PleskHow to set a default email address for unrouted emails in PleskThis demo assumes you've already logged in to ...
-
arrow_forwardHow to enable auto-reply for an email account in PleskHow to enable auto-reply for an email account in PleskThis demo assumes you've already logged in to Plesk.Now ...
-
arrow_forwardHow to disable auto-reply for an email account in PleskHow to disable auto-reply for an email account in PleskThis demo assumes you've already logged in to Plesk.Now ...
-
arrow_forwardHow to delete an email forwarder in PleskHow to delete an email forwarder in PleskThis demo assumes you've already logged in to Plesk.Now let's learn ...
Plesk File Manager Tutorials
View All-
arrow_forwardHow to access File Manager in PleskHow to access File Manager in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how to...
-
arrow_forwardBecoming familiar with File Manager in PleskBecoming familiar with File ManagerThis demo assumes you've already logged in to Plesk's File Manager.Now ...
-
arrow_forwardHow to change the File Manager settings in PleskHow to change the File Manager settings in PleskThis demo assumes you've already logged in to Plesk's File ...
-
arrow_forwardHow to upload files with Plesk File ManagerHow to upload files with File ManagerThis demo assumes you've already logged in to Plesk's File Manager.Now ...
-
arrow_forwardHow to download files with Plesk File ManagerHow to download files with File ManagerThis demo assumes you've already logged in to Plesk's File Manager.Now...
Dedicated Servers
View All-
Nothing to display
Plesk End User Tutorials
View All-
arrow_forwardHow to recycle your application poolIn Plesk go to hosting and DNS settings, click on dedicated IIS application pool for website, click "recycle ...
-
arrow_forwardHow to setup web users in PleskHow to setup web users in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how to...
-
arrow_forwardHow to setup hotlink protection in PleskHow to setup hotlink protection in PleskThis demo assumes you've already logged in to Plesk.Now let's learn...
-
arrow_forwardHow to setup scheduled tasks in PleskHow to setup scheduled tasks in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how...
-
arrow_forwardHow to setup a WordPress site in PleskHow to setup a WordPress site in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how...
SmarterMail Tutorials
View All-
arrow_forwardHow to send email messages in SmarterMailHow to send email messages in SmarterMailThis tutorial assumes that you have already logged into your SmarterMail ...
-
arrow_forwardHow to view email reports in SmarterMailHow to view email reports in SmarterMailThis tutorial assumes that you have already logged into your SmarterMail ...
-
arrow_forwardHow to setup content filtering in SmarterMailHow to setup content filtering in SmarterMailThis tutorial assumes that you have already logged into your SmarterMail...
-
arrow_forwardHow to setup spam filtering in SmarterMailHow to setup Spam Filtering in SmarterMailThis tutorial assumes that you have already logged into your SmarterMail ...
-
arrow_forwardHow to setup trusted senders in SmarterMailHow to setup Trusted Senders in SmarterMailThis tutorial assumes that you have already logged into your SmarterMail ...
SquirrelMail Tutorials
View All-
arrow_forwardHow to write an email message in SquirrelMailHow to write an email message in SquirrelMailThis tutorial assumes you've already logged in to SquirrelMail ...
-
arrow_forwardHow to manage contacts in SquirrelMailHow to manage contacts in SquirrelMailThis tutorial assumes you've already logged in to SquirrelMail webmailClick...
-
arrow_forwardHow to modify display preferences in SquirrelMailHow to modify display preferences in SquirrelMailThis tutorial assumes you've already logged in to SquirrelMail ...
-
arrow_forwardHow to modify folder preferences in SquirrelMailHow to modify folder preferences in SquirrelMailThis tutorial assumes you've already logged in to SquirrelMail ...
-
arrow_forwardHow to create folders in SquirrelMailHow to create folders in SquirrelMailThis tutorial assumes you've already logged in to SquirrelMail webmailClick ...
Thunderbird Email Tutorials
View All-
arrow_forwardConfiguring a POP email account with SSL in ThunderbirdConfiguring a POP email account with SSL in ThunderBird This demo assumes you've already opened ThunderBird. Let's ...
-
arrow_forwardConfiguring a POP email account in ThunderbirdConfiguring a POP email account in ThunderBird This demo assumes you've already opened ThunderBird. Let's learn how...
-
arrow_forwardHow to change your email password in ThunderbirdHow to change your email password in ThunderBird Unlike other email clients, there is no direct way to change email ...
-
arrow_forwardHow to delete an email account in ThunderbirdHow to delete an email account in ThunderBird This demo assumes you've already opened ThunderBird. Right click on...
-
arrow_forwardCreating a signature in ThunderbirdCreating a signature in ThunderBird This demo assumes you've already opened ThunderBird. Right click on your account...
Pegasus Mail Tutorials
View All-
arrow_forwardConfiguring a POP email account with SSL in Pegasus MailConfiguring a POP email account with SSL in Pegasus Mail This tutorial assumes you've already launched Pegasus Mail....
-
arrow_forwardHow to delete an email account in Pegasus MailHow to delete an email account in Pegasus Mail This tutorial assumes you've already launched Pegasus Mail. To delete...
-
arrow_forwardHow to change your email password in Pegasus MailHow to change your email password in Pegasus Mail This tutorial assumes you've already launched Pegasus Mail. From ...
-
arrow_forwardHow to setup your email signature in Pegasus MailHow to setup your email signature in Pegasus Mail This tutorial assumes you've already launched Pegasus Mail. To...
-
arrow_forwardConfiguring custom ports in Pegasus MailConfiguring custom ports in Pegasus Mail This tutorial assumes you've already launched Pegasus Mail. To configure ...
WHM 11 Reseller Tutorials
View All-
arrow_forwardHow to login to WebHost ManagerHow to login to WebHost Manager In order to login to WebHost Manager (WHM), you must first have your login details ...
-
arrow_forwardWhat is the difference between WebHost Manager (WHM) and cPanelWhat is the difference between WebHost Manager (WHM) and cPanel Now let's learn what the difference is between WHM...
-
arrow_forwardUsing the News feature in WHMUsing the news feature in WHM This demo assumes you've already logged in to WebHost Manager (WHM). Let's learn how...
-
arrow_forwardBecoming familiar with and navigating around in WHMBecoming familiar with and navigating around in WHM Ok, let's take a look around. In this center frame there are ...
-
arrow_forwardHow to setup your remote access keys in WHMHow to setup your remote access key in WHM. This demo assumes you've already logged in to WebHost Manager (WHM). Now...
Windows Live Mail Tutorials
View All-
arrow_forwardHow to change your email password in Windows Live MailHow to change your email password in Windows Live Mail This tutorial assumes you've already launched Windows Live ...
-
arrow_forwardHow to setup your email signature in Windows Live MailHow to setup your email signature in Windows Live Mail This tutorial assumes you've already launched Windows Live ...
-
arrow_forwardConfiguring custom ports in Windows Live MailConfiguring custom ports in Windows Live Mail This tutorial assumes you've already launched Windows Live Mail. To ...
-
arrow_forwardConfiguring an IMAP email account with SSL in Windows Live MailConfiguring an IMAP email account with SSL in Windows Live Mail This tutorial assumes you've already launched...
-
arrow_forwardConfiguring an IMAP email account in Windows Live MailConfiguring an IMAP email account in Windows Live Mail This tutorial assumes you've already launched Windows Live ...
Direct Admin End User Tutorials
View All-
arrow_forwardHow to create a mailing list in Direct AdminHow to create a mailing list in Direct Admin This demo assumes you've already logged in to Direct Admin Now let's ...
-
arrow_forwardHow to create a MySQL database in Direct AdminHow to create a MySQL database in Direct Admin Click the MySQL Management link This demo assumes you've already...
-
arrow_forwardBecoming Familiar and Navigating around in Direct AdminBecoming familiar and Navigating around in Direct Admin This demo assumes you've already logged in to Direct Admin...
-
arrow_forwardHow to create a Domain Pointer in Direct AdminHow to create a Domain Pointer in Direct Admin This demo assumes you've already logged in to Direct Admin Now let's ...
-
arrow_forwardHow to create a POP email account in Direct AdminHow to create a POP email account in Direct Admin This demo assumes you've already logged in to Direct Admin Now...
FileZilla Tutorials
View All-
arrow_forwardConnecting to a remote server with Quickconnect in FileZillaConnecting to a remote server with Quickconnect in FileZilla This demo assumes you already have FileZilla running on...
-
arrow_forwardSetting up a connection in FileZilla's Site ManagerSetting up a connection in FileZilla's Site Manager This demo assumes you already have FileZilla running on your ...
-
arrow_forwardHow to create remote folders using FileZillaHow to create remote folders using FileZilla This demo assumes you already have FileZilla running on your computer, ...
-
arrow_forwardHow to delete remote folders using FileZillaHow to delete remote folders using FileZilla This demo assumes you already have FileZilla running on your computer, ...
-
arrow_forwardHow to rename remote folders using FileZillaHow to rename remote folders using FileZilla This demo assumes you already have FileZilla running on your computer, ...
Plesk Onyx 2017 End User Tutorials
View All-
arrow_forwardHow to find and install applications in PleskHow to find and install applications in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how...
-
arrow_forwardHow to manage DNS zones in PleskHow to manage DNS zones in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how to manage DNS...
-
arrow_forwardHow to suspend websites in PleskHow to suspend websites in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how to suspend ...
-
arrow_forwardHow to install SSL certificates in PleskHow to install SSL certificates in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how to ...
-
arrow_forwardHow to password protect a directory in PleskHow to password protect a directory in PleskThis demo assumes you've already logged in to Plesk.Now let's learn how...
Horde Email Tutorials
View All-
arrow_forwardHow to manage your contacts in HordeHow to manage your contacts in HordeThis tutorial assumes that you've already logged in to Horde webmail.Now let's ...
-
arrow_forwardHow to export contacts from HordeHow to export contacts from HordeThis tutorial assumes that you've already logged in to Horde webmail.Now let's learn...
-
arrow_forwardHow to set up email filters in HordeHow to set up email filters in HordeThis tutorial assumes that you've already logged in to Horde webmail.Now let's ...
-
arrow_forwardHow to create folders in HordeHow to create folders in HordeThis tutorial assumes that you've already logged in to Horde webmail.Now let's learn...
-
arrow_forwardHow to configure global preferences in HordeHow to configure global preferences in HordeThis tutorial assumes that you've already logged in to Horde webmail.Now ...
Need more information or have a question ?
- Call on: 01480 26 00 00
- Sales 9am to 5pm - Support 24/7
- Email: sales@fast2host.com