Categories
Dedicated Server Security Setup VPS Hosting Web-Hosting Windows Hosting

Remote server requires Network Level Authentication (NLA)

How to enable RDP access on server requires Network Level Authentication (NLA)

With Remote Desktop (RDP) when connecting to a Windows Server (XP-SP3 or 2003/2008) with newer remote host, you might get an error saying that “The remote computer requires Network Level Authentication (NLA), which your local pc/laptop/desktop computer doesn’t support.”

To enable the RDP access on server requires Network Level Authentication (NLA) you need to follow below given steps [be careful with registry editor, it’s helpful to backup your registry first, you have been warned]:

  1. Install Service Pack 3 [if XP]
  2. Click Start->Run, type regedit and then press enter
  3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  4. Double click on “Security Packages”, to modify the values, leave all existing values, and just add “tspkg” at the end of the list, click OK to save your changes.
  5. Now, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
  6. Double click on “SecurityProviders”, and in the dialog box, add “credssp.dll” at the end, be sure that if the list that is present currently is separated by commas, that you add a comma to the value immediately before the “credssp.dll”. Click OK to update.
  7. Close the registry editor and now restart your computer for changes to take the effect.
  8. Try to RDP to your remote server.

Still, finding it difficult, not to worry, get in touch with one of our technical help expert to assist you further.

Related: Windows Server, Remote Desktop, RDP, Server 2008, Windows XP SP3, Windows VPS

Categories
Setup Transfer Web-Hosting

Website Migration with no Downtime !

Migrate website with 0 downtime !

Are you frustated with cheap, low performance with your current hosting provider? Not getting the after sales service? Then definitely this is the time to switch to UnicHost, premium hosting service provider.

UnicHost offers you easy migration at almost no downtime. Our hosting migration experts will take care of the total migration. Our technical experts will move your website files, databases, emails, domains from your old web-hosting account to your new web-hosting account at UnicHost! You need not to worry about the site migration as our 24/7 operating support team has dealt with several website migrations, whether it is a blog, a forum, with or without ssh access, server accounts from plesk to cpanel, from cpanel to plesk, or any other control panel,  everything has been successfully migrated to UnicHost servers, with almost no downtime.

What you would need to do to migrate the website? Just order your hosting package from UnicHost, activate your order and send a request to Technical Support department for the migration. Leave the rest to us, that’s it!! You will receive an update once everything is migrated successfully.

Related: Website Hosting, VPS Hosting, Dedicated Servers, Cpanel Hosting, Plesk Hosting

Categories
Email Hosting Setup Shared Hosting WebMail

Setting up mobile for POP-IMAP email account

Setting your mobile for POP/IMAP email account hosted on UnicHost server.

  1. On your mobile, iPhone, tap Mail or from the settings menu choose Settings > Mail > Accounts > Add an account
  2. Choose your email account type: Personal(POP3)
  3. Add your email address: you@yourdomain.com
  4. Select manual setup
  5. Select a server type — Personal POP3
  6. Server settings:
    Enter your email address > you@yourdomain.com > password > Enter your incoming mail server (which may look like “mail.yourdomain.com” Port:995 Security: SSL/TLS) > Next > Enter your outgoing mail server (which may look like “mail.yourdomain.com” Port:465 Security: SSL/TLS) > Enter your username and password for incoming and outgoing servers (you may need to authenticate to send email) tick YES or Enter username/password for an outgoing server.
  7. That’s it! You are ready with your emails on the go.

These 5 easy steps applies to all the accounts hosted on UnicHost windows servers or linux server. For further support feel free to contact one of our representative at support helpdesk.

Related to: Mail Servers, Email on Mobile

Categories
Dedicated Server PHP Scripts Setup www

phpinfo.php file on server

How to check php settings by using phpinfo on server?

Each server is setup differently whether it is a dedicated server or a virtual server, phpinfo() is commonly used to check configuration settings and for available predefined variables on a given web server.

phpinfo() is a valuable debugging tool as it contains all the data, information related to environment, GET, POST, Cookie, Server etc.

To create the file simply add the following lines of code to a blank document.
<?php
phpinfo();
?>

Save the file as phpinfo.php and place it in the desired directory. Lastly, call the script from a browser.

http://www.your-own-website-example.com/folder/phpinfo.php

This php file will output detail information about the current state of PHP: PHP compilation options and extensions, the PHP version, server information and environment, the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License as well.

Related: PHP Hosting, LAMP Server, cPanel Hosting

Categories
Email Hosting Setup Web-Hosting

Steps for Setting up POP or IMAP Email Account in MS Outlook Express

Setting Up Your POP or IMAP Email Account in MS Outlook Express

This article shows you how to set up Microsoft Outlook Express to work with your e-mail account hosted on UnicHost Web Server. These settings are mostly similar and worked with most of the versions of Microsoft Outlook Express as well.

To Set Up Your E-mail Account in Microsoft Outlook Express…

  1. Open Microsoft Outlook Express, under Tools menu, click on Accounts.
  2. Go to the “Mail” tab and click on “Add” menu, select Mail.
  3. In the Display Name field, enter you full name that will be display in From field, click Next.
  4. In the E-mail address field, enter your email address and click Next.
  5. On the E-mail Server Names page, add your information as follows:
    My incoming mail server is a select “IMAP”
    Incoming mail server (POP3, IMAP or HTTP)
    mail.yourdomain.com
    Outgoing mail (SMTP) server
    mail.yourdomain.com
    Click Next.

    NOTE: “mail.yourdomain.com” is an SMTP relay server. In order to use this server to send e-mails, you must have SMTP relay activated on your e-mail account. By default it is activated on account setup by UnicHost.com.

  6. In the Account Name, enter your email address and password in the Password field, click Next.
  7. Click Finish On the setup confirmation page.
  8. Now, on the Mail tab, select the account you just created, click on Properties on the right.
  9. Go to the Servers tab.
  10. Select My server requires authentication, and click Apply.
  11. Go to the Advanced tab for port settings. (Here you won’t need any modifications as such, except told to do so.)
  12. If you want to keep a copy of email messages stored on your email provider’s servers, in the Delivery section, select Leave a copy of messages on server (This is optional and applicable for POP settings only).

Your Outlook Express account is now configured, and it’s ready to use. Click Close to close the Internet Accounts window and return to Outlook Express.