<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonc</id>
		<title>Hostek.com Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonc"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Special:Contributions/Jonc"/>
		<updated>2026-05-05T02:56:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=File:Style_button.png&amp;diff=2707</id>
		<title>File:Style button.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=File:Style_button.png&amp;diff=2707"/>
				<updated>2015-09-21T14:54:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2655</id>
		<title>Backup &amp; Restore Databases - MS SQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2655"/>
				<updated>2015-07-16T17:22:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Manual Restore */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to restore an MS SQL database (import MS SQL database) from a backup file.&lt;br /&gt;
&lt;br /&gt;
== How to Backup a MSSQL Database ==&lt;br /&gt;
&lt;br /&gt;
=== Backup with myLittleBackup ===&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Backup Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Complete the name and description fields&lt;br /&gt;
# Click '''&amp;quot;Backup&amp;quot;'''&lt;br /&gt;
# Click the link to the database to download, note the backup will also stay archived for 30 days within myLittleBackup - for easy restore&lt;br /&gt;
&lt;br /&gt;
=== Manual Backup ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Backup&lt;br /&gt;
# Select &amp;quot;Disk&amp;quot; for the destination. Backup Type should be &amp;quot;Full&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Add&amp;quot; and specify a path, and file name and .bak extension.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the backup.&lt;br /&gt;
&lt;br /&gt;
==How to Restore a MSSQL Database==&lt;br /&gt;
&lt;br /&gt;
=== Restore with myLittleBackup ===&lt;br /&gt;
Steps to restore a database using myLittleAdmin through the control panel.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You will need to create your MSSQL database in the WCP before doing these steps&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Click '''&amp;quot;Browse&amp;quot;''' and navigate to the .bak file of your database on your local system&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Select the database file you uploaded in the list and click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore&amp;quot;''' and then click '''&amp;quot;Ok&amp;quot;''' on the alert message that pops up&lt;br /&gt;
&lt;br /&gt;
=== Manual Restore ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
FOR WINDOWS VPS, create the database within WCP before proceeding.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Restore&lt;br /&gt;
# Select &amp;quot;Device&amp;quot; and choose the location of your backup file. &lt;br /&gt;
# Select &amp;quot;Options&amp;quot; from the left panel and check the box to &amp;quot;Overwrite the existing database (WITH REPLACE)&amp;quot;. &lt;br /&gt;
#*Also check the box to &amp;quot;Close existing connections&amp;quot; on newer versions of SQL.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the restore.&lt;br /&gt;
&lt;br /&gt;
====Manual Restore Script====&lt;br /&gt;
If you have created the database and user, manually or with WCP, you can easily use this script to restore the database and fix user permissions. Change the &amp;quot;database_name&amp;quot; and &amp;quot;USERNAME&amp;quot; portions of the SQL below, then execute the script in SQL Management Studio.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USE [master] &lt;br /&gt;
GO&lt;br /&gt;
ALTER DATABASE database_name SET OFFLINE WITH ROLLBACK IMMEDIATE&lt;br /&gt;
GO&lt;br /&gt;
RESTORE DATABASE [database_name] FROM  DISK = N'C:\\MSSQL\\Backup\\database_name.bak' WITH  FILE = 1, &lt;br /&gt;
MOVE N'database_name' TO N'C:\\MSSQL\\Data\\database_name.mdf',  &lt;br /&gt;
MOVE N'database_name_log' TO N'C:\\MSSQL\\Data\\database_name_log.LDF',  NOUNLOAD,  REPLACE,  STATS = 5&lt;br /&gt;
GO&lt;br /&gt;
ALTER DATABASE database_name SET ONLINE&lt;br /&gt;
GO&lt;br /&gt;
USE [database_name]&lt;br /&gt;
GO&lt;br /&gt;
Exec sp_change_users_login 'auto_fix','USERNAME'&lt;br /&gt;
GO&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Errors and Solutions ==&lt;br /&gt;
&lt;br /&gt;
Solutions to common errors when restoring database backups.&lt;br /&gt;
&lt;br /&gt;
===The backup file you selected exceeds the limit size of your database===&lt;br /&gt;
&lt;br /&gt;
'''Error Message:'''&lt;br /&gt;
 The backup file you selected exceeds the limit size of your database. Restore has been cancelled.&lt;br /&gt;
&lt;br /&gt;
This error indicates that the database that created the backup file is larger than the database you are restoring to.  It is important to note that the size of the actual backup file does not matter.  The size that is important is the size of both of the data file and log file of the database on the original SQL Server where the backup was created.  If those file sizes are too large, you will need to reduce them before creating the backup file.&lt;br /&gt;
&lt;br /&gt;
The most common issue is that the transaction log file is too large.  To reduce the size of the transaction log file before creating the backup, you can perform a transaction log backup (Tasks -&amp;gt; Backup -&amp;gt; set '''Backup type''' = '''Transaction Log''') and then shrink the transaction log (Tasks -&amp;gt; Shrink -&amp;gt; Files -&amp;gt; set '''File type''' = '''Log''').&lt;br /&gt;
&lt;br /&gt;
==='''Invalid Object Name''' errors after database restore===&lt;br /&gt;
This error can occur when a table is prefixed with the schema of a user other than dbo (ex myuser.table). &lt;br /&gt;
&lt;br /&gt;
====Transfer Tables to DBO schema====&lt;br /&gt;
This will generate the SQL to transfer your tables to the 'dbo' schema:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.tables p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Transfer All Objects to DBO schema====&lt;br /&gt;
If you wish to transfer all object such as stored procedures to the 'dbo' schema, as well as tables, use the following to generate the needed SQL:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.objects p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SQL Server 2000 - Transfer Table to DBO schema====&lt;br /&gt;
To change the owner of a table in SQL Server 2000:&lt;br /&gt;
&amp;lt;pre&amp;gt;use MyDB&lt;br /&gt;
EXEC sp_changeobjectowner 'MyUser.MyTableName', 'dbo'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the above TSQL, do the following:&lt;br /&gt;
#Change MyDB to your database name.&lt;br /&gt;
#Change MyUser to the current owner username.&lt;br /&gt;
#Change MyTableName to the table needing modified.&lt;br /&gt;
#Repeat for each table in the database, if necessary.&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Node.js_on_Windows&amp;diff=2604</id>
		<title>Node.js on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Node.js_on_Windows&amp;diff=2604"/>
				<updated>2015-07-03T16:57:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot;== Installing Node.js on Windows VPS ==  #Download and install the Node.js installer (MSI) for Windows: https://nodejs.org/download/ #*Be sure to install the version with the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Node.js on Windows VPS ==&lt;br /&gt;
&lt;br /&gt;
#Download and install the Node.js installer (MSI) for Windows: https://nodejs.org/download/&lt;br /&gt;
#*Be sure to install the version with the correct bitness of your server. Note that if you have Node.js already installed or the executable already on your server you can skip this step, although you might need to set additional permissions.&lt;br /&gt;
#Download and install the iisnode module from: https://github.com/Azure/iisnode/downloads&lt;br /&gt;
#Add &amp;quot;list folder&amp;quot; permissions on c:\home for IIS_USERS. Caution if your hosting multiple applications for various customers you might need to make further security considerations.&lt;br /&gt;
&lt;br /&gt;
=== Running Your Node.js Application ===&lt;br /&gt;
&lt;br /&gt;
You should have a domain already created using our control panel WCP. Copy the Node.js application to a the destination folder, where you want to run it. For example: your-domain.com/node, will likely be in &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\home\your-domain.com\wwwroot\node&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will need to create a web.config and or iisnode.yml file (or modify the existing), see the next section for specifics.&lt;br /&gt;
&lt;br /&gt;
=== Modify iisnode web.config settings ===&lt;br /&gt;
&lt;br /&gt;
'''If you followed the steps to install we suggest getting the example web.config and iisnode.yml from: C:\Program Files\iisnode\www\configuration'''&lt;br /&gt;
&lt;br /&gt;
NOTE: The iisnode.yml file overrides any iisnode specific settings except for the handler and entrypoint which you are required to include in the web.config. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;handlers&amp;gt;&lt;br /&gt;
      &amp;lt;add name=&amp;quot;iisnode&amp;quot; path=&amp;quot;hello.js&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;iisnode&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/handlers&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Example web.config ====&lt;br /&gt;
&lt;br /&gt;
The only thing you'll need to change in this web.config example is moving the path to the node.exe executable and the interceptor. The nice thing about the web.config provided by the example is it details all the available settings. Here's an example web.config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;configuration&amp;gt;&lt;br /&gt;
  &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!-- indicates that the hello.js file is a node.js application &lt;br /&gt;
    to be handled by the iisnode module --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;handlers&amp;gt;&lt;br /&gt;
      &amp;lt;add name=&amp;quot;iisnode&amp;quot; path=&amp;quot;hello.js&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;iisnode&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/handlers&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;iisnode&lt;br /&gt;
      nodeProcessCommandLine=&amp;quot;&amp;amp;quot;%programfiles%\nodejs\node.exe&amp;amp;quot;&amp;quot; &lt;br /&gt;
      interceptor=&amp;quot;&amp;amp;quot;%programfiles%\iisnode\interceptor.js&amp;amp;quot;&amp;quot;      &lt;br /&gt;
      node_env=&amp;quot;%node_env%&amp;quot;&lt;br /&gt;
      nodeProcessCountPerApplication=&amp;quot;1&amp;quot;&lt;br /&gt;
      maxConcurrentRequestsPerProcess=&amp;quot;1024&amp;quot;&lt;br /&gt;
      maxNamedPipeConnectionRetry=&amp;quot;100&amp;quot;&lt;br /&gt;
      namedPipeConnectionRetryDelay=&amp;quot;250&amp;quot;      &lt;br /&gt;
      maxNamedPipeConnectionPoolSize=&amp;quot;512&amp;quot;&lt;br /&gt;
      maxNamedPipePooledConnectionAge=&amp;quot;30000&amp;quot;&lt;br /&gt;
      asyncCompletionThreadCount=&amp;quot;0&amp;quot;&lt;br /&gt;
      initialRequestBufferSize=&amp;quot;4096&amp;quot;&lt;br /&gt;
      maxRequestBufferSize=&amp;quot;65536&amp;quot;&lt;br /&gt;
      watchedFiles=&amp;quot;*.js;iisnode.yml&amp;quot;&lt;br /&gt;
      uncFileChangesPollingInterval=&amp;quot;5000&amp;quot;      &lt;br /&gt;
      gracefulShutdownTimeout=&amp;quot;60000&amp;quot;&lt;br /&gt;
      loggingEnabled=&amp;quot;true&amp;quot;&lt;br /&gt;
      logDirectory=&amp;quot;iisnode&amp;quot;&lt;br /&gt;
      debuggingEnabled=&amp;quot;true&amp;quot;&lt;br /&gt;
      debugHeaderEnabled=&amp;quot;false&amp;quot;&lt;br /&gt;
      debuggerPortRange=&amp;quot;5058-6058&amp;quot;&lt;br /&gt;
      debuggerPathSegment=&amp;quot;debug&amp;quot;&lt;br /&gt;
      maxLogFileSizeInKB=&amp;quot;128&amp;quot;&lt;br /&gt;
      maxTotalLogFileSizeInKB=&amp;quot;1024&amp;quot;&lt;br /&gt;
      maxLogFiles=&amp;quot;20&amp;quot;&lt;br /&gt;
      devErrorsEnabled=&amp;quot;true&amp;quot;&lt;br /&gt;
      flushResponse=&amp;quot;false&amp;quot;      &lt;br /&gt;
      enableXFF=&amp;quot;false&amp;quot;&lt;br /&gt;
      promoteServerVars=&amp;quot;&amp;quot;&lt;br /&gt;
      configOverrides=&amp;quot;iisnode.yml&amp;quot;&lt;br /&gt;
     /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== iisnode.yml for configuration ====&lt;br /&gt;
&lt;br /&gt;
[http://tomasz.janczuk.org/2012/05/yaml-configuration-support-in-iisnode.html About the iisnode.yml configuration it's importance.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=View_MS_SQL_.BAK_Files&amp;diff=2399</id>
		<title>View MS SQL .BAK Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=View_MS_SQL_.BAK_Files&amp;diff=2399"/>
				<updated>2015-02-24T17:45:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Viewing MSSQL .bak Files==&lt;br /&gt;
*To view the contents of a .bak file you will need use a program such as SQL Management Studio. Using a text editor will not work as .bak files are not text based files and only contain raw data.&lt;br /&gt;
&lt;br /&gt;
*The best way to view a .bak file is to create a MSSQL database on your local system and restore the .bak file into it. Once you've done this you can view the tables in SQL Management Studio and view the database content.&lt;br /&gt;
&lt;br /&gt;
'''Need to backup or restore you MSSQL Database?''' Visit our [https://wiki.hostek.com/Backup_%26_Restore_Databases_-_MS_SQL How to Backup and Restore MSSQL Databases] Page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=2398</id>
		<title>Seamlessly Change Hosting to Hostek.com</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=2398"/>
				<updated>2015-02-24T17:42:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* MSSQL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Steps to Changing Hosting Providers==&lt;br /&gt;
&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Sign_up_for_hosting Sign up with Hostek.com]&lt;br /&gt;
# &amp;lt;b&amp;gt;Transfer your site files and databases.&amp;lt;/b&amp;gt; Specific details for moving to: [https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_Shared_Hosting Shared Hosting]  &amp;lt;b&amp;gt;or &amp;lt;/b&amp;gt;[https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_VPS VPS Hosting]&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Planning_Ahead Test your site(s)]&lt;br /&gt;
# [https://wiki.hostek.com/DNS_(Name_Servers) Update Your Domain Name's Name Servers] &amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; you will find the Name Server information in the New Hosting Account Email.&lt;br /&gt;
&lt;br /&gt;
==Planning Ahead==&lt;br /&gt;
*Transferring hosting companies can be, and should be, easy if you follow the right steps and choose the right hosting company. You have made the correct choice in hosting companies, as we have many years experience in helping customers just like you transfer their hosting to us. We've created this easy-to-follow list for you to transfer your website to Hostek.com.&lt;br /&gt;
&lt;br /&gt;
#Plan as far ahead as possible, the more detailed the better.&lt;br /&gt;
#Make sure your customers are well informed of any possible service interruption and changes they should consider well in advance.&lt;br /&gt;
#Test each site after uploading the files, importing databases and updating connection strings to make sure no errors are occurring. Use the Testing URL provided in the email after setting up hosting.&lt;br /&gt;
#Complete unfinished business, including tightening security on any ports or protocols that do not need to remain open to the public. &lt;br /&gt;
&lt;br /&gt;
===For sites with constantly changing data===&lt;br /&gt;
The most difficult sites to move are those that have constantly changing data. The is because updates made during the backup &amp;amp; transfer will not be reflected in the data backup being moved. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;To resolve this:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Perform the transfer during off-peak hours. In addition display a &amp;quot;under construction&amp;quot; page on both the new and old server while the transition is in progress. &lt;br /&gt;
&lt;br /&gt;
After the site move has been completed, update your DNS as quickly as possible and leave the old site stopped. In some cases pointing the website on the previous host to the database on the new website will allow both sites to run without inconsistent data. &lt;br /&gt;
&lt;br /&gt;
Another solution to insure quick switch over is setting the DNS, TTL to a low value such as 600 (10 minutes) on A records for domains being moved.&lt;br /&gt;
&lt;br /&gt;
===Pre-Migration Site Assessment===&lt;br /&gt;
&lt;br /&gt;
;Domains List&lt;br /&gt;
:Which domains are hosted and need moved?&lt;br /&gt;
:Do they require SSL?&lt;br /&gt;
:Are there any other hostnames that point to the site such as a sub-domain or alias?&lt;br /&gt;
:Special requirements such as a Virtual Directory or Sym Link?&lt;br /&gt;
&lt;br /&gt;
;Database List&lt;br /&gt;
:Types of databases?&lt;br /&gt;
:User and permissions for each user?&lt;br /&gt;
:Password for each user?&lt;br /&gt;
&lt;br /&gt;
;Domains with Mail&lt;br /&gt;
:Which domains USE mail?&lt;br /&gt;
:How do users access email, POP, IMAP, Web?&lt;br /&gt;
:Server URL for POP, SMTP, IMAP and Web?&lt;br /&gt;
:Special requirements such as SSL?&lt;br /&gt;
&lt;br /&gt;
;Domains with FTP&lt;br /&gt;
:User and permission such as directory, read/write for each user?&lt;br /&gt;
:Passwords for each user?&lt;br /&gt;
&lt;br /&gt;
;Registrar for each Domain?&lt;br /&gt;
:Where can the Name Servers be updated?&lt;br /&gt;
:Login for the Account?&lt;br /&gt;
&lt;br /&gt;
;DNS for each Domain&lt;br /&gt;
:Where is it managed?&lt;br /&gt;
:Will DNS management be moved?&lt;br /&gt;
:Should we set the TTL low for any to insure quick switchover?&lt;br /&gt;
&lt;br /&gt;
==Sign up for hosting==&lt;br /&gt;
The First step in transferring is to sign up for a hosting package. We offer a wide range of hosting packages that will fit your needs. After signing up for a hosting package, you will get an email with a &amp;lt;b&amp;gt;Testing URL&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;Temporary FTP&amp;lt;/b&amp;gt; information. Use this information to complete the next task of moving your site files.&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/web-hosting/best-web-hosting.asp Web Hosting] Windows / Linux / ColdFusion / Railo&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/reseller-hosting.asp Reseller Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/vps/best-vps-hosting.asp VPS (Virtual Private Server) Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/dedicated/virtual-dedicated-hosting.asp Virtual Dedicated Hosting]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Custom VPS or Infrastructure as a Service Solutions&amp;lt;/b&amp;gt; contact [mailto:vps_sales@hostek.com VPS sales.]&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows Shared Hosting==&lt;br /&gt;
&lt;br /&gt;
===Moving Site Files and Databases===&lt;br /&gt;
#Open an FTP(File Transfer Protocol) client on your computer. If you do not have one, you can download FileZilla for free at &amp;quot;http://filezilla-project.org/download.php/&amp;quot;.&lt;br /&gt;
#Connect to your site on your old host. Generally, the connection details will either be in an e-mail you received from them or listed in your control panel with them.&lt;br /&gt;
#Once connected, you should see two sets of files, local (files on your computer) and remote (files on your website). Under your local files, create a folder to store your site files.&lt;br /&gt;
#Once the folder is created, open that folder on the local side.  Then, select all the files on the remote site and download them into that folder.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Once the transfer is complete, disconnect from the server. Then connect to your site on our server using the FTP details that we sent in your account details e-mail.&lt;br /&gt;
#On the remote side, open the /wwwroot folder. Also, on the local side, if there is a 'www', 'wwwroot', or 'public_html' folder, open that folder as well. #Select all files on the local side and upload them to the remote side.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Done - your site files have been moved.&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Request a full backup of your database from your host, or create one through their control panel if you have that option.&lt;br /&gt;
#Once you have the full database backup (should be a .bak file), login into your WCP control panel at &amp;quot;https://wcp.hostek.com&amp;quot; using the same e-mail address and password as your billing control panel.&lt;br /&gt;
#Once logged in, select 'MS SQL', and click 'Add MS SQL database'. Enter name of the backed up database and choose a size larger than the .bak file. Enter a username and password and click 'Save'.&lt;br /&gt;
#Follow the steps for [https://wiki.hostek.com/Backup_%26_Restore_Databases_-_MS_SQL How to Restore a MSSQL Database].&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have any issues restoring the database due to the size or structure of the database, you may need to upload the backup file to your website and ask support to restore the database. If you do this, it is recommended that you zip the backup file before uploading it as that will make it much smaller.&lt;br /&gt;
&lt;br /&gt;
===Update your domain’s DNS===&lt;br /&gt;
*Update your domain’s DNS settings Once you have tested your site, contact your domain name registrar and change your DNS settings to the Name Servers we provided in the New Account email. Your registrar is the company you purchased your domain name from. You’ll replace your existing primary and secondary name servers with the ones we provided you in the new account email. This change will take about 12 to 48 hours to propagate throughout the internet.&lt;br /&gt;
&lt;br /&gt;
===Wait for your domain to propagate===&lt;br /&gt;
*Wait for your domain to propagate (approximately 12-48 hours) While your domain propagation is taking effect, some will see your site on our servers and others will see the site on your old host. This will prevent any downtime. In order to receive mail from both locations, you will need to check email from both hosts. You can simply use our web mail interface to get the email that is sent to our servers during&lt;br /&gt;
&lt;br /&gt;
===Cancel with your previous host===&lt;br /&gt;
Cancel with your previous host After the site is pointing to us, you can go and cancel the hosting account you have at your previous host.&lt;br /&gt;
&lt;br /&gt;
===Transfer your domain name to our registrar (optional)===&lt;br /&gt;
Transfer your domain name (optional)If you would like to transfer your domain and consolidate your registration and web hosting to one source, you can request to transfer the domain. The domain transfer itself costs NOTHING; we simply add one year of registration onto the expiration date for a base price for the common .TLD's. After that, you will able to renew your domain name at the same great price.&lt;br /&gt;
A registrar transfer is the moving a domain name from one registrar to another. A registrar is the company that actually registers a domain name.&lt;br /&gt;
#You will need to log into your billing control panel at https://cp.hostek.com&lt;br /&gt;
#Click on the domains drop-down menu and click &amp;quot;My Domains&amp;quot;.&lt;br /&gt;
#Scroll down to your domain name and click &amp;quot;Manage Domain&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Registrar Lock&amp;quot; tab, then click the &amp;quot;Disable Registrar Lock&amp;quot; button.&lt;br /&gt;
#Click on the &amp;quot;Management Tools&amp;quot; drop-down menu and select &amp;quot;Contact Information&amp;quot;&lt;br /&gt;
#You will need to update the Admin contact email address to an email address that you can receive emails at and click &amp;quot;Save Changes&amp;quot;.&lt;br /&gt;
#Click &amp;quot;Management Tools&amp;quot; drop-down and select &amp;quot;Get EPP Code&amp;quot;. This will display the EPP code that you will need to provide to the registrar you are transferring to.&lt;br /&gt;
#Once you have initiated the transfer with the registrar and provided the EPP code you will receive a transfer approval email at the email address you specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows VPS==&lt;br /&gt;
*We recommend setting up each domain using WCP as you move them, not all at one time. Doing so ensures there are less complications with mail delivery between two domains.&lt;br /&gt;
&lt;br /&gt;
[[media:Hostek.com_Migration_Checklist.xls | Download this Migration Checklist]] to keep track of your migration progress.&lt;br /&gt;
&lt;br /&gt;
===Moving Domains===&lt;br /&gt;
Familiarize yourself and your team with our [https://wcp.hostek.com Windows Control Panel]. We have prepared a [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide] to help.&lt;br /&gt;
&lt;br /&gt;
#Create the domain using the &amp;quot;addon domain&amp;quot; icon in the WCP.&lt;br /&gt;
#*When initially logging into WCP the domain which was used for referencing your VPS will be listed and new domains added.&lt;br /&gt;
#*If you selected a database server be installed locally or remotely it should be integrated with your control panel and databases can be added under each domain using the appropriate Icon.&lt;br /&gt;
#*Note if you ordered the FREE SmarterMail edition which only includes mail for a single domain, upon adding your second domain you may encounter an error. If so contact support for upgrading your SmarterMail license or disabling the action for adding new domains to the mail server.&lt;br /&gt;
#DNS zones are automatically created for new domains, for the name servers which are used for domains added to your VPS click on  the &amp;quot;Site Details&amp;quot; icon within the WCP for the domain in question.&lt;br /&gt;
#Copy files to your VPS. Use FTP directly from your VPS to transfer site files, this is extremely fast and efficient.&lt;br /&gt;
#Test the domain. Each domain will have a &amp;quot;Testing URL&amp;quot; within the &amp;quot;Site Details&amp;quot; area of WCP, note that if the database is not moved over and or DSN not created you may encounter errors.&lt;br /&gt;
#Prepare the DNS for moving. Before switching your DNS we suggest a shorter TTL such as 300 (5 minutes), after this change you must wait out the original TTL before the new value will take affect. For example if your original TTL was 7200 seconds (2 hours) you must wait 2 hours after submitting any change before the new TTL will be take effect.&lt;br /&gt;
#Switch your DNS. By now your site is tested and you're ready to make the switch.&lt;br /&gt;
#*In most cases we suggest moving the database first so data will be consistent from the old location to the new.&lt;br /&gt;
&lt;br /&gt;
===SSL===&lt;br /&gt;
&lt;br /&gt;
*Our Windows Control Panel has provisions for creating a CSR and installing a new certificate but you cannot &amp;quot;import&amp;quot; an existing certificate. There are two ways to resolve &amp;quot;moving&amp;quot; a certificate to a Windows server easily.&lt;br /&gt;
&lt;br /&gt;
====Pkey format====&lt;br /&gt;
#Export the certificate in PKey format. Within the certificate manager, export the current certificate in PKey format, you will be asked for a &amp;quot;passphrase&amp;quot; assign one and remember it. &lt;br /&gt;
#Copy the certificate to the new server.&lt;br /&gt;
#Open IIS on your VPS, open the main server node then click on the icon &amp;quot;Server Certificates&amp;quot; found under &amp;gt;&amp;gt; IIS &amp;gt;&amp;gt; Server Certificates.&lt;br /&gt;
#Click import and follow the prompts.&lt;br /&gt;
#Edit the bindings for the specific site to assign the certificate&lt;br /&gt;
#*Right click on the website in Sites &amp;gt;&amp;gt; your-website.abc select &amp;quot;Edit Bindings&amp;quot;.&lt;br /&gt;
#*Select &amp;quot;Add&amp;quot; change the type to https, select the IP Address, select the &amp;quot;SSL Certificate&amp;quot; from the drop down.&lt;br /&gt;
&lt;br /&gt;
====Re-key the certificate====&lt;br /&gt;
*Using this method could render the SSL certificate expired on the old server.&lt;br /&gt;
&lt;br /&gt;
#Click on the &amp;quot;Dedicated SSL&amp;quot; icon in WCP.&lt;br /&gt;
#Fill in the appropriate information to generate a CSR.&lt;br /&gt;
#At your certificate provider request a &amp;quot;rekey&amp;quot; using the CSR provided from WCP.&lt;br /&gt;
#After receiving the new certificate back from your provider, complete the installation in WCP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Add the database and user in MSSQL using the WCP under the correct domain.&lt;br /&gt;
#Set the database to single user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET SINGLE_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Using SQL Studio Manager restore from backup selecting the file you exported from your previous server.&lt;br /&gt;
#Set the database to multi user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET MULTI_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#To fix user a created user which existed before the database was restored.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name Exec sp_change_users_login 'auto_fix','USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
#In some cases you may continue to receive errors. Try adding double slashes for the file restore paths. Here's a scripted example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RESTORE DATABASE [exampledatabase] FROM  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Backup\exampledatabase.bak' &lt;br /&gt;
WITH  FILE = 1,  MOVE N'old_database_name_Data' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.mdf',  &lt;br /&gt;
MOVE N'old_database_name_Log' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.LDF',  &lt;br /&gt;
NOUNLOAD,  REPLACE,  STATS = 10&lt;br /&gt;
GO&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Don't forget===&lt;br /&gt;
*Scheduled tasks, add them on the new server remove them from the old.&lt;br /&gt;
*Change the DNS TTL back to default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mail===&lt;br /&gt;
&lt;br /&gt;
====SmarterMail to SmarterMail====&lt;br /&gt;
&lt;br /&gt;
#See the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration] for preparing the MX record and SSL (if applicable). You can however skip the step for creating users / passwords on the new server since you will be moving everything at once.&lt;br /&gt;
#Zip the contents of the {smartermail root}\domains\yourdomain.com.&lt;br /&gt;
#FTP the files from the old server to the new, this can be done by installing a simple FTP client such as FileZilla on the VPS and connecting to the old server.&lt;br /&gt;
#On the new VPS unzip and overwrite the contents {smartermail root}\domains\yourdomain.com. &lt;br /&gt;
#Login to the SmarterMail Webmail interface, &amp;quot;Reload&amp;quot; the domain. This should cause all the users to be revealed, with their inbox, calendar and other assets intact.&lt;br /&gt;
#Complete the &amp;quot;Final Steps&amp;quot; mentioned under [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration].&lt;br /&gt;
&lt;br /&gt;
====Any Provider to Windows &amp;amp; Smartermail====&lt;br /&gt;
&lt;br /&gt;
Easily migrate from any mail service. Move a single mailbox, or an entire domain, from mail services like:&lt;br /&gt;
&lt;br /&gt;
Gmail&lt;br /&gt;
Yahoo!&lt;br /&gt;
Hotmail / Windows Live&lt;br /&gt;
Microsoft Exchange&lt;br /&gt;
Or even mail servers like Merak, iMail and MailEnable&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration]. Then follow the steps provided by SmarterMail.&lt;br /&gt;
&lt;br /&gt;
http://portal.smartertools.com/KB/a1937/import-mailbox-data-to-smartermail-from-third-party.aspx&lt;br /&gt;
&lt;br /&gt;
====Why move one domain at a time?====&lt;br /&gt;
If you setup domain X, Y, and Z via WCP, then migrate X from your old server to Hostek. If a user on X tries to email someone on domain Y or Z they'll get a kickback saying &amp;quot;No such user.&amp;quot; This is because you haven't migrated the data over into these other accounts yet. The server will try to send the message locally before it goes &amp;quot;outside&amp;quot; to resolve it's IP address. Setting up new domains &amp;quot;as you go&amp;quot;, will avoid this possibility.&lt;br /&gt;
&lt;br /&gt;
If mail is not involved in the migration, then you may not need to worry about this issue.&lt;br /&gt;
&lt;br /&gt;
==your-provider to VPS Mail Migration General Information==&lt;br /&gt;
There are various ways to migrate mail from an existing provider. In cases where POP is the method for retrieving mail then simply switching providers in a thoughtful preplanned manner is sufficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Keys for simple POP/SMTP Mail Migration===&lt;br /&gt;
&lt;br /&gt;
====Preparation Steps for Mail Migration====&lt;br /&gt;
#Create domain on the new server.&lt;br /&gt;
#Setup users &amp;amp; passwords in advance on the new server.&lt;br /&gt;
#Take note of the specific DNS details and modify the TTL. &lt;br /&gt;
#*Note the MX record.&lt;br /&gt;
#*Set the TTL for the MX record to 600 (10 minutes).&lt;br /&gt;
#*If the MX is set to &amp;quot;something.yourdomain.com&amp;quot;, then also change the TTL for the A record &amp;quot;something.yourdomain.com&amp;quot; to 600 (10 minutes).&lt;br /&gt;
#Does your mailserver use SSL? Note, if the SSL mail encryption works for &amp;quot;mail.yourisp.com&amp;quot; and you're moving to a VPS then you will likely have to also purchase and have the certificate installed and insure the exact same type of SSL support works before proceeding.&lt;br /&gt;
&lt;br /&gt;
====Final Steps to complete the Mail Migration====&lt;br /&gt;
#Plan and prepare users with what they should expect. &lt;br /&gt;
#Be sure your mail server is listening on the IP Address you will point the A record to&lt;br /&gt;
#We suggest to create or modify the A record &amp;quot;something.yourdomain.com&amp;quot; if it already exists, when you are ready to make the switch change that A record &amp;quot;something.yourdomain.com&amp;quot; to point at your VPS.&lt;br /&gt;
#When finished change the TTL for the MX record and applicable A record back to it's default (Usually 14400).&lt;br /&gt;
&lt;br /&gt;
*You can use the standard ports for POP/SMTP or IMAP with or without SSL. &lt;br /&gt;
*Alternate Ports for SMTP (26) is pre-configured in our firewall and will just need configured in either SmarterMail or Cpanel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===your-provider Mail Migration any IMAP Mail Server===&lt;br /&gt;
&lt;br /&gt;
'''This can easily apply to migrating from any mail service to Linux with Cpanel.'''&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the Keys for Simple Mail Migration above. It also may be possible to find an application to migrate IMAP mail including calendars &amp;amp; contacts. We suggest checking into &amp;quot;IMAPSync&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category: Sales]]&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2396</id>
		<title>Backup &amp; Restore Databases - MS SQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2396"/>
				<updated>2015-02-24T17:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Jonc moved page Restoring Databases - MS SQL to Backup &amp;amp; Restore Databases - MS SQL: Provide full instructions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to restore an MS SQL database (import MS SQL database) from a backup file.&lt;br /&gt;
&lt;br /&gt;
== How to Backup a MSSQL Database ==&lt;br /&gt;
&lt;br /&gt;
=== Backup with myLittleBackup ===&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Backup Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Complete the name and description fields&lt;br /&gt;
# Click '''&amp;quot;Backup&amp;quot;'''&lt;br /&gt;
# Click the link to the database to download, note the backup will also stay archived for 30 days within myLittleBackup - for easy restore&lt;br /&gt;
&lt;br /&gt;
=== Manual Backup ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Backup&lt;br /&gt;
# Select &amp;quot;Disk&amp;quot; for the destination. Backup Type should be &amp;quot;Full&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Add&amp;quot; and specify a path, and file name and .bak extension.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the backup.&lt;br /&gt;
&lt;br /&gt;
==How to Restore a MSSQL Database==&lt;br /&gt;
&lt;br /&gt;
=== Restore with myLittleBackup ===&lt;br /&gt;
Steps to restore a database using myLittleAdmin through the control panel.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You will need to create your MSSQL database in the WCP before doing these steps&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Click '''&amp;quot;Browse&amp;quot;''' and navigate to the .bak file of your database on your local system&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Select the database file you uploaded in the list and click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore&amp;quot;''' and then click '''&amp;quot;Ok&amp;quot;''' on the alert message that pops up&lt;br /&gt;
&lt;br /&gt;
=== Manual Restore ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
FOR WINDOWS VPS, create the database within WCP before proceeding.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Restore&lt;br /&gt;
# Select &amp;quot;Device&amp;quot; and choose the location of your backup file. &lt;br /&gt;
# Select &amp;quot;Options&amp;quot; from the left panel and check the box to &amp;quot;Overwrite the existing database (WITH REPLACE)&amp;quot;. &lt;br /&gt;
#*Also check the box to &amp;quot;Close existing connections&amp;quot; on newer versions of SQL.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the restore.&lt;br /&gt;
&lt;br /&gt;
== Errors and Solutions ==&lt;br /&gt;
&lt;br /&gt;
Solutions to common errors when restoring database backups.&lt;br /&gt;
&lt;br /&gt;
===The backup file you selected exceeds the limit size of your database===&lt;br /&gt;
&lt;br /&gt;
'''Error Message:'''&lt;br /&gt;
 The backup file you selected exceeds the limit size of your database. Restore has been cancelled.&lt;br /&gt;
&lt;br /&gt;
This error indicates that the database that created the backup file is larger than the database you are restoring to.  It is important to note that the size of the actual backup file does not matter.  The size that is important is the size of both of the data file and log file of the database on the original SQL Server where the backup was created.  If those file sizes are too large, you will need to reduce them before creating the backup file.&lt;br /&gt;
&lt;br /&gt;
The most common issue is that the transaction log file is too large.  To reduce the size of the transaction log file before creating the backup, you can perform a transaction log backup (Tasks -&amp;gt; Backup -&amp;gt; set '''Backup type''' = '''Transaction Log''') and then shrink the transaction log (Tasks -&amp;gt; Shrink -&amp;gt; Files -&amp;gt; set '''File type''' = '''Log''').&lt;br /&gt;
&lt;br /&gt;
==='''Invalid Object Name''' errors after database restore===&lt;br /&gt;
This error can occur when a table is prefixed with the schema of a user other than dbo (ex myuser.table). &lt;br /&gt;
&lt;br /&gt;
====Transfer Tables to DBO schema====&lt;br /&gt;
This will generate the SQL to transfer your tables to the 'dbo' schema:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.tables p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Transfer All Objects to DBO schema====&lt;br /&gt;
If you wish to transfer all object such as stored procedures to the 'dbo' schema, as well as tables, use the following to generate the needed SQL:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.objects p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SQL Server 2000 - Transfer Table to DBO schema====&lt;br /&gt;
To change the owner of a table in SQL Server 2000:&lt;br /&gt;
&amp;lt;pre&amp;gt;use MyDB&lt;br /&gt;
EXEC sp_changeobjectowner 'MyUser.MyTableName', 'dbo'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the above TSQL, do the following:&lt;br /&gt;
#Change MyDB to your database name.&lt;br /&gt;
#Change MyUser to the current owner username.&lt;br /&gt;
#Change MyTableName to the table needing modified.&lt;br /&gt;
#Repeat for each table in the database, if necessary.&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Restoring_Databases_-_MS_SQL&amp;diff=2397</id>
		<title>Restoring Databases - MS SQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Restoring_Databases_-_MS_SQL&amp;diff=2397"/>
				<updated>2015-02-24T17:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Jonc moved page Restoring Databases - MS SQL to Backup &amp;amp; Restore Databases - MS SQL: Provide full instructions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Backup &amp;amp; Restore Databases - MS SQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2395</id>
		<title>Backup &amp; Restore Databases - MS SQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Backup_%26_Restore_Databases_-_MS_SQL&amp;diff=2395"/>
				<updated>2015-02-24T17:38:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to restore an MS SQL database (import MS SQL database) from a backup file.&lt;br /&gt;
&lt;br /&gt;
== How to Backup a MSSQL Database ==&lt;br /&gt;
&lt;br /&gt;
=== Backup with myLittleBackup ===&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Backup Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Complete the name and description fields&lt;br /&gt;
# Click '''&amp;quot;Backup&amp;quot;'''&lt;br /&gt;
# Click the link to the database to download, note the backup will also stay archived for 30 days within myLittleBackup - for easy restore&lt;br /&gt;
&lt;br /&gt;
=== Manual Backup ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Backup&lt;br /&gt;
# Select &amp;quot;Disk&amp;quot; for the destination. Backup Type should be &amp;quot;Full&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Add&amp;quot; and specify a path, and file name and .bak extension.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the backup.&lt;br /&gt;
&lt;br /&gt;
==How to Restore a MSSQL Database==&lt;br /&gt;
&lt;br /&gt;
=== Restore with myLittleBackup ===&lt;br /&gt;
Steps to restore a database using myLittleAdmin through the control panel.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You will need to create your MSSQL database in the WCP before doing these steps&lt;br /&gt;
&lt;br /&gt;
# Log into the WCP at http://wcp.hostek.com/&lt;br /&gt;
# Click '''&amp;quot;MSSQL Tools&amp;quot;'''&lt;br /&gt;
# Select your MSSQL database and database user from the dropdown menu&lt;br /&gt;
# Click '''&amp;quot;MyLittleBackup&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore Databases&amp;quot;''' from the left menu&lt;br /&gt;
# Select your MSSQL database&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;''' under the '''&amp;quot;Check the information about your database&amp;quot;''' heading&lt;br /&gt;
# Click '''&amp;quot;Browse&amp;quot;''' and navigate to the .bak file of your database on your local system&lt;br /&gt;
# Click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Select the database file you uploaded in the list and click '''&amp;quot;Ok&amp;quot;'''&lt;br /&gt;
# Click '''&amp;quot;Restore&amp;quot;''' and then click '''&amp;quot;Ok&amp;quot;''' on the alert message that pops up&lt;br /&gt;
&lt;br /&gt;
=== Manual Restore ===&lt;br /&gt;
This method applies to those managing their own servers or for our Windows Based VPS.&lt;br /&gt;
&lt;br /&gt;
FOR WINDOWS VPS, create the database within WCP before proceeding.&lt;br /&gt;
&lt;br /&gt;
# Open SQL Management Studio&lt;br /&gt;
# Expand Databases and right click on the database and select: Tasks &amp;gt; Restore&lt;br /&gt;
# Select &amp;quot;Device&amp;quot; and choose the location of your backup file. &lt;br /&gt;
# Select &amp;quot;Options&amp;quot; from the left panel and check the box to &amp;quot;Overwrite the existing database (WITH REPLACE)&amp;quot;. &lt;br /&gt;
#*Also check the box to &amp;quot;Close existing connections&amp;quot; on newer versions of SQL.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot; to complete the restore.&lt;br /&gt;
&lt;br /&gt;
== Errors and Solutions ==&lt;br /&gt;
&lt;br /&gt;
Solutions to common errors when restoring database backups.&lt;br /&gt;
&lt;br /&gt;
===The backup file you selected exceeds the limit size of your database===&lt;br /&gt;
&lt;br /&gt;
'''Error Message:'''&lt;br /&gt;
 The backup file you selected exceeds the limit size of your database. Restore has been cancelled.&lt;br /&gt;
&lt;br /&gt;
This error indicates that the database that created the backup file is larger than the database you are restoring to.  It is important to note that the size of the actual backup file does not matter.  The size that is important is the size of both of the data file and log file of the database on the original SQL Server where the backup was created.  If those file sizes are too large, you will need to reduce them before creating the backup file.&lt;br /&gt;
&lt;br /&gt;
The most common issue is that the transaction log file is too large.  To reduce the size of the transaction log file before creating the backup, you can perform a transaction log backup (Tasks -&amp;gt; Backup -&amp;gt; set '''Backup type''' = '''Transaction Log''') and then shrink the transaction log (Tasks -&amp;gt; Shrink -&amp;gt; Files -&amp;gt; set '''File type''' = '''Log''').&lt;br /&gt;
&lt;br /&gt;
==='''Invalid Object Name''' errors after database restore===&lt;br /&gt;
This error can occur when a table is prefixed with the schema of a user other than dbo (ex myuser.table). &lt;br /&gt;
&lt;br /&gt;
====Transfer Tables to DBO schema====&lt;br /&gt;
This will generate the SQL to transfer your tables to the 'dbo' schema:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.tables p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Transfer All Objects to DBO schema====&lt;br /&gt;
If you wish to transfer all object such as stored procedures to the 'dbo' schema, as well as tables, use the following to generate the needed SQL:&lt;br /&gt;
&amp;lt;pre&amp;gt;SELECT 'ALTER SCHEMA dbo TRANSFER ' + s.Name + '.' + p.Name  &lt;br /&gt;
FROM sys.objects p INNER JOIN  &lt;br /&gt;
sys.Schemas s on p.schema_id = s.schema_id  &lt;br /&gt;
WHERE s.Name = 'EXISTING_OWNER_USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====SQL Server 2000 - Transfer Table to DBO schema====&lt;br /&gt;
To change the owner of a table in SQL Server 2000:&lt;br /&gt;
&amp;lt;pre&amp;gt;use MyDB&lt;br /&gt;
EXEC sp_changeobjectowner 'MyUser.MyTableName', 'dbo'&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the above TSQL, do the following:&lt;br /&gt;
#Change MyDB to your database name.&lt;br /&gt;
#Change MyUser to the current owner username.&lt;br /&gt;
#Change MyTableName to the table needing modified.&lt;br /&gt;
#Repeat for each table in the database, if necessary.&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=MochaPanel&amp;diff=2346</id>
		<title>MochaPanel</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=MochaPanel&amp;diff=2346"/>
				<updated>2015-01-09T17:45:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Why Hostek loves MochaPanel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Why Hostek loves MochaPanel=&lt;br /&gt;
&lt;br /&gt;
We could not find a control panel that included all the features customers were asking for so we built our own. Shared hosting customers get full control of their domain, resellers can easily manage their customers and integrate with billing software, VPS/Cloud customers can manage firewall and infrastructure. Best of all it's not bloated with features that you'll never use. Let's review 4 core benefits that make MochaPanel great.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''POWERFUL:''' Manage hosting from one place, full control of your domains and more.. &lt;br /&gt;
&lt;br /&gt;
*'''EASY:''' Clearly labeled controls, similar across shared, reseller and VPS - with advance features nicely nested within. &lt;br /&gt;
&lt;br /&gt;
*'''FAST:''' Single domain management, reseller and advanced VPS/Cloud server management is ALL blazing fast!&lt;br /&gt;
&lt;br /&gt;
*'''FOUNDATIONAL:''' In production for over 3 years but we are constantly adding new features - and have quite ambitions goals for the future!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try the [https://wcp.hostek.com/demo DEMO] for yourself. &lt;br /&gt;
&lt;br /&gt;
Reselling hosting? Try the [https://wcp.hostek.com/resellerdemo RESELLER DEMO] for yourself.&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Migration_Assistance&amp;diff=2131</id>
		<title>Migration Assistance</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Migration_Assistance&amp;diff=2131"/>
				<updated>2014-05-05T16:04:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Migrations - Preparation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
In most cases, Hostek.com can help you migrate from your current provider to our services.&lt;br /&gt;
&lt;br /&gt;
We perform this process day in and day out for both shared and VPS customers, so we have this process down to a good science.&lt;br /&gt;
&lt;br /&gt;
== Migrations - Preparation Steps ==&lt;br /&gt;
#Be sure you are going to a matching platform.&lt;br /&gt;
##If you know you are changing platforms, check with our support team to make sure it will be fine.  Most of the time it will be fine.&lt;br /&gt;
#Be sure you have all your login details at your current host so that we can get access to your site, database, etc.&lt;br /&gt;
&lt;br /&gt;
===  Required Information ===&lt;br /&gt;
To get started on your migration we will need the following information. We find it's easiest if customers provide a spreadsheet with the information below.&lt;br /&gt;
&lt;br /&gt;
#List of domains&lt;br /&gt;
#*For Cpanel to Cpanel moves we need access to the existing CPanel Account, or WHM (preferred)&lt;br /&gt;
#*For large migrations 10+ domains or 10+GB full server access is preferred.&lt;br /&gt;
#Specific important details about each domain, such as the type of CMS or application framework, what parts are critical - which should ALSO be noted in your documents.&lt;br /&gt;
#List of databases, users and passwords (preferred)&lt;br /&gt;
#List of accounts, ftp, email&lt;br /&gt;
#URL and login details for your registrar, if we will be changing the DNS for you, this should be pre-determined.&lt;br /&gt;
&lt;br /&gt;
See [http://blog.hostek.com/blog/uncategorized/3-steps-to-prepare-for-a-successful-hosting-migration/ this blog post] on how to make your migration pain free, there's also an Excel document for tracking the domains and account information.&lt;br /&gt;
&lt;br /&gt;
More information in [https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com this wiki] on making your migration seamless.&lt;br /&gt;
&lt;br /&gt;
== Migrations - Completion Steps ==&lt;br /&gt;
&lt;br /&gt;
#Initial discussion about the migration (ticket or phone).&lt;br /&gt;
#*This is the best time to explain what is being migrated, specifically the required information (domains, accounts etc..) we should have received from you.&lt;br /&gt;
#*We will likely coordinate a time for the migration during this conversation.&lt;br /&gt;
#Migration Start - We will carry out the migration at the discussed time.&lt;br /&gt;
#Testing - After the migration is complete we will test any discussed URL/Parts of the websites/services that are critical and pre-determined.&lt;br /&gt;
#Migration Finish - When the migration and testing are complete we will let you know usually by ticket.&lt;br /&gt;
##There may be additional parts that need to be tested or finished such as DNS changes, however we can answer your questions about this in the initial discussion.&lt;br /&gt;
&lt;br /&gt;
To find out how we can help with your migration, submit a ticket at https://support.hostek.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Limitations - Fine Print ==&lt;br /&gt;
You might ask, what if I have 1000 sites will Hostek migrate them all for me? For migrations that will require more than 2hrs support time we must pre-approve first. We may discuss the complete migration or an effective plan for coordinating and working alongside the customer to move their sites. We have never had to tell a customer NO we can't do that and we have completed very large and complex multi-server migrations for many customers.&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Firewall_Options_-_VPS/Dedicated&amp;diff=2040</id>
		<title>Firewall Options - VPS/Dedicated</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Firewall_Options_-_VPS/Dedicated&amp;diff=2040"/>
				<updated>2014-04-01T20:54:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* IPS &amp;amp; Firewall Protection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== IPS &amp;amp; Firewall Protection ==&lt;br /&gt;
Hostek protects it's VPS customers with [https://wiki.hostek.com/Hostek_infrastructure#Firewall_.26_IPS perimeter load balanced IPS’s] by [http://www.corero.com/products/corero-ips.html Corero] (Includes DDOS &amp;amp; deep packet inspection for known threats) which also act as a firewall. Customers have three options for the protection of their VPS, by default servers will be in the Protected port group:&lt;br /&gt;
&lt;br /&gt;
#Protected (supports most common ports*, DDOS, deep packet inspection)&lt;br /&gt;
#PCI (restricted to a few ports, DDOS, deep packet inspection)&lt;br /&gt;
#Server Managed (less restrictive, no port blocking, no deep packet inspection, includes DDOS)&lt;br /&gt;
&lt;br /&gt;
*Note in the default group there are some additional ports open for custom applications, contact support and we will provide the port numbers.&lt;br /&gt;
&lt;br /&gt;
== Customizable Firewall Options ==&lt;br /&gt;
In our VPS/Dedicated Firewall Protected port group (Number 1 above), we open commonly utilized ports.  If you need a non-standard fixed port to be open, contact support to have your VPS moved to the &amp;quot;Server Managed&amp;quot; group. If your application can be set to use an alternate port, there are a few alternate ports open for this purpose, contact support for more details. However keep in mind traffic to your server will be rate limited for DDOS protection but there will be no port blocking. RECOMMENDED - unneeded ports can be blocked from the software firewall on your server. This can be managed easily for Windows VPS's from WCP (limited control) or more extensive control for Windows thru Microsoft Remote Desktop or for Linux cPanel Servers use ConfigServer Firewall.&lt;br /&gt;
&lt;br /&gt;
== Windows Firewall ==&lt;br /&gt;
=== Opening a Port in Windows Firewall ===&lt;br /&gt;
To open a port in your VPS's Windows Firewall, you'll need to perform the following steps:&lt;br /&gt;
#Click the '''Start''' button, open the '''Administrative Tools''' menu, then click '''Windows Firewall with Advanced Security'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step01.png]]&lt;br /&gt;
#Click the '''Inbound Rules''' section, then click the '''New Rule''' link at the right side of the window.&amp;lt;br /&amp;gt;[[File:openfirewallport-step02.png]]&lt;br /&gt;
#Select '''Port''' and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step03.png]]&lt;br /&gt;
#Enter the port you wish to open in the '''Specific local ports''' section. For example, if you wish to open MySQL you'd enter 3306. You can also open multiple ports at a time by separating the ports with commas.&amp;lt;br /&amp;gt;[[File:openfirewallport-step04.png]]&lt;br /&gt;
#Make sure '''Allow the connection''' is selected and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step05.png]]&lt;br /&gt;
#Make sure '''Domain''', '''Private''', and '''Public''' are selected and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step06.png]]&lt;br /&gt;
#Now you just need to enter a name for the rule and click '''Finish'''&amp;lt;br /&amp;gt;[[File:openfirewallport-step07.png]]&lt;br /&gt;
=== Restricting Access to a Port ===&lt;br /&gt;
#First, open '''Windows Firewall with Advanced Security''' by clicking the '''Start''' button, opening the '''Administrative Tools''' menu, then clicking '''Windows Firewall with Advanced Security'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step01.png]]&lt;br /&gt;
#Right-click on the rule you wish to edit, and click '''Properties'''&lt;br /&gt;
#Click the '''Scope''' tab in the pop-up that appears.&amp;lt;br /&amp;gt;[[File:restrictfirewallport-step03.png]]&lt;br /&gt;
#Under '''Remote IP Addresses''' select '''These IP addresses''' then click '''Add'''.&lt;br /&gt;
#In the popup that appears, you will choose what IP will have access to the port defined in your rule. For example, if you wish to restrict access to your local computer, you'd enter your computer's IP address in the '''This IP address or subnet''' section. FYI, to find your computer's IP address, you can use [http://hostek.com/ip/ our IP finder]. &amp;lt;br /&amp;gt;[[File:restrictfirewallport-step05.png]]&lt;br /&gt;
#After entering your IP, click '''OK''' in the '''IP Address''' window. Then click '''OK''' in the rule properties window, and you're done.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:Email-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Firewall_Options_-_VPS/Dedicated&amp;diff=2039</id>
		<title>Firewall Options - VPS/Dedicated</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Firewall_Options_-_VPS/Dedicated&amp;diff=2039"/>
				<updated>2014-04-01T20:51:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Firewall Options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== IPS &amp;amp; Firewall Protection ==&lt;br /&gt;
Hostek protects it's VPS customers with perimeter load balanced IPS’s (DDOS, deep packet inspection for known threats) which also act as a firewall (blocking). Customers have three options for the protection of their VPS, by default servers will be in the Protected port group:&lt;br /&gt;
&lt;br /&gt;
#Protected (supports most common ports*, DDOS, deep packet inspection)&lt;br /&gt;
#PCI (restricted to a few ports, DDOS, deep packet inspection)&lt;br /&gt;
#Server Managed (less restrictive, no port blocking, no deep packet inspection, includes DDOS)&lt;br /&gt;
&lt;br /&gt;
*Note in the default group there are some additional ports open for custom applications, contact support and we will provide the port numbers.&lt;br /&gt;
&lt;br /&gt;
== Customizable Firewall Options ==&lt;br /&gt;
In our VPS/Dedicated Firewall Protected port group (Number 1 above), we open commonly utilized ports.  If you need a non-standard fixed port to be open, contact support to have your VPS moved to the &amp;quot;Server Managed&amp;quot; group. If your application can be set to use an alternate port, there are a few alternate ports open for this purpose, contact support for more details. However keep in mind traffic to your server will be rate limited for DDOS protection but there will be no port blocking. RECOMMENDED - unneeded ports can be blocked from the software firewall on your server. This can be managed easily for Windows VPS's from WCP (limited control) or more extensive control for Windows thru Microsoft Remote Desktop or for Linux cPanel Servers use ConfigServer Firewall.&lt;br /&gt;
&lt;br /&gt;
== Windows Firewall ==&lt;br /&gt;
=== Opening a Port in Windows Firewall ===&lt;br /&gt;
To open a port in your VPS's Windows Firewall, you'll need to perform the following steps:&lt;br /&gt;
#Click the '''Start''' button, open the '''Administrative Tools''' menu, then click '''Windows Firewall with Advanced Security'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step01.png]]&lt;br /&gt;
#Click the '''Inbound Rules''' section, then click the '''New Rule''' link at the right side of the window.&amp;lt;br /&amp;gt;[[File:openfirewallport-step02.png]]&lt;br /&gt;
#Select '''Port''' and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step03.png]]&lt;br /&gt;
#Enter the port you wish to open in the '''Specific local ports''' section. For example, if you wish to open MySQL you'd enter 3306. You can also open multiple ports at a time by separating the ports with commas.&amp;lt;br /&amp;gt;[[File:openfirewallport-step04.png]]&lt;br /&gt;
#Make sure '''Allow the connection''' is selected and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step05.png]]&lt;br /&gt;
#Make sure '''Domain''', '''Private''', and '''Public''' are selected and click '''Next'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step06.png]]&lt;br /&gt;
#Now you just need to enter a name for the rule and click '''Finish'''&amp;lt;br /&amp;gt;[[File:openfirewallport-step07.png]]&lt;br /&gt;
=== Restricting Access to a Port ===&lt;br /&gt;
#First, open '''Windows Firewall with Advanced Security''' by clicking the '''Start''' button, opening the '''Administrative Tools''' menu, then clicking '''Windows Firewall with Advanced Security'''.&amp;lt;br /&amp;gt;[[File:openfirewallport-step01.png]]&lt;br /&gt;
#Right-click on the rule you wish to edit, and click '''Properties'''&lt;br /&gt;
#Click the '''Scope''' tab in the pop-up that appears.&amp;lt;br /&amp;gt;[[File:restrictfirewallport-step03.png]]&lt;br /&gt;
#Under '''Remote IP Addresses''' select '''These IP addresses''' then click '''Add'''.&lt;br /&gt;
#In the popup that appears, you will choose what IP will have access to the port defined in your rule. For example, if you wish to restrict access to your local computer, you'd enter your computer's IP address in the '''This IP address or subnet''' section. FYI, to find your computer's IP address, you can use [http://hostek.com/ip/ our IP finder]. &amp;lt;br /&amp;gt;[[File:restrictfirewallport-step05.png]]&lt;br /&gt;
#After entering your IP, click '''OK''' in the '''IP Address''' window. Then click '''OK''' in the rule properties window, and you're done.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:Email-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=PCI_Compliance&amp;diff=2038</id>
		<title>PCI Compliance</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=PCI_Compliance&amp;diff=2038"/>
				<updated>2014-03-26T17:56:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* hostek.com */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
== Obtaining PCI Compliance ==&lt;br /&gt;
&lt;br /&gt;
You need PCI Compliance if your website/business: '''accepts, transmits or stores any cardholder data.''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''If that is you:''' &lt;br /&gt;
&lt;br /&gt;
Find a Quality Security Accessor such as [https://www.securitymetrics.com SecurityMetrics] or [https://trustwave.com/ TrustWave], there are many such vendors. They will help you determine the type of compliance required for your business and provide the services to achieve and maintain compliance. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''How do I know what level / validation type?''' &lt;br /&gt;
&lt;br /&gt;
The Quality Security Accessor will help you determine this and based on PCI DSS Standards.&lt;br /&gt;
&lt;br /&gt;
*The level of &amp;quot;compliance&amp;quot; required (1-4) is based on transaction or monetary volume.&lt;br /&gt;
*The &amp;quot;Validation Type&amp;quot; determines the assessment requirements and is based on how much card data you store.&lt;br /&gt;
&lt;br /&gt;
A copy of the PCI DSS is available [https://www.pcisecuritystandards.org/security_standards/index.php here].&lt;br /&gt;
More general unofficial details can be found at [http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard here].&lt;br /&gt;
&lt;br /&gt;
=== How Hostek complements efforts for PCI compliance ===&lt;br /&gt;
&lt;br /&gt;
#Insuring PCI standards can be met and kept for our own systems.&lt;br /&gt;
#Providing firewall protection for all servers and the option for PCI compliant firewall rules to be applied to customers environment. &lt;br /&gt;
#Providing VPN for customers to securely connect and manage environment remotely.&lt;br /&gt;
#Providing VLAN (virtual private network) for customers environment with multiple servers so their database server is completely isolated from public access.&lt;br /&gt;
#Including or offering Anti-Virus scanning on VPS and/or Shared Hosting servers.&lt;br /&gt;
#Protecting physical access to network and servers. Data centers are managed &amp;amp; monitored 24x7 by security cameras and on-site staff. &lt;br /&gt;
&lt;br /&gt;
== Hostek.com ==&lt;br /&gt;
&lt;br /&gt;
PCI compliance requires quarterly scans from a PCI compliance vendor.  Hostek.com goes above and beyond this requirement by having regular scans from two different PCI compliance vendors.  One vendor's scans are done quarterly.  The other's scans are done nightly.  This ensures that all potential PCI compliance issues are accurately identified and dealt with promptly.&lt;br /&gt;
&lt;br /&gt;
===Hostek.com PCI Compliance Report ===&lt;br /&gt;
Hostek.com PCI DSS Compliance report: [[Media:PCI-DSS-Compliance-hostek-com.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Datacenter==&lt;br /&gt;
The data center where the hostek.com equipment is housed maintains SOC 2 Certification ([[FIle:SOC2_CERT_2013.pdf]]).  This replaced the SSAE16 Certification.&lt;br /&gt;
&lt;br /&gt;
Full audit report part 1: [[File:SOC2-2013_CYBERCON_Full_Report_PART-1.pdf]]&lt;br /&gt;
&lt;br /&gt;
Full audit report part 2: [[File:SOC2-2013_CYBERCON_Full_Report_PART-2.pdf]]&lt;br /&gt;
&lt;br /&gt;
===Previous Certifications===&lt;br /&gt;
2011-12 - SSAE 16 Certification ([http://hostek.com/forms/SSAE-16_Letter_of_Cert.pdf audit report]).  This replaced the SAS 70 Type 2 Certification.&lt;br /&gt;
&lt;br /&gt;
==Common PCI Compliance Resolutions==&lt;br /&gt;
&lt;br /&gt;
===SSL/TLS Protocol Initialization Vector Implementation Information Disclosure===&lt;br /&gt;
&lt;br /&gt;
aka: BEAST (Browser Exploit Against SSL/TLS) Vulnerability&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  If you are on a '''shared server''' or a '''managed VPS''', please submit a support ticket [http://support.hostek.com] and attach/include your PCI scan report.  The information below is for our non managed VPS customers.&lt;br /&gt;
&lt;br /&gt;
* Place the following text in a file named '''TLS.reg''' and execute the file.  It will add registry values to enable TLS 1.1 and TLS 1.2 support:&lt;br /&gt;
 Windows Registry Editor Version 5.00&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1\Client]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1\Server]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2\Client]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2\Server]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
&lt;br /&gt;
* After completing the above step, go to '''Start''' -&amp;gt; '''Run''' -&amp;gt; (type '''gpedit.msc''') -&amp;gt; (click '''OK''')&lt;br /&gt;
* Navigate to '''Computer Configuration''' -&amp;gt; '''Administrative Template''' -&amp;gt; '''Network''' -&amp;gt; '''SSL Configuration Settings'''&lt;br /&gt;
* Right click on '''SSL Cipher Suite Order''' and choose '''Edit''' (Windows 2008 R2) or '''Properties''' (Windows 2008)&lt;br /&gt;
* Select '''Enabled''' and replace the text in the textbox under '''SSL Cipher Suites'''(not to be confused with the '''Notes''' textbox) with the following long line of text(All on a single line - no line breaks or spaces):&lt;br /&gt;
TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P521,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P521,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P521,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_NULL_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P521,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P521,TLS_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_RC4_128_MD5,SSL_CK_RC4_128_WITH_MD5,TLS_RSA_WITH_NULL_SHA,TLS_RSA_WITH_NULL_MD5&lt;br /&gt;
* Click '''OK'''&lt;br /&gt;
* Reboot server&lt;br /&gt;
&lt;br /&gt;
===Disable SSLv2 &amp;amp; Strong Cyphers Only &amp;amp; Strong Protocols Only===&lt;br /&gt;
If you are on a shared server, please open a support ticket and attach the PCI scan report.&lt;br /&gt;
&lt;br /&gt;
For VPS's:  This generally applies to a Windows based server.  If you see one of these items on your PCI scan report, download this zip [http://hostek.com/wikifiles/disablessl2-strongcyphersonly-strongprotocolsonly.zip] and extract the appropriate .reg file and put that on your VPS and double click it to make the appropriate registry change to fix the issue.  Generally if one of these show on your report, we suggest running all three .reg files to fully take care of the issue at one time.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  You will need to reboot the server for these changes to take affect.&lt;br /&gt;
&lt;br /&gt;
====VPS-Windows 2008 Servers====&lt;br /&gt;
This free tool can be used to determine if vulnerable or weak protocols or cypers are enabled, and provides the option to disable them.&lt;br /&gt;
&lt;br /&gt;
https://www.nartac.com/Products/IISCrypto/Default.aspx&lt;br /&gt;
&lt;br /&gt;
Changes using this tool require a server reboot to complete them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Websites that allow testing for SSL Protocols and Cyphers:&lt;br /&gt;
&lt;br /&gt;
https://www.ssllabs.com/ssltest/index.html&lt;br /&gt;
&lt;br /&gt;
http://www.serversniff.net/sslcheck.php&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1946</id>
		<title>Hostek infrastructure</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1946"/>
				<updated>2014-01-27T16:48:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Firewall &amp;amp; IPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A significant amount of effort and expense goes into designing and maintaining the network infrastructure to ensure maximum performance and availability of services hosted by hostek.com.  Below are some of the highlights of the hostek.com infrastructure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bandwidth providers==&lt;br /&gt;
&lt;br /&gt;
Hostek.com utilizes multiple Internet bandwidth providers.  By utilizing multiple vendors for Internet bandwidth, service to the hostek.com network avoids interruption from vendor maintenance and outages.  See figure 1 below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:internet.png|link=|Internet bandwidth providers]]&lt;br /&gt;
'''figure 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Server and storage hardware==&lt;br /&gt;
&lt;br /&gt;
Hostek.com is proud to utilize Dell servers and Dell Compellent &amp;amp; EqualLogic storage arrays.&lt;br /&gt;
&lt;br /&gt;
==Server virtualization with high availability==&lt;br /&gt;
&lt;br /&gt;
Our web servers are virtualized utilizing VMWare vSphere.  With VMWare High Availability, should a physical server fail, any virtual machine will be automatically migrated to another physical server and powered on, and resume normal operations.  This operation can be completed with the affected virtual machines back in service often in 3-5 minutes!  This is an amazingly short time frame to recover from a failed physical server.&lt;br /&gt;
&lt;br /&gt;
Another added benefit to virtualization is that resources such as CPU, RAM, and disk space, can be quickly allocated based on utilization patterns.  This ensures optimal performance for your site or mail server with minimal down time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Due to the nature of certain kinds of workloads, some servers may not be virtualized.  &amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Redundant power==&lt;br /&gt;
&lt;br /&gt;
Electricity is provided from two separate power feeds.  In addition, our equipment is protected with UPS systems and diesel generators.  Servers and storage devices have redundant power supplies, each on separate feeds to help prevent loss of data due to power failures.&lt;br /&gt;
&lt;br /&gt;
==Storage==&lt;br /&gt;
&lt;br /&gt;
Virtual machines, along with their data (i.e. your web site files, email, etc.) reside on enterprise storage arrays.  These arrays have the following features:&lt;br /&gt;
*Multiple arrays clustered for high performance&lt;br /&gt;
*Redundant storage controllers&lt;br /&gt;
*Redundant hard drives&lt;br /&gt;
*Redundant network adapters&lt;br /&gt;
*Redundant storage network switches&lt;br /&gt;
*Redundant power supplies connected to redundant power feeds&lt;br /&gt;
*All servers are connected to the storage network via multiple paths for performance and redundancy&lt;br /&gt;
&lt;br /&gt;
Additionally, all data on our storage arrays are replicated to standby storage devices daily.  This means that should an array cluster fail, the replica can quickly be brought online to resume storage.  See figure 2 below for an example of normal operations.  Figure 3 is an example of a storage array failover situation.  Note that in the failover situation, &amp;quot;Data volume 1&amp;quot; and &amp;quot;Data volume 2&amp;quot; become available on the standby array and virtual machines depending on those volumes may resume normal operations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san.png|link=|figure 2]]&lt;br /&gt;
'''figure 2''' -- normal operations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san-failover.png|link=|figure 3]]&lt;br /&gt;
'''figure 3''' -- failover situation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IT security==&lt;br /&gt;
&lt;br /&gt;
*'''Note''' This section is not a comprehensive guide to our IT security.  This just serves to highlight some of the general points.&lt;br /&gt;
&lt;br /&gt;
===Firewall &amp;amp; IPS===&lt;br /&gt;
Perimeter firewall and Intrusion Prevention System (IPS) exist which perform the following functions:&lt;br /&gt;
*Stateful packet inspection&lt;br /&gt;
*Deep packet inspection for known malicious attack patterns&lt;br /&gt;
*DDoS (Distributed Denial of Service) protection mechanisms&lt;br /&gt;
&lt;br /&gt;
These devices are configured in a load-balanced, high availability cluster.&lt;br /&gt;
&lt;br /&gt;
===SPAM filtering===&lt;br /&gt;
All inbound email is filtered using multiple real-time RBL and content inspection technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, outbound mail from our Windows web servers are checked with anti-SPAM content filters to prevent delivery of mail from your site from being disrupted by compromised mail submission forms from other tenants on the server your site resides on.&lt;br /&gt;
&lt;br /&gt;
===Anti-virus===&lt;br /&gt;
Our servers run commercial anti-virus products from reputable software vendors.&lt;br /&gt;
&lt;br /&gt;
==Backups==&lt;br /&gt;
&lt;br /&gt;
We perform daily backups of all web, email, and database servers.  &lt;br /&gt;
&lt;br /&gt;
Backups for VPSs are stored off-site in a location that is in a different geographical area than the primary site.  This means that should a major disaster occur in the area where the servers running your VPS reside, your data is safe in another location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Physical security==&lt;br /&gt;
&lt;br /&gt;
===Restricted access to premises===&lt;br /&gt;
The buildings housing our datacenter have a comprehensive security system which include but not limited to the following:&lt;br /&gt;
*24x7 on-site security&lt;br /&gt;
*Access codes&lt;br /&gt;
*Biometric hand scanners&lt;br /&gt;
*Electronic proximity readers&lt;br /&gt;
*Security surveillance system &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fire suppression system===&lt;br /&gt;
Our equipment is protected by a pre-action, dry pipe fire suppression system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==PCI Compliance==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.hostek.com/index.php?title=PCI_Compliance Click here] for details on hostek.com's PCI Compliance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Custom_Name_Servers_on_a_VPS&amp;diff=1940</id>
		<title>Custom Name Servers on a VPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Custom_Name_Servers_on_a_VPS&amp;diff=1940"/>
				<updated>2014-01-23T15:15:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* VPS Windows Default */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''How do I setup custom name servers with my Windows or Windows ColdFusion VPS?'''&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
&lt;br /&gt;
#Setup &amp;quot;A&amp;quot; records in your domain name's DNS records for ns1.your-domain.com and ns2.your-domain.com pointing these to the IP address of &amp;lt;b&amp;gt;our&amp;lt;/b&amp;gt; nameservers. &lt;br /&gt;
#At your registrar, register the name servers.  Every registrar is different but this is usually straight forward and they can help you do it if you have trouble.  &lt;br /&gt;
&lt;br /&gt;
== Default Name Servers ==&lt;br /&gt;
*The DNS server names are included in the email sent to you with server login information.&lt;br /&gt;
&lt;br /&gt;
=== VPS Windows Default ===&lt;br /&gt;
ns1 - 64.37.66.145&lt;br /&gt;
&lt;br /&gt;
ns2 - 64.73.203.254&lt;br /&gt;
&lt;br /&gt;
=== VPS cPanel Linux Default ===&lt;br /&gt;
ns7 - 66.201.97.248&lt;br /&gt;
&lt;br /&gt;
ns8 - 66.201.98.102&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category: Linux-VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Server_Management&amp;diff=1918</id>
		<title>Server Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Server_Management&amp;diff=1918"/>
				<updated>2014-01-13T20:08:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Premium VPS Management Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Server Management'''&lt;br /&gt;
&lt;br /&gt;
Our goal at Hostek.com is to let you focus on what you do best and we will focus on the servers and keeping you running.  &lt;br /&gt;
&lt;br /&gt;
As part of this goal, we are now offering free Managed Services for your VPS or Virtual Dedicated server.&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==OS Patching==&lt;br /&gt;
Hostek.com provides OS Patching for all VPS servers.  These patches are automatically applied during night time hours unless you have made previous arrangements with our VPS Management Team.&lt;br /&gt;
&lt;br /&gt;
==Application Patching== &lt;br /&gt;
Patching applications such as MS SQL, MySQL, ColdFusion or other Hostek.com installed software is handled on a per request basis.&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
We routinely monitor your VPS or Virtual Dedicated server for high utilization of CPU, RAM, or disk I/O and will contact you with any concerns or suggestions.&lt;br /&gt;
&lt;br /&gt;
==Premium VPS Management Services==&lt;br /&gt;
To compliment our already great managed service we offer the Premium VPS Services add-on, this service engagement includes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Solution Engineers available to help optimize your infrastructure and your data.&lt;br /&gt;
*Help with custom configurations for installed services such as ColdFusion, Railo, PHP, .NET, MySql, MSSQL and more.&lt;br /&gt;
*Help with the setup of additional backup, synchronization or custom firewall needs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two hours of Premium Management Services is included with the Premium service add-on.  Each support case is a 15 minute minimum.  Additional time beyond two hours can be purchased at our current hourly rate.  &lt;br /&gt;
&lt;br /&gt;
NOTE:  This is NOT a supplement for programming or development.&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=MochaPanel&amp;diff=1917</id>
		<title>MochaPanel</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=MochaPanel&amp;diff=1917"/>
				<updated>2014-01-13T18:41:47Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot;=Why Hostek loves MochaPanel=  We could not find a control panel that included all the features customers were asking for so we built our own. Shared hosting customers get ful...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Why Hostek loves MochaPanel=&lt;br /&gt;
&lt;br /&gt;
We could not find a control panel that included all the features customers were asking for so we built our own. Shared hosting customers get full control of their domain, resellers can easily manage their customers and integrate with billing software, VPS/Cloud customers can manage firewall and infrastructure. Best of all it's not bloated with features that you'll never use. Let's review 4 core benefits that make MochaPanel great.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''POWERFUL:''' Manage hosting from one place, full control of your domains and more.. &lt;br /&gt;
&lt;br /&gt;
*'''EASY:''' Clearly labeled controls, similar across shared, reseller and VPS - with advance features nicely nested within. &lt;br /&gt;
&lt;br /&gt;
*'''FAST:''' Single domain management, reseller and advanced VPS/Cloud server management is ALL blazing fast!&lt;br /&gt;
&lt;br /&gt;
*'''FOUNDATIONAL:''' In production for over 3 years but we are constantly adding new features - and have quite ambitions goals for the future!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try the [https://wcp.hostek.com/demo DEMO] for yourself.&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1887</id>
		<title>VPS Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1887"/>
				<updated>2013-12-23T17:46:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Storage configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Components==&lt;br /&gt;
&lt;br /&gt;
Custom components can be installed on your VPS with hostek.com, we do not supply the components however if your VPS is managed we can install them with the necessary installation keys and information to download the components.&lt;br /&gt;
&lt;br /&gt;
=== Component installation ===&lt;br /&gt;
&lt;br /&gt;
==== For Windows ====&lt;br /&gt;
*Our servers are 64bit by default, for 32bit components on non-managed VPS accounts will require &amp;quot;Enable 32bit Applications: TRUE&amp;quot; to be set within the Application Pool in IIS for the specific site using the component.&lt;br /&gt;
&lt;br /&gt;
==== For Linux ====&lt;br /&gt;
*Ensure compatibility by checking with the vendor before hand, our Linux servers by default are installed with 64bit CentOS, with Cpanel(easy apache).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain limits==&lt;br /&gt;
&lt;br /&gt;
===Questions: How many domains can I put on one VPS server?===&lt;br /&gt;
&lt;br /&gt;
The number of domains that can be hosted greatly depends on the type of work the server has to do for your application (ie website). For example if we break down the usage into processes we can easily see how the answer to this question depends on many factors, however most times optimizations can greatly increase the capabilities of a VPS without requiring upgrades.&lt;br /&gt;
&lt;br /&gt;
====Typical server resources include:====&lt;br /&gt;
&lt;br /&gt;
*CPU&lt;br /&gt;
*RAM&lt;br /&gt;
*Disk I/O&lt;br /&gt;
*Bandwidth&lt;br /&gt;
&lt;br /&gt;
====Typical services used:====&lt;br /&gt;
&lt;br /&gt;
*Web Server (Apache or IIS)&lt;br /&gt;
*DB Server (MySQL or MSSQL)&lt;br /&gt;
*Mail Server (Exim or SmarterMail)&lt;br /&gt;
*Application Server (ColdFusion, Railo, PHP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each service will use a combination of the resources and services to &amp;quot;serve&amp;quot; the application to the internet. The optimal configuration would utilize as much caching (database results) and optimized static files (txt, html, css, images). In addition limiting the number of outbound calls to external resources for generating site content is important. The difference between a site utilizing caching, optimized files and scheduled import of exernal resources may be from 10 to 100% better performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key is optimization, a site fully optimized would likely run into a bandwidth limit before server resource usage would ever be an issue. See the examples below of bandwidth limitation for 3mbps sustained traffic, while VPS servers allow &amp;quot;bursting&amp;quot; which is periodic spikes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Google (search results page) approx 2KB, can serve 11,250 results in one minute @ 3mbps or 37,500 new visitors @ 10mbps (burst).&lt;br /&gt;
#Yahoo (home page results) approx 200KB, can serve 112.5 new visitors in one minute @3mbps or 375 new visitors @ 10mbps (burst).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key to serving you can see from the example above is optimizing content. A media rich website is going to utlize many more resources both bandwidth and other thus it will handle much less than a mostly text based website.&lt;br /&gt;
&lt;br /&gt;
====Checklist for optimizing applications for maximum server performance:====&lt;br /&gt;
&lt;br /&gt;
#Are the images on my website optimized?&lt;br /&gt;
#Is an Expires or a Cache-Control Header being utilized?&lt;br /&gt;
#Are all possible queries being cached in memory?&lt;br /&gt;
#Are the tables being used in queries with the &amp;quot;where&amp;quot; clause indexed?&lt;br /&gt;
#Are CSS, JS and other TXT resources compressed using server side (Gzip) compression?&lt;br /&gt;
#Are JavaScript and CSS Minified?&lt;br /&gt;
#Are the number of HTTP requests visitors have to make minimized?&lt;br /&gt;
&lt;br /&gt;
==== Recommendations: GENERAL GUIDELINES ====&lt;br /&gt;
This information is meant to help give an example based on average site usage, not all sites or use cases will fit into these generalized suggested solutions. &lt;br /&gt;
&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (not ColdFusion), Basic VPS can handle 30 websites.&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (with ColdFusion), Silver VPS can handle 20 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (not ColdFusion), Silver VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (with ColdFusion), Enterprise VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (no ColdFusion), Enterprise VPS can handle 250 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (with ColdFusion), Virtual Dedicated can handle 200 websites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage configuration==&lt;br /&gt;
&lt;br /&gt;
Disks in our storage arrays are performance optimized - data writes are done to RAID10, and incrementally data pages are converted to RAID 5 or RAID 6. Several factors must be considered when choosing a RAID level.  Besides the obvious of read and write performance, one must consider usable disk space, fault tolerance, rebuild time in the event of disk failure, and degraded performance in the event of disk failure &amp;lt;sub&amp;gt;(degraded performance refers to the performance of the storage array while a rebuild is taking place after a disk failure)&amp;lt;/sub&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===SAN vs Local Storage===&lt;br /&gt;
SAN Storage is the default for our Cloud Services - with the exception of Virtual Dedicated. We chose SAN because of it's integration with VMWare and High Availability options; you can read about [http://blog.hostek.com/blog/cloud-hosting/san-storage-its-what-makes-cloud-hosting-rock-solid/ our storage evolution].&lt;br /&gt;
&lt;br /&gt;
The robust nature of the SAN make it the superior choice for highly available storage in most cases. Just like a traditional disk or even a local raid set there can be disasters however a properly deployed SAN will have redundancy at all levels. '''At Hostek our primary SAN is replicated to a  completely independent secondary SAN.''' When comparing SAN to local storage there can be a very small performance penalty with SAN Storage. Consider the overall performance and benefits gained.&lt;br /&gt;
&lt;br /&gt;
'''SAN Storage Benefits'''&lt;br /&gt;
&lt;br /&gt;
*'''Multiple Spindles''' - Exponential performance gains.&lt;br /&gt;
*'''[http://en.wikipedia.org/wiki/RAID RAID Volumes]''' - SAN's are configured with optimal RAID levels.&lt;br /&gt;
*'''Automated Block Level Data Movement''' - For optimized performance.&lt;br /&gt;
*'''Redundant SAN''' - If the Primary SAN fails the secondary SAN will be promoted.&lt;br /&gt;
*'''Near Time Replication''' - Primary SAN to secondary SAN.&lt;br /&gt;
*'''Daily Snapshots''' - For rapid recovery of yesterday's data.&lt;br /&gt;
&lt;br /&gt;
In this discussion on [http://ask.slashdot.org/story/02/01/28/211257/storage-area-networks-vs-local-raid-arrays SlashDot regarding SAN vs Local] most experts agree that SAN is an excellent choice especially when configured and managed by industry professionals. Please [https://support.hostek.com contact sales - by creating a ticket] if you have custom storage requirements. &lt;br /&gt;
&lt;br /&gt;
===Determining Disk I/O===&lt;br /&gt;
It may be necessary to determine the average disk I/O when researching a solution for your infrastructure:&lt;br /&gt;
&lt;br /&gt;
====Windows 2008====&lt;br /&gt;
The Average Reads and Writes per second of the disk for 24hrs. Here's how to get this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Open the server, click Start, type Perfmon in the search, click search glass to go.&lt;br /&gt;
#In Perfmon expand Data Collector Sets, User Defined, right click and create a new named set.&lt;br /&gt;
#Select the set you created, in the right panel click to select the &amp;quot;System Monitor Log&amp;quot; and right click to select properties.&lt;br /&gt;
#Add the two counters Physical Disk Average Disk Bytes Read and Physical Disk Average Disk Bytes Write, click OK.&lt;br /&gt;
#Right click on the Data Collector Set you created and click start. Let run for 24hrs approximately then right click and click stop.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
====Windows 2003====&lt;br /&gt;
&lt;br /&gt;
Start, Run, type perfmon and click OK.&lt;br /&gt;
&lt;br /&gt;
#Remove any existing counters, select them all and press the DEL key.&lt;br /&gt;
#Expand &amp;quot;Performance and Counters&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Add Counters&amp;quot; sign to add specific counters, Performance Object: Physical Disk, Total_&lt;br /&gt;
#*Physical Disk:Reads/sec&lt;br /&gt;
#*Physical Disk:Writes/sec&lt;br /&gt;
#*Physical Disk:Write Disk Queue&lt;br /&gt;
#NOTE the location of the log file. Click on the “Log files” tab and click on the &amp;quot;Configure&amp;quot; button, specify a different location (OPTIONAL) for the log file. Type of file should always be Binary. &lt;br /&gt;
#Schedule the task to run for 24hrs approximately.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Scaling Disk Space===&lt;br /&gt;
Additional disk space can be added at any time for any VPS and there are a few ways this can be accomplished. Existing disks can be extended (i.e. increased) in size, or an additional disks can be added. Consider the following information when deciding how disk space should be scaled - when a decision is reached [http://support.hostek.com submit a request to our Sales Team].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Extending an existing disk'''&lt;br /&gt;
&lt;br /&gt;
It's currently not possible to shrink a virtual disk. Any additional disk space added should be considered permanent for the life of the server. If additional disk space is purchased, and then it's decided that the disk space is not necessary the only possible solution is having the virtual machine converted to a new VM with a smaller virtual disk. That can be a lengthy process that will require pre-planning and scheduled offline maintenance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Attaching an additional drive'''&lt;br /&gt;
&lt;br /&gt;
This is the recommended method for scaling your data storage overall, because multiple smaller drives or partitions can be added and smaller drives can be restored much faster than a single very large drive. '''NOTE''' This option should also be carefully considered because applications with hard coded paths may have to be re-written to use relative paths or hard coded paths updated. &lt;br /&gt;
&lt;br /&gt;
*Windows VPS: This means getting a completely new drive for example a D: drive&lt;br /&gt;
&lt;br /&gt;
*Linux VPS: This means a new partition, for example /home2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:Email-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Custom_Name_Servers_on_a_VPS&amp;diff=1836</id>
		<title>Custom Name Servers on a VPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Custom_Name_Servers_on_a_VPS&amp;diff=1836"/>
				<updated>2013-12-13T20:06:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''How do I setup custom name servers with my Windows or Windows ColdFusion VPS?'''&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
&lt;br /&gt;
#Setup &amp;quot;A&amp;quot; records in your domain name's DNS records for ns1.your-domain.com and ns2.your-domain.com pointing these to the IP address of &amp;lt;b&amp;gt;our&amp;lt;/b&amp;gt; nameservers. &lt;br /&gt;
#At your registrar, register the name servers.  Every registrar is different but this is usually straight forward and they can help you do it if you have trouble.  &lt;br /&gt;
&lt;br /&gt;
== Default Name Servers ==&lt;br /&gt;
*The DNS server names are included in the email sent to you with server login information.&lt;br /&gt;
&lt;br /&gt;
=== VPS Windows Default ===&lt;br /&gt;
ns1 - 216.15.198.133&lt;br /&gt;
&lt;br /&gt;
ns2 - 216.15.198.134&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== VPS cPanel Linux Default ===&lt;br /&gt;
ns7 - 66.201.97.248&lt;br /&gt;
&lt;br /&gt;
ns8 - 66.201.98.102&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category: Linux-VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS&amp;diff=1831</id>
		<title>VPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS&amp;diff=1831"/>
				<updated>2013-12-11T16:11:35Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Traffic and Growth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Placing an order==&lt;br /&gt;
'''Q: What methods are available for accessing my VPS/Cloud server for managing?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Both Windows and Linux control panels allow excellent Management Tools for Site Settings, DNS, FTP users, Database Engines and domain specific settings. We recommend utilizing the control panels for adding and managing domains, because they are specifically built for this purpose and work great.&lt;br /&gt;
&lt;br /&gt;
*Windows: RDP (Remote Desktop), WCP (Windows Control Panel) and if MSSQL or MySQL are installed you can connect remotely also with Microsoft SQL Studio or phpMyAdmin. &lt;br /&gt;
*Linux: [https://wiki.hostek.com/SSH_Access_-_Private_Servers SSH], WHM/cPanel and MySQL through phpMyAdmin. &lt;br /&gt;
&lt;br /&gt;
'''Q: For Windows VPS/Cloud server, the checkout page has a field for the root password, what is that for?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' In this field enter the password you would like set for the Administrator user on your server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Q: The checkout page first asks for a domain, and Hostname Prefix what is this for?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' The domain name can be any domain name we suggest a domain that you own (your-company.com). The hostname prefix is how we identify your server by name, by default we will use &amp;quot;server1&amp;quot; if nothing is provided but you can choose your own unique name. This will be appended to the domain, example: server1.your-company.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Q: The checkout page has a field for NS1 and NS2, what is that for?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Most times this can be ignored. The only time it's needed is when you plan on hosting your own &amp;quot;vanity&amp;quot; DNS servers such as &amp;quot;NS1.YOURDOMAIN.COM&amp;quot; for also see more details for [https://wiki.hostek.com/DNS_(Name_Servers)#Custom_Name_Servers_for_VPS setting up vanity DNS servers].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Q: For a Windows VPS/Cloud server, do I need the IIS Rewrite Module?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Most times if you are not familiar with the IIS Rewrite Module, then you should not install it. However if you are using a .htaccess file for URL rewriting, be sure to select the ISAPI_Rewrite Module addon.&lt;br /&gt;
&lt;br /&gt;
==Setup Time==&lt;br /&gt;
'''Q: How long do these plans take until they are ready to use from the time of ordering?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Our goal is 3 hours from the time of placing the order.&lt;br /&gt;
&lt;br /&gt;
==Traffic and Growth==&lt;br /&gt;
'''Q: Can a VPS handle more than the default GB of traffic?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes, our VPS servers can handle a TON of traffic probably more than most normal sites would require. If you require additional bandwidth beyond the default, we can work on a custom quote. We highly recommend [https://wiki.hostek.com/VPS_Resources#Checklist_for_optimizing_applications_for_maximum_server_performance: optimizing your website], this can greatly reduce the bandwidth.&lt;br /&gt;
&lt;br /&gt;
===Global Traffic===&lt;br /&gt;
As part of our exceptional network, we provide IPS (Intrusion Prevention System) protection for each VPS and/or private network. In some cases traffic in other countries may have been blocked due to IP address threat reports provided by the [https://isc.sans.edu/index.html SANS Institute - Storm Center]. We can assist with unblocking an IP addresses on a request by request basis. &lt;br /&gt;
&lt;br /&gt;
'''The following conditions would apply:'''&lt;br /&gt;
&lt;br /&gt;
*IP addresses would have to be for users affiliated with your VPS/business&lt;br /&gt;
*Users would have to have a static IP address (or rarely changing IP Address)&lt;br /&gt;
*We only unblock up to 5 addresses at a time&lt;br /&gt;
&lt;br /&gt;
Our [https://support.hostek.com support team] can assist with the process of delisting the IP addresses using these guidelines.&lt;br /&gt;
&lt;br /&gt;
==Shared vs VPS==&lt;br /&gt;
We commonly get asked about the differences between Shared and VPS hosting, answers related to this can be found below.&lt;br /&gt;
&lt;br /&gt;
====Control Panel====&lt;br /&gt;
'''Q: Would I receive &amp;quot;shared like&amp;quot; features such as a control panel with the ability to create FTP accounts and Databases?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' (Windows) Yes, by default our Windows VPS Hosting plans include our powerful Windows Control Panel, see the [http://wcp.hostek.com/demo demo].&lt;br /&gt;
*During the order process select the type of database server and e-mail services to be installed. These features will also be integrated into the control panel for your VPS.&lt;br /&gt;
&lt;br /&gt;
'''A:''' (Linux) Yes, by default our Linux VPS Hosting plans include Cpanel.&lt;br /&gt;
*During the order process by default MySQL is selected as the database engine installed by default as well as email services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====ColdFusion Admin====&lt;br /&gt;
'''Q: Will I have access to the ColdFusion Admin panel, and can I enable RDS?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes, with all ColdFusion VPS accounts you can login to the ColdFusion Admin and enable RDS, the only exception being &amp;quot;fully managed&amp;quot; plans where we completely manage the sites on your VPS for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Backups====&lt;br /&gt;
'''Q: Are the VPS servers backed up like the Shared hosting and can I can request a file restore?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes, they are backed up exactly the same way, we first replicate, and then do &amp;quot;block&amp;quot; level backups which provide &amp;quot;file&amp;quot; restores as requested.&lt;br /&gt;
*Due to the manual process required for restoring files, more than one restore per month will incur a small additional charge.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Security====&lt;br /&gt;
'''Q: Is the security on VPS hosting better than Shared hosting.'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' While we do everything possible to keep ALL servers secure, there are no &amp;quot;shared&amp;quot; resources so the security would be higher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Speed &amp;amp; Stability====&lt;br /&gt;
'''Q: Will the VPS hosting be robust, and faster than shared hosting?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes and there are two main reasons:&lt;br /&gt;
&lt;br /&gt;
#Your website(s) are not &amp;quot;sharing&amp;quot; resources, so if another customer is causing temporary problems with the operating system or utilizing many resources your server will not be affected.&lt;br /&gt;
#There's no &amp;quot;throttle&amp;quot; for VPS servers in IIS, for shared hosting we throttle the connections (at a high level) and for a good reason.&lt;br /&gt;
&lt;br /&gt;
==VPS vs Virtual Dedicated Servers==&lt;br /&gt;
The differences between VPS and Virtual Dedicated Servers are specifically related to resource quantity and availability. While our VPS plans also meet most basic requirements for applications requiring more processing power and/or disk space by default we offer Virtual Dedicated. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Virtual Dedicated Server default resources vs VPS default resources''' &lt;br /&gt;
*Increased CPU frequency limit is (Approx 4Ghz higher)&lt;br /&gt;
*Increased Default CPU cores&lt;br /&gt;
*Increased Default RAM&lt;br /&gt;
*Increased Default Disk Space&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note, while physically dedicated servers are required in some special cases such as highly utilized database servers or other special applications in most cases a Virtual Server (VPS or Virtual Dedicated) will meet the requirements.&lt;br /&gt;
&lt;br /&gt;
==Windows Based VPS==&lt;br /&gt;
&lt;br /&gt;
===Remote Desktop===&lt;br /&gt;
====Q: Will I have access to Remote Desktop?====&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes, however we suggest only using this if ABSOLUTLY necessary. The reason we stress this is because our [http://wcp.hostek.com/demo Windows Control Panel] is designed to do most everything required for hosting so you won't have to use Remote Desktop. If necessary for custom application installation or similar we understand some customers need this, so it's available.&lt;br /&gt;
&lt;br /&gt;
====Q: How do I connect via Remote Desktop (RDP) to my VPS====&lt;br /&gt;
&lt;br /&gt;
'''A:''' First, you should download an RDP client such as [mRemoteNG http://www.mremoteng.org/download]. If you do not wish to download a 3rd party client you can type '''mstsc''' in your Windows '''Run''' command, and it will launch the default Windows RDP client.&lt;br /&gt;
&lt;br /&gt;
Once you have your RDP client open specify your server's IP as the computer you're connecting to, and you'll be able to connect with the credentials you received in your VPS/Virtual Dedicated server welcome email.&lt;br /&gt;
&lt;br /&gt;
====Q: How do I disable the warning message after signing into Remote Desktop?====&lt;br /&gt;
&lt;br /&gt;
'''A:''' If you wish to remove the Remote Desktop (RDP) sign-on message, do the following:&lt;br /&gt;
#Launch the ''Local Security Policy'' manager by clicking ''Start''--&amp;gt;''Administrative Tools''--&amp;gt;''Local Security Policy''&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;[[File:Disable_rdp_warning1.png]]&lt;br /&gt;
#Expand ''Local Policies''--&amp;gt;''Security Options''&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;[[File:Disable_rdp_warning2.png]]&lt;br /&gt;
#Right-click the item that says ''Interactive Logon: Message text for users attempting to log on''&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;[[File:Disable_rdp_warning3.png]]&lt;br /&gt;
#Here you can remove the warning message, or you may customize it to your needs.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;[[File:Disable_rdp_warning4.png]]&lt;br /&gt;
&lt;br /&gt;
===CMS Installation===&lt;br /&gt;
'''Q: Can I install a CMS such as DotNetNuke, Kentico others?'''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Yes, first check the requirements for the CMS of your choice. In most cases a database server will be required, so make sure to select the correct database server choice during checkout. Secondly, after you have ordered and your VPS is setup, add the domain to the server (using the WCP control panel), create the appropriate database, upload the latest copy of the CMS to your server and follow the installation steps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Sales]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1798</id>
		<title>Hostek infrastructure</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1798"/>
				<updated>2013-11-20T18:28:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Server and storage hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A significant amount of effort and expense goes into designing and maintaining the network infrastructure to ensure maximum performance and availability of services hosted by hostek.com.  Below are some of the highlights of the hostek.com infrastructure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bandwidth providers==&lt;br /&gt;
&lt;br /&gt;
Hostek.com utilizes multiple Internet bandwidth providers.  By utilizing multiple vendors for Internet bandwidth, service to the hostek.com network avoids interruption from vendor maintenance and outages.  See figure 1 below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:internet.png|link=|Internet bandwidth providers]]&lt;br /&gt;
'''figure 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Server and storage hardware==&lt;br /&gt;
&lt;br /&gt;
Hostek.com is proud to utilize Dell servers and Dell Compellent &amp;amp; EqualLogic storage arrays.&lt;br /&gt;
&lt;br /&gt;
==Server virtualization with high availability==&lt;br /&gt;
&lt;br /&gt;
Our web servers are virtualized utilizing VMWare vSphere.  With VMWare High Availability, should a physical server fail, any virtual machine will be automatically migrated to another physical server and powered on, and resume normal operations.  This operation can be completed with the affected virtual machines back in service often in 3-5 minutes!  This is an amazingly short time frame to recover from a failed physical server.&lt;br /&gt;
&lt;br /&gt;
Another added benefit to virtualization is that resources such as CPU, RAM, and disk space, can be quickly allocated based on utilization patterns.  This ensures optimal performance for your site or mail server with minimal down time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Due to the nature of certain kinds of workloads, some servers may not be virtualized.  &amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Redundant power==&lt;br /&gt;
&lt;br /&gt;
Electricity is is provided from two separate power feeds.  In addition, our equipment is protected with UPS systems and diesel generators.  Servers and storage devices have redundant power supplies, each on separate feeds to help prevent loss of data due to power failures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage==&lt;br /&gt;
&lt;br /&gt;
Virtual machines, along with their data (i.e. your web site files, email, etc.) reside on enterprise storage arrays.  These arrays have the following features:&lt;br /&gt;
*Multiple arrays clustered for high performance&lt;br /&gt;
*Redundant storage controllers&lt;br /&gt;
*Redundant hard drives&lt;br /&gt;
*Redundant network adapters&lt;br /&gt;
*Redundant storage network switches&lt;br /&gt;
*Redundant power supplies connected to redundant power feeds&lt;br /&gt;
*All servers are connected to the storage network via multiple paths for performance and redundancy&lt;br /&gt;
&lt;br /&gt;
Additionally, all data on our storage arrays are replicated to standby storage devices daily.  This means that should an array cluster fail, the replica can quickly be brought online to resume storage.  See figure 2 below for an example of normal operations.  Figure 3 is an example of a storage array failover situation.  Note that in the failover situation, &amp;quot;Data volume 1&amp;quot; and &amp;quot;Data volume 2&amp;quot; become available on the standby array and virtual machines depending on those volumes may resume normal operations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san.png|link=|figure 2]]&lt;br /&gt;
'''figure 2''' -- normal operations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san-failover.png|link=|figure 3]]&lt;br /&gt;
'''figure 3''' -- failover situation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IT security==&lt;br /&gt;
&lt;br /&gt;
*'''Note''' This section is not a comprehensive guide to our IT security.  This just serves to highlight some of the general points.&lt;br /&gt;
&lt;br /&gt;
===Firewall &amp;amp; IPS===&lt;br /&gt;
Permemiter firewall and Intrusion Prevention System (IPS) exist which perform the following functions:&lt;br /&gt;
*Stateful packet inspection&lt;br /&gt;
*Deep packet inspection for known malicious attack patterns&lt;br /&gt;
*DDoS (Distributed Denial of Service) protection mechanisms&lt;br /&gt;
&lt;br /&gt;
These devices are configured in a load-balanced, high availability cluster.&lt;br /&gt;
&lt;br /&gt;
===SPAM filtering===&lt;br /&gt;
All inbound email is filtered using multiple real-time RBL and content inspection technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, outbound mail from our Windows web servers are checked with anti-SPAM content filters to prevent delivery of mail from your site from being disrupted by compromised mail submission forms from other tenants on the server your site resides on.&lt;br /&gt;
&lt;br /&gt;
===Anti-virus===&lt;br /&gt;
Our servers run commercial anti-virus products from reputable software vendors.&lt;br /&gt;
&lt;br /&gt;
==Backups==&lt;br /&gt;
&lt;br /&gt;
We perform daily backups of all web, email, and database servers.  &lt;br /&gt;
&lt;br /&gt;
Backups for VPSs are stored off-site in a location that is in a different geographical area than the primary site.  This means that should a major disaster occur in the area where the servers running your VPS reside, your data is safe in another location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Physical security==&lt;br /&gt;
&lt;br /&gt;
===Restricted access to premises===&lt;br /&gt;
The buildings housing our datacenter have a comprehensive security system which include but not limited to the following:&lt;br /&gt;
*24x7 on-site security&lt;br /&gt;
*Access codes&lt;br /&gt;
*Biometric hand scanners&lt;br /&gt;
*Electronic proximity readers&lt;br /&gt;
*Security surveillance system &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fire suppression system===&lt;br /&gt;
Our equipment is protected by a pre-action, dry pipe fire suppression system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==PCI Compliance==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.hostek.com/index.php?title=PCI_Compliance Click here] for details on hostek.com's PCI Compliance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1796</id>
		<title>FrontPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1796"/>
				<updated>2013-11-20T16:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* FrontPage for Windows VPS Hosting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==FrontPage for Shared Hosting==&lt;br /&gt;
FrontPage is supported with [http://hostek.com/hosting/windows/asp/windows-asp-hosting.asp Shared Windows Hosting], please include a comment during checkout in the &amp;quot;Notes / Additional Information&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
==FrontPage for Windows VPS Hosting==&lt;br /&gt;
FrontPage is not natively supported on our [http://hostek.com/hosting/windows/vps/windows-vps-hosting.htm Windows VPS Hosting] but there are options.&lt;br /&gt;
&lt;br /&gt;
Support for FrontPage Extensions were discontinued after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and 2012 do not have native support, however you can still utilize FrontPage to publish with FTP on either. A third party tool from [http://www.rtr.com/Ready-to-Run_Software/ Ready 2 Run Software] is available for installing FrontPage Extensions on a Windows 2008 VPS (and soon for 2012). &lt;br /&gt;
&lt;br /&gt;
The software installs on the Windows 2008 VPS and adds the ability to &amp;quot;Extend&amp;quot; FrontPage to sites which require the ability to &amp;quot;Publish&amp;quot; using FrontPage. Licenses can be purchased directly from the company and installed on your VPS. To prepare for adding FrontPage to your server follow these instructions:&lt;br /&gt;
&lt;br /&gt;
#BEFORE ORDERING YOUR VPS - specify in the &amp;quot;Notes / Additional Information&amp;quot; box that you will need Windows 2008.&lt;br /&gt;
#Follow the steps for installing the [http://www.rtr.com/fpse/Win2008R2/R2purchase.htm#Hosted R2R FrontPage Extensions - Hosted License].&lt;br /&gt;
#Before step 5, calculate the number of sites you will have on the server, NOT just that will use FrontPage. Mocha Panel requires two sites, FTP and cpservice for managing your server, so two additional licenses are required.&lt;br /&gt;
#*Example, web1.com, web2.com, web3.com, but only web1.com uses FrontPage you will need a license for 5 because their software calculates the TOTAL number of sites within IIS wihch includes FTP and cpservice.&lt;br /&gt;
#*See pricing information: http://www.rtr.com/fpse/Win2008R2/R2license.htm&lt;br /&gt;
#*Tip, on the first step of checking out, you will ONLY select the number of &amp;quot;Sub-Webs&amp;quot; needed. The SECOND page allows you to specify the number of SITES to be hosted in IIS.&lt;br /&gt;
#After ordering complete the steps to activate your licenses - you should notice a Desktop icon named &amp;quot;FrontPage Server Extensions&amp;quot;, use this for Extending FrontPage for any sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1795</id>
		<title>FrontPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1795"/>
				<updated>2013-11-20T16:36:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==FrontPage for Shared Hosting==&lt;br /&gt;
FrontPage is supported with [http://hostek.com/hosting/windows/asp/windows-asp-hosting.asp Shared Windows Hosting], please include a comment during checkout in the &amp;quot;Notes / Additional Information&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
==FrontPage for Windows VPS Hosting==&lt;br /&gt;
FrontPage is not natively supported on our [http://hostek.com/hosting/windows/vps/windows-vps-hosting.htm Windows VPS Hosting] but there are options.&lt;br /&gt;
&lt;br /&gt;
Support for FrontPage Extensions were discontinued after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and 2012 do not have native support, however you can still utilize FrontPage to publish with FTP on either. A third party tool from [http://www.rtr.com/Ready-to-Run_Software/ Ready 2 Run Software] is available for installing FrontPage Extensions on a Windows 2008 VPS (and soon for 2012). &lt;br /&gt;
&lt;br /&gt;
The software installs on the Windows 2008 VPS and adds the ability to &amp;quot;Extend&amp;quot; FrontPage to sites which require the ability to &amp;quot;Publish&amp;quot; using FrontPage. Licenses can be purchased directly from the company and installed on your VPS. To prepare for adding FrontPage to your server follow these instructions:&lt;br /&gt;
&lt;br /&gt;
#BEFORE ORDERING YOUR VPS - specify in the &amp;quot;Notes / Additional Information&amp;quot; box that you will need Windows 2008.&lt;br /&gt;
#Follow the steps for installing the R2R FrontPage Extensions: http://www.rtr.com/fpse/Win2008R2/R2purchase.htm#Hosted&lt;br /&gt;
#Before step 5, calculate the number of sites you will have on the server, NOT just that will use FrontPage. Mocha Panel requires two sites FTP and cpservice for managing your server, so two additional licenses are required.&lt;br /&gt;
#*Example, web1.com, web2.com, web3.com, but only web1.com uses FrontPage you will need a license for 5 because their software calculates the TOTAL number of sites within IIS wihch includes FTP and cpservice.&lt;br /&gt;
#*See pricing information: http://www.rtr.com/fpse/Win2008R2/R2license.htm&lt;br /&gt;
#*Tip, on the first step of checking out, you will ONLY select the number of &amp;quot;Sub-Webs&amp;quot; needed. The SECOND page allows you to specify the number of SITES to be hosted in IIS.&lt;br /&gt;
#After ordering complete the steps to activate your licenses - you should notice a Desktop icon named &amp;quot;FrontPage Server Extensions&amp;quot;, use this for Extending FrontPage for any sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1794</id>
		<title>FrontPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1794"/>
				<updated>2013-11-20T16:28:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==FrontPage for Windows VPS==&lt;br /&gt;
FrontPage Extension are not supported after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and 2012 do not have native support, however you can still utilize FrontPage to publish with FTP on either. A third party tool from [http://www.rtr.com/Ready-to-Run_Software/ Ready 2 Run Software] is available for installing FrontPage Extensions on Windows 2008 (and soon for 2012). &lt;br /&gt;
&lt;br /&gt;
The software installs on the Windows 2008 VPS and adds the ability to &amp;quot;Extend&amp;quot; FrontPage to a site supporting sites which are being moved from older versions of Windows Server. Licenses can be purchased directly from the company and installed on your VPS. To prepare for adding FrontPage to your server follow these instructions:&lt;br /&gt;
&lt;br /&gt;
#BEFORE ORDERING YOUR VPS - specify in the comments that you will need Windows 2008.&lt;br /&gt;
#Follow the steps for installing the R2R FrontPage Extensions: http://www.rtr.com/fpse/Win2008R2/R2purchase.htm#Hosted&lt;br /&gt;
#Before step 5, calculate the number of sites you will have on the server, NOT just that will use FrontPage. Mocha Panel requires two sites FTP and cpservice for managing your server, so two additional licenses are required.&lt;br /&gt;
#*Example, web1.com, web2.com, web3.com, but only web1.com uses FrontPage you will need a license for 5 because their software calculates the TOTAL number of sites within IIS wihch includes FTP and cpservice.&lt;br /&gt;
#*See pricing information: http://www.rtr.com/fpse/Win2008R2/R2license.htm&lt;br /&gt;
#*Tip, on the first step of checking out, you will ONLY select the number of &amp;quot;Sub-Webs&amp;quot; needed. The SECOND page allows you to specify the number of SITES to be hosted in IIS.&lt;br /&gt;
#After ordering complete the steps to activate your licenses - you should notice a Desktop icon named &amp;quot;FrontPage Server Extensions&amp;quot;, use this for Extending FrontPage for any sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1793</id>
		<title>FrontPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1793"/>
				<updated>2013-11-20T16:22:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==FrontPage for Windows VPS==&lt;br /&gt;
FrontPage Extension was not supported after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and 2012 do not native support, however you can still utilize FrontPage to publish with FTP on either. A third party tool is available for installing FrontPage Extensions on Windows 2008 (and soon for 2012) is available for purchase from [http://www.rtr.com/Ready-to-Run_Software/ Ready 2 Run Software]. &lt;br /&gt;
&lt;br /&gt;
Their software installs on the Windows 2008 VPS and adds the exact same features for &amp;quot;Extending&amp;quot; FrontPage to a site. Licenses can be purchased directly from the company and installed on your VPS. For adding FrontPage to your server follow these instructions:&lt;br /&gt;
&lt;br /&gt;
#Follow the steps for installing the R2R FrontPage Extensions: http://www.rtr.com/fpse/Win2008R2/R2purchase.htm#Hosted&lt;br /&gt;
#Before step 5, calculate the number of sites you will have on the server, NOT just that will use FrontPage. Mocha Panel requires two sites FTP and cpservice for managing your server two additional licenses are required.&lt;br /&gt;
#*Example, web1.com, web2.com, web3.com, but only web1.com uses FrontPage you will need a license for 5 because their software calculates the TOTAL number of sites within IIS wihch includes FTP and cpservice.&lt;br /&gt;
#*See pricing information: http://www.rtr.com/fpse/Win2008R2/R2license.htm&lt;br /&gt;
#*Tip, on the first step of checking out, you will ONLY select the number of &amp;quot;Sub-Webs&amp;quot; needed. The SECOND page allows you to specify the number of SITES to be hosted in IIS.&lt;br /&gt;
#After ordering complete the steps to active your licenses - you should notice a Icon on your VPS Desktop named &amp;quot;FrontPage Server Extensions&amp;quot;. Use this for Extending FrontPage for any sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1792</id>
		<title>FrontPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FrontPage&amp;diff=1792"/>
				<updated>2013-11-20T16:22:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot;==FrontPage for Windows VPS== FrontPage Extension was not supported after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==FrontPage for Windows VPS==&lt;br /&gt;
FrontPage Extension was not supported after Windows Server 2003, this specifically applies to those using FP to &amp;quot;Publish&amp;quot; a web. Windows 2008 and 2012 do not native support, however you can still utilize FrontPage to publish with FTP on either. A third party tool is available for installing FrontPage Extensions on Windows 2008 (and soon for 2012) is available for purchase from [http://www.rtr.com/Ready-to-Run_Software/ Ready 2 Run Software]. &lt;br /&gt;
&lt;br /&gt;
Their software installs on the Windows 2008 VPS and adds the exact same features for &amp;quot;Extending&amp;quot; FrontPage to a site. Licenses can be purchased directly from the company and installed on your VPS. For adding FrontPage to your server follow these instructions:&lt;br /&gt;
&lt;br /&gt;
#Follow the steps for installing the R2R FrontPage Extensions: http://www.rtr.com/fpse/Win2008R2/R2purchase.htm#Hosted&lt;br /&gt;
#Before step 5, calculate the number of sites you will have on the server, NOT just that will use FrontPage. Mocha Panel requires two sites FTP and cpservice for managing your server two additional licenses are required.&lt;br /&gt;
#*Example, web1.com, web2.com, web3.com, but only web1.com uses FrontPage you will need a license for 5 because their software calculates the TOTAL number of sites within IIS wihch includes FTP and cpservice.&lt;br /&gt;
#*See pricing information: http://www.rtr.com/fpse/Win2008R2/R2license.htm&lt;br /&gt;
#*Tip, on the first step of checking out, you will ONLY select the number of &amp;quot;Sub-Webs&amp;quot; needed. The SECOND page allows you to specify the number of SITES to be hosted in IIS.&lt;br /&gt;
#After ordering complete the steps to active your licenses - you should notice a Icon on your VPS Desktop named &amp;quot;FrontPage Server Extentions&amp;quot;. Use this for Extending FrontPage for any sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Razuna_-_Digital_Asset_Manager&amp;diff=1780</id>
		<title>Razuna - Digital Asset Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Razuna_-_Digital_Asset_Manager&amp;diff=1780"/>
				<updated>2013-11-14T22:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Installing Razuna on your Windows VPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Hosting Razuna ==&lt;br /&gt;
Easily install and setup your own Razuna Hosting at Hostek.com. This can be done on any of our platforms Linux or Windows and we will cover each below. Razuna is a Digital Asset Manager, and commonly used for storing company media such as images, video and audio within a single portal. Read more about the [http://razuna.org/whatisrazuna benefits of Razuna].&lt;br /&gt;
&lt;br /&gt;
=== Installing Razuna on your Windows VPS ===&lt;br /&gt;
*Java 7 JDK is required for installation.&lt;br /&gt;
&lt;br /&gt;
#First [http://razuna.org/download download Stand-alone Server] version of Razuna either directly to your VPS or upload to your server after downloading directly.&lt;br /&gt;
#Run the installer for Razuna, which will install Tomcat and OpenBD (an opensource CFML engine).&lt;br /&gt;
#To enjoy all of the features of Razuna you will also need to install many free add-on products. We recommend installing all of these as suggested in the [http://wiki.razuna.com/display/ecp/Install+Razuna+on+Windows Razuna Installation Documents].&lt;br /&gt;
#After installation you will be able to access your Razuna installation and finalize setup at: '''http://your-server-ip:8080/razuna'''&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Razuna_-_Digital_Asset_Manager&amp;diff=1779</id>
		<title>Razuna - Digital Asset Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Razuna_-_Digital_Asset_Manager&amp;diff=1779"/>
				<updated>2013-11-14T21:36:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot; == Hosting Razuna == Easily install and setup your own Razuna Hosting at Hostek.com. This can be done on any of our platforms Linux or Windows and we will cover each below. R...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Hosting Razuna ==&lt;br /&gt;
Easily install and setup your own Razuna Hosting at Hostek.com. This can be done on any of our platforms Linux or Windows and we will cover each below. Razuna is a Digital Asset Manager, and commonly used for storing company media such as images, video and audio within a single portal. Read more about the [http://razuna.org/whatisrazuna benefits of Razuna].&lt;br /&gt;
&lt;br /&gt;
=== Installing Razuna on your Windows VPS ===&lt;br /&gt;
*Java 7 JDK is required for installation.&lt;br /&gt;
&lt;br /&gt;
#First [http://razuna.org/download download Stand-alone Server] version of Razuna either directly to your VPS or upload to your server after downloading directly.&lt;br /&gt;
#Run the installer for Razuna, which will install Tomcat and OpenBD (an opensource CFML engine).&lt;br /&gt;
#To enjoy all of the features of Razuna you will also need to install many free add-on products. We recommend installing all of these as suggested in the [http://wiki.razuna.com/display/ecp/Install+Razuna+on+Windows Razuna Installation Documents].&lt;br /&gt;
#After installation you will be able to access your Razuna installation at '''http://your-server-ip:8888/razuna'''&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1756</id>
		<title>User:Jonc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1756"/>
				<updated>2013-10-31T20:13:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me==&lt;br /&gt;
[[File:jonc_solutionist.jpg]] &lt;br /&gt;
&lt;br /&gt;
My name is Jon Cavanaugh - I'm a Solutionist and assist individuals and companies with Hosting Solutions on the Hostek.com Virtual Platform. &lt;br /&gt;
&lt;br /&gt;
Common Solutions Include: VPS Hosting - PaaS - Virtual Infrastructure - ColdFusion VPS Hosting&lt;br /&gt;
&lt;br /&gt;
==What Customers Say==&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Thanks for making what I do so reliable.&amp;quot;''' - Jasmine Star, World Renowned Photographer&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Hostek.com is our hosting partner forever.&amp;quot;''' - Marc Terrien, Owner ThinAir Web&lt;br /&gt;
&lt;br /&gt;
Would you share your story? Please [mailto:jonc@hostek.com email me.]&lt;br /&gt;
&lt;br /&gt;
==How to Refer a Friend==&lt;br /&gt;
'''Who are two or more people you know that would benefit from our VPS services?''' &lt;br /&gt;
&lt;br /&gt;
Please [mailto:jonc@hostek.com email their contact] information to me directly. As a thank you for the referral, after their first paid month, '''I will send you a $50 Visa Card.'''&lt;br /&gt;
&lt;br /&gt;
==Contact Me==&lt;br /&gt;
'''Email:''' jonc@hostek.com&lt;br /&gt;
&lt;br /&gt;
'''Phone:''' 918-392-7870 x 101&lt;br /&gt;
&lt;br /&gt;
'''Schedule a Meeting with me:''' https://www.timetrade.com/book/STTS6&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1755</id>
		<title>User:Jonc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1755"/>
				<updated>2013-10-31T19:58:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* About Me */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me==&lt;br /&gt;
[[File:jonc_solutionist.jpg]] &lt;br /&gt;
&lt;br /&gt;
My name is Jon Cavanaugh - I'm a Solutionist and assist individuals and companies with Hosting Solutions on the Hostek.com Virtual Platform. &lt;br /&gt;
&lt;br /&gt;
Common Solutions Include: VPS Hosting - PaaS - Virtual Infrastructure - ColdFusion VPS Hosting&lt;br /&gt;
&lt;br /&gt;
==What Customers Say==&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Thanks for making what I do so reliable.&amp;quot;''' - Jasmine Star, World Renowned Photographer&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Hostek.com is our hosting partner forever.&amp;quot;''' - Marc Terrien, Owner ThinAir Web&lt;br /&gt;
&lt;br /&gt;
Would you share your story? Please [mailto:jonc@hostek.com email me.]&lt;br /&gt;
&lt;br /&gt;
==How to Refer a Friend==&lt;br /&gt;
'''Who are two or more people you know that would benefit from our VPS services?''' &lt;br /&gt;
&lt;br /&gt;
Please [mailto:jonc@hostek.com email their contact] information to me directly. As a thank you for the referral, after their first paid month, '''I will send you a $50 Visa Card.'''&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=File:Jonc_solutionist.jpg&amp;diff=1754</id>
		<title>File:Jonc solutionist.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=File:Jonc_solutionist.jpg&amp;diff=1754"/>
				<updated>2013-10-31T19:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1753</id>
		<title>User:Jonc</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=User:Jonc&amp;diff=1753"/>
				<updated>2013-10-31T19:56:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot;== About Me== My name is Jon Cavanaugh - I'm a Solutionist and assist individuals and companies with Hosting Solutions on the Hostek.com Virtual Platform.   Common Solutions I...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me==&lt;br /&gt;
My name is Jon Cavanaugh - I'm a Solutionist and assist individuals and companies with Hosting Solutions on the Hostek.com Virtual Platform. &lt;br /&gt;
&lt;br /&gt;
Common Solutions Include: VPS Hosting - PaaS - Virtual Infrastructure - ColdFusion VPS Hosting&lt;br /&gt;
&lt;br /&gt;
==What Customers Say==&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Thanks for making what I do so reliable.&amp;quot;''' - Jasmine Star, World Renowned Photographer&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Hostek.com is our hosting partner forever.&amp;quot;''' - Marc Terrien, Owner ThinAir Web&lt;br /&gt;
&lt;br /&gt;
Would you share your story? Please [mailto:jonc@hostek.com email me.]&lt;br /&gt;
&lt;br /&gt;
==How to Refer a Friend==&lt;br /&gt;
'''Who are two or more people you know that would benefit from our VPS services?''' &lt;br /&gt;
&lt;br /&gt;
Please [mailto:jonc@hostek.com email their contact] information to me directly. As a thank you for the referral, after their first paid month, '''I will send you a $50 Visa Card.'''&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1654</id>
		<title>VPS 201</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1654"/>
				<updated>2013-09-03T14:33:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* FTP Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VPS 201 - Getting started with VPS=&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
 &lt;br /&gt;
==Linux/Cpanel - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Cpanel and WHM===&lt;br /&gt;
You will see these two '''&amp;quot;terms&amp;quot;''' in the new account email as well as in most CPanel/Linux documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WHM - &amp;quot;WebHost Manager&amp;quot;,''' used for managing your SERVER, packages, all domains and more.&lt;br /&gt;
&lt;br /&gt;
*'''Cpanel''' - used for managing accounts such as individual accounts or hosted domains on the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the Cpanel documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WebHome WHM Guide]&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/WebHome Cpanel Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (Hostek.com Suggests)===&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-login.png|frame|none|alt=|WHM Login]]&lt;br /&gt;
&lt;br /&gt;
====ConfigServer Security&amp;amp;Firewall====&lt;br /&gt;
If you're new to managing a cPanel server, we recommend getting familiar with the ConfigServer Security&amp;amp;Firewall first. If you are having issues with sites that are not loading or generating errors, you would go here to check out the firewall log to make sure nothing is being triggered. &lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;firewall&amp;quot; from the left search tool or scroll down and click on &amp;quot;ConfigServer Security&amp;amp;Firewall&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
;Note these areas&lt;br /&gt;
:'''View lfd Log''', to view the firewall log.&lt;br /&gt;
:'''Firewall Configuration''', if you need to make changes to the firewall rules, such as opening up a port for specific software.&lt;br /&gt;
:'''Search for IP''', with this you can search for any blocks for your or customers IP's who have problems connecting to the server.&lt;br /&gt;
:'''Quick Unblock''', will quickly remove a temporary block if the IP is found in the &amp;quot;Search for IP&amp;quot; option.&lt;br /&gt;
:'''Quick Allow''', USE WITH CAUTION this will whitelist an IP from the Cpanel firewall. Meaning the IP will not be monitored for any potential risky behavior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mod Security====&lt;br /&gt;
Another tool to get familiar with would be modsecurity. It watches for hacking attempts and blocks them. From the modsecurity plugin you could view the modsecurity log.&lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Mod Security&amp;quot; from the left search tool or scroll down and click on &amp;quot;Mod Security&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Pre-Prop or Temporary URL====&lt;br /&gt;
You could enable something called mod_userdir tweak in cPanel which allows you to access your sites by using the hostname or IP of your server. For example:&lt;br /&gt;
123.123.123.123/~username or yourvps.yourdomain.com/~username.&lt;br /&gt;
&lt;br /&gt;
'''To enable it:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Apache mod_userdir Tweak&amp;quot; from the left search tool or scroll down and click on &amp;quot;Apache mod_userdir Tweak&amp;quot; under Security Center.&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
====URLs &amp;amp; Ports====&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-url.png|frame|none|alt=|WHM &amp;amp; Ports URL Example]]&lt;br /&gt;
&lt;br /&gt;
For accessing WHM(server management), Cpanel(site management), WebMail.&lt;br /&gt;
;WHM (over SSL) 2087 - https://yourdomain.com:2087 or https://123.123.123.123:2087&lt;br /&gt;
;WHM (non SSL) 2086 - http://yourdomain.com:2086 or http://123.123.123.123:2086&lt;br /&gt;
;Cpanel (over SSL) 2083 - https://yourdomain.com:2083 or https://123.123.123.123:2083&lt;br /&gt;
;Cpanel (non SSL) 2082 - http://yourdomain.com:2082 or http://123.123.123.123:2082&lt;br /&gt;
;Webmail (over SSL) 2096 - https://yourdomain.com:2096 or https://123.123.123.123:2096&lt;br /&gt;
;Webmail (non SSL) 2095 - http://yourdomain.com:2095 or http://123.123.123.123:2095&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''DNS''' - Your server has the ability to become your own DNS server. Prepare to use or decide not use DNS on your server, but to understand what it is, review the guide: [http://etwiki.cpanel.net/twiki/pub/AllDocumentation/WHMDocs/DNSNewbieGuide.pdf WHM/DNS Newbie Guide]&lt;br /&gt;
#'''Package (required)''' - Prepare to host a site, packages provide features/limits, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WhmPackages WHMHomeScreen/Packages]&lt;br /&gt;
#'''Account Functions (important)''' - Add domains, hosting starts here, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctFunctions WHMHomeScreen/Account Functions]&lt;br /&gt;
#'''Account Information (important)''' - List domains, quickly manage accounts, review the guide:  [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctInfo WHMHomeScreen/Account Information]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
Cpanel guide for moving [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/HowToManuallyTransferAccounts VPS to VPS manually].&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
&lt;br /&gt;
==Windows Server - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Windows and WCP===&lt;br /&gt;
You will see this '''&amp;quot;term&amp;quot;''' in the new account email as well as in most of our wiki documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WCP - &amp;quot;Windows Control Panel&amp;quot;,''' (aka MochaPanel) WCP is used to manage all domains on your server, use it optionally however it's optimized to use standard and well thought out methods for creating and managing your domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the WCP documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide]&lt;br /&gt;
&lt;br /&gt;
*For ColdFusion VPS Reference [https://wiki.hostek.com/Category:ColdFusion-VPS ColdFusion wiki articles]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''Adding Domains''' - Adding domains is easy and requires just a few steps. To get started fast, review this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#VPS_and_Unlimited_Plans_-_Add_Additional_Domains WCP - Adding Additional Domains]&lt;br /&gt;
#'''Site Settings (reference)''' - We HIGHLY recommend familiarizing yourself with the '''Site Details''' WCP which includes the testing URL, IP, Name Servers and more. Review reference: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details]&lt;br /&gt;
#'''DNS''' - Your Site Details (above) contain the Primary and Secondary DNS for your domain, to manage DNS records, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#DNS_Editor WCP - DNS Editor]&lt;br /&gt;
#'''Mail''' - To manage mail accounts (For VPS's with SmarterMail) from WCP, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Email WCP - Email]&lt;br /&gt;
#'''Databases''' - Easily manage both MySQL and MSSQL databases and users from WCP, read these guides: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MySQL_database MySQL] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#PhpMyAdmin PHPMyAdmin] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL Microsoft SQL Server] | [https://wiki.hostek.com/Changing_Hosting_Providers#MSSQL_2 Restoring MSSQL Databases on a VPS]&lt;br /&gt;
#'''SSL''' - Generate CSR's and complete certificate installations (static IP required), read this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Dedicated_SSL Dedicated SSL in WCP]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===FTP Access===&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1653</id>
		<title>VPS 201</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1653"/>
				<updated>2013-09-03T14:33:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Moving existing sites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VPS 201 - Getting started with VPS=&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
 &lt;br /&gt;
==Linux/Cpanel - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Cpanel and WHM===&lt;br /&gt;
You will see these two '''&amp;quot;terms&amp;quot;''' in the new account email as well as in most CPanel/Linux documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WHM - &amp;quot;WebHost Manager&amp;quot;,''' used for managing your SERVER, packages, all domains and more.&lt;br /&gt;
&lt;br /&gt;
*'''Cpanel''' - used for managing accounts such as individual accounts or hosted domains on the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the Cpanel documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WebHome WHM Guide]&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/WebHome Cpanel Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (Hostek.com Suggests)===&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-login.png|frame|none|alt=|WHM Login]]&lt;br /&gt;
&lt;br /&gt;
====ConfigServer Security&amp;amp;Firewall====&lt;br /&gt;
If you're new to managing a cPanel server, we recommend getting familiar with the ConfigServer Security&amp;amp;Firewall first. If you are having issues with sites that are not loading or generating errors, you would go here to check out the firewall log to make sure nothing is being triggered. &lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;firewall&amp;quot; from the left search tool or scroll down and click on &amp;quot;ConfigServer Security&amp;amp;Firewall&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
;Note these areas&lt;br /&gt;
:'''View lfd Log''', to view the firewall log.&lt;br /&gt;
:'''Firewall Configuration''', if you need to make changes to the firewall rules, such as opening up a port for specific software.&lt;br /&gt;
:'''Search for IP''', with this you can search for any blocks for your or customers IP's who have problems connecting to the server.&lt;br /&gt;
:'''Quick Unblock''', will quickly remove a temporary block if the IP is found in the &amp;quot;Search for IP&amp;quot; option.&lt;br /&gt;
:'''Quick Allow''', USE WITH CAUTION this will whitelist an IP from the Cpanel firewall. Meaning the IP will not be monitored for any potential risky behavior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mod Security====&lt;br /&gt;
Another tool to get familiar with would be modsecurity. It watches for hacking attempts and blocks them. From the modsecurity plugin you could view the modsecurity log.&lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Mod Security&amp;quot; from the left search tool or scroll down and click on &amp;quot;Mod Security&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Pre-Prop or Temporary URL====&lt;br /&gt;
You could enable something called mod_userdir tweak in cPanel which allows you to access your sites by using the hostname or IP of your server. For example:&lt;br /&gt;
123.123.123.123/~username or yourvps.yourdomain.com/~username.&lt;br /&gt;
&lt;br /&gt;
'''To enable it:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Apache mod_userdir Tweak&amp;quot; from the left search tool or scroll down and click on &amp;quot;Apache mod_userdir Tweak&amp;quot; under Security Center.&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
====URLs &amp;amp; Ports====&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-url.png|frame|none|alt=|WHM &amp;amp; Ports URL Example]]&lt;br /&gt;
&lt;br /&gt;
For accessing WHM(server management), Cpanel(site management), WebMail.&lt;br /&gt;
;WHM (over SSL) 2087 - https://yourdomain.com:2087 or https://123.123.123.123:2087&lt;br /&gt;
;WHM (non SSL) 2086 - http://yourdomain.com:2086 or http://123.123.123.123:2086&lt;br /&gt;
;Cpanel (over SSL) 2083 - https://yourdomain.com:2083 or https://123.123.123.123:2083&lt;br /&gt;
;Cpanel (non SSL) 2082 - http://yourdomain.com:2082 or http://123.123.123.123:2082&lt;br /&gt;
;Webmail (over SSL) 2096 - https://yourdomain.com:2096 or https://123.123.123.123:2096&lt;br /&gt;
;Webmail (non SSL) 2095 - http://yourdomain.com:2095 or http://123.123.123.123:2095&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''DNS''' - Your server has the ability to become your own DNS server. Prepare to use or decide not use DNS on your server, but to understand what it is, review the guide: [http://etwiki.cpanel.net/twiki/pub/AllDocumentation/WHMDocs/DNSNewbieGuide.pdf WHM/DNS Newbie Guide]&lt;br /&gt;
#'''Package (required)''' - Prepare to host a site, packages provide features/limits, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WhmPackages WHMHomeScreen/Packages]&lt;br /&gt;
#'''Account Functions (important)''' - Add domains, hosting starts here, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctFunctions WHMHomeScreen/Account Functions]&lt;br /&gt;
#'''Account Information (important)''' - List domains, quickly manage accounts, review the guide:  [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctInfo WHMHomeScreen/Account Information]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
Cpanel guide for moving [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/HowToManuallyTransferAccounts VPS to VPS manually].&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
&lt;br /&gt;
==Windows Server - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Windows and WCP===&lt;br /&gt;
You will see this '''&amp;quot;term&amp;quot;''' in the new account email as well as in most of our wiki documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WCP - &amp;quot;Windows Control Panel&amp;quot;,''' (aka MochaPanel) WCP is used to manage all domains on your server, use it optionally however it's optimized to use standard and well thought out methods for creating and managing your domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the WCP documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide]&lt;br /&gt;
&lt;br /&gt;
*For ColdFusion VPS Reference [https://wiki.hostek.com/Category:ColdFusion-VPS ColdFusion wiki articles]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''Adding Domains''' - Adding domains is easy and requires just a few steps. To get started fast, review this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#VPS_and_Unlimited_Plans_-_Add_Additional_Domains WCP - Adding Additional Domains]&lt;br /&gt;
#'''Site Settings (reference)''' - We HIGHLY recommend familiarizing yourself with the '''Site Details''' WCP which includes the testing URL, IP, Name Servers and more. Review reference: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details]&lt;br /&gt;
#'''DNS''' - Your Site Details (above) contain the Primary and Secondary DNS for your domain, to manage DNS records, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#DNS_Editor WCP - DNS Editor]&lt;br /&gt;
#'''Mail''' - To manage mail accounts (For VPS's with SmarterMail) from WCP, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Email WCP - Email]&lt;br /&gt;
#'''Databases''' - Easily manage both MySQL and MSSQL databases and users from WCP, read these guides: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MySQL_database MySQL] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#PhpMyAdmin PHPMyAdmin] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL Microsoft SQL Server] | [https://wiki.hostek.com/Changing_Hosting_Providers#MSSQL_2 Restoring MSSQL Databases on a VPS]&lt;br /&gt;
#'''SSL''' - Generate CSR's and complete certificate installations (static IP required), read this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Dedicated_SSL Dedicated SSL in WCP]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1652</id>
		<title>VPS 201</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1652"/>
				<updated>2013-09-03T14:32:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Key Preperation Tasks (documents to review) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VPS 201 - Getting started with VPS=&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
 &lt;br /&gt;
==Linux/Cpanel - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Cpanel and WHM===&lt;br /&gt;
You will see these two '''&amp;quot;terms&amp;quot;''' in the new account email as well as in most CPanel/Linux documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WHM - &amp;quot;WebHost Manager&amp;quot;,''' used for managing your SERVER, packages, all domains and more.&lt;br /&gt;
&lt;br /&gt;
*'''Cpanel''' - used for managing accounts such as individual accounts or hosted domains on the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the Cpanel documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WebHome WHM Guide]&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/WebHome Cpanel Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (Hostek.com Suggests)===&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-login.png|frame|none|alt=|WHM Login]]&lt;br /&gt;
&lt;br /&gt;
====ConfigServer Security&amp;amp;Firewall====&lt;br /&gt;
If you're new to managing a cPanel server, we recommend getting familiar with the ConfigServer Security&amp;amp;Firewall first. If you are having issues with sites that are not loading or generating errors, you would go here to check out the firewall log to make sure nothing is being triggered. &lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;firewall&amp;quot; from the left search tool or scroll down and click on &amp;quot;ConfigServer Security&amp;amp;Firewall&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
;Note these areas&lt;br /&gt;
:'''View lfd Log''', to view the firewall log.&lt;br /&gt;
:'''Firewall Configuration''', if you need to make changes to the firewall rules, such as opening up a port for specific software.&lt;br /&gt;
:'''Search for IP''', with this you can search for any blocks for your or customers IP's who have problems connecting to the server.&lt;br /&gt;
:'''Quick Unblock''', will quickly remove a temporary block if the IP is found in the &amp;quot;Search for IP&amp;quot; option.&lt;br /&gt;
:'''Quick Allow''', USE WITH CAUTION this will whitelist an IP from the Cpanel firewall. Meaning the IP will not be monitored for any potential risky behavior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mod Security====&lt;br /&gt;
Another tool to get familiar with would be modsecurity. It watches for hacking attempts and blocks them. From the modsecurity plugin you could view the modsecurity log.&lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Mod Security&amp;quot; from the left search tool or scroll down and click on &amp;quot;Mod Security&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Pre-Prop or Temporary URL====&lt;br /&gt;
You could enable something called mod_userdir tweak in cPanel which allows you to access your sites by using the hostname or IP of your server. For example:&lt;br /&gt;
123.123.123.123/~username or yourvps.yourdomain.com/~username.&lt;br /&gt;
&lt;br /&gt;
'''To enable it:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Apache mod_userdir Tweak&amp;quot; from the left search tool or scroll down and click on &amp;quot;Apache mod_userdir Tweak&amp;quot; under Security Center.&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
====URLs &amp;amp; Ports====&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-url.png|frame|none|alt=|WHM &amp;amp; Ports URL Example]]&lt;br /&gt;
&lt;br /&gt;
For accessing WHM(server management), Cpanel(site management), WebMail.&lt;br /&gt;
;WHM (over SSL) 2087 - https://yourdomain.com:2087 or https://123.123.123.123:2087&lt;br /&gt;
;WHM (non SSL) 2086 - http://yourdomain.com:2086 or http://123.123.123.123:2086&lt;br /&gt;
;Cpanel (over SSL) 2083 - https://yourdomain.com:2083 or https://123.123.123.123:2083&lt;br /&gt;
;Cpanel (non SSL) 2082 - http://yourdomain.com:2082 or http://123.123.123.123:2082&lt;br /&gt;
;Webmail (over SSL) 2096 - https://yourdomain.com:2096 or https://123.123.123.123:2096&lt;br /&gt;
;Webmail (non SSL) 2095 - http://yourdomain.com:2095 or http://123.123.123.123:2095&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''DNS''' - Your server has the ability to become your own DNS server. Prepare to use or decide not use DNS on your server, but to understand what it is, review the guide: [http://etwiki.cpanel.net/twiki/pub/AllDocumentation/WHMDocs/DNSNewbieGuide.pdf WHM/DNS Newbie Guide]&lt;br /&gt;
#'''Package (required)''' - Prepare to host a site, packages provide features/limits, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WhmPackages WHMHomeScreen/Packages]&lt;br /&gt;
#'''Account Functions (important)''' - Add domains, hosting starts here, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctFunctions WHMHomeScreen/Account Functions]&lt;br /&gt;
#'''Account Information (important)''' - List domains, quickly manage accounts, review the guide:  [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctInfo WHMHomeScreen/Account Information]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
Cpanel guide for moving [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/HowToManuallyTransferAccounts VPS to VPS manually].&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
&lt;br /&gt;
==Windows Server - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Windows and WCP===&lt;br /&gt;
You will see this '''&amp;quot;term&amp;quot;''' in the new account email as well as in most of our wiki documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WCP - &amp;quot;Windows Control Panel&amp;quot;,''' (aka MochaPanel) WCP is used to manage all domains on your server, use it optionally however it's optimized to use standard and well thought out methods for creating and managing your domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the WCP documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide]&lt;br /&gt;
&lt;br /&gt;
*For ColdFusion VPS Reference [https://wiki.hostek.com/Category:ColdFusion-VPS ColdFusion wiki articles]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''Adding Domains''' - Adding domains is easy and requires just a few steps. To get started fast, review this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#VPS_and_Unlimited_Plans_-_Add_Additional_Domains WCP - Adding Additional Domains]&lt;br /&gt;
#'''Site Settings (reference)''' - We HIGHLY recommend familiarizing yourself with the '''Site Details''' WCP which includes the testing URL, IP, Name Servers and more. Review reference: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details]&lt;br /&gt;
#'''DNS''' - Your Site Details (above) contain the Primary and Secondary DNS for your domain, to manage DNS records, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#DNS_Editor WCP - DNS Editor]&lt;br /&gt;
#'''Mail''' - To manage mail accounts (For VPS's with SmarterMail) from WCP, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Email WCP - Email]&lt;br /&gt;
#'''Databases''' - Easily manage both MySQL and MSSQL databases and users from WCP, read these guides: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MySQL_database MySQL] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#PhpMyAdmin PHPMyAdmin] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL Microsoft SQL Server] | [https://wiki.hostek.com/Changing_Hosting_Providers#MSSQL_2 Restoring MSSQL Databases on a VPS]&lt;br /&gt;
#'''SSL''' - Generate CSR's and complete certificate installations (static IP required), read this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Dedicated_SSL Dedicated SSL in WCP]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1651</id>
		<title>VPS 201</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1651"/>
				<updated>2013-09-03T14:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Key Preperation Tasks (documents to review) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VPS 201 - Getting started with VPS=&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
 &lt;br /&gt;
==Linux/Cpanel - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Cpanel and WHM===&lt;br /&gt;
You will see these two '''&amp;quot;terms&amp;quot;''' in the new account email as well as in most CPanel/Linux documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WHM - &amp;quot;WebHost Manager&amp;quot;,''' used for managing your SERVER, packages, all domains and more.&lt;br /&gt;
&lt;br /&gt;
*'''Cpanel''' - used for managing accounts such as individual accounts or hosted domains on the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the Cpanel documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WebHome WHM Guide]&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/WebHome Cpanel Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (Hostek.com Suggests)===&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-login.png|frame|none|alt=|WHM Login]]&lt;br /&gt;
&lt;br /&gt;
====ConfigServer Security&amp;amp;Firewall====&lt;br /&gt;
If you're new to managing a cPanel server, we recommend getting familiar with the ConfigServer Security&amp;amp;Firewall first. If you are having issues with sites that are not loading or generating errors, you would go here to check out the firewall log to make sure nothing is being triggered. &lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;firewall&amp;quot; from the left search tool or scroll down and click on &amp;quot;ConfigServer Security&amp;amp;Firewall&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
;Note these areas&lt;br /&gt;
:'''View lfd Log''', to view the firewall log.&lt;br /&gt;
:'''Firewall Configuration''', if you need to make changes to the firewall rules, such as opening up a port for specific software.&lt;br /&gt;
:'''Search for IP''', with this you can search for any blocks for your or customers IP's who have problems connecting to the server.&lt;br /&gt;
:'''Quick Unblock''', will quickly remove a temporary block if the IP is found in the &amp;quot;Search for IP&amp;quot; option.&lt;br /&gt;
:'''Quick Allow''', USE WITH CAUTION this will whitelist an IP from the Cpanel firewall. Meaning the IP will not be monitored for any potential risky behavior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mod Security====&lt;br /&gt;
Another tool to get familiar with would be modsecurity. It watches for hacking attempts and blocks them. From the modsecurity plugin you could view the modsecurity log.&lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Mod Security&amp;quot; from the left search tool or scroll down and click on &amp;quot;Mod Security&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Pre-Prop or Temporary URL====&lt;br /&gt;
You could enable something called mod_userdir tweak in cPanel which allows you to access your sites by using the hostname or IP of your server. For example:&lt;br /&gt;
123.123.123.123/~username or yourvps.yourdomain.com/~username.&lt;br /&gt;
&lt;br /&gt;
'''To enable it:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Apache mod_userdir Tweak&amp;quot; from the left search tool or scroll down and click on &amp;quot;Apache mod_userdir Tweak&amp;quot; under Security Center.&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
====URLs &amp;amp; Ports====&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-url.png|frame|none|alt=|WHM &amp;amp; Ports URL Example]]&lt;br /&gt;
&lt;br /&gt;
For accessing WHM(server management), Cpanel(site management), WebMail.&lt;br /&gt;
;WHM (over SSL) 2087 - https://yourdomain.com:2087 or https://123.123.123.123:2087&lt;br /&gt;
;WHM (non SSL) 2086 - http://yourdomain.com:2086 or http://123.123.123.123:2086&lt;br /&gt;
;Cpanel (over SSL) 2083 - https://yourdomain.com:2083 or https://123.123.123.123:2083&lt;br /&gt;
;Cpanel (non SSL) 2082 - http://yourdomain.com:2082 or http://123.123.123.123:2082&lt;br /&gt;
;Webmail (over SSL) 2096 - https://yourdomain.com:2096 or https://123.123.123.123:2096&lt;br /&gt;
;Webmail (non SSL) 2095 - http://yourdomain.com:2095 or http://123.123.123.123:2095&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''DNS''' - Your server has the ability to become your own DNS server. Prepare to use or decide not use DNS on your server, but to understand what it is, review the guide: [http://etwiki.cpanel.net/twiki/pub/AllDocumentation/WHMDocs/DNSNewbieGuide.pdf WHM/DNS Newbie Guide]&lt;br /&gt;
#'''Package (required)''' - Prepare to host a site, packages provide features/limits, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WhmPackages WHMHomeScreen/Packages]&lt;br /&gt;
#'''Account Functions (important)''' - Add domains, hosting starts here, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctFunctions WHMHomeScreen/Account Functions]&lt;br /&gt;
#'''Account Information (important)''' - List domains, quickly manage accounts, review the guide:  [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctInfo WHMHomeScreen/Account Information]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
Cpanel guide for moving [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/HowToManuallyTransferAccounts VPS to VPS manually].&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
&lt;br /&gt;
==Windows Server - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Windows and WCP===&lt;br /&gt;
You will see this '''&amp;quot;term&amp;quot;''' in the new account email as well as in most of our wiki documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WCP - &amp;quot;Windows Control Panel&amp;quot;,''' (aka MochaPanel) WCP is used to manage all domains on your server, use it optionally however it's optimized to use standard and well thought out methods for creating and managing your domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the WCP documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide]&lt;br /&gt;
&lt;br /&gt;
*For ColdFusion VPS Reference [https://wiki.hostek.com/Category:ColdFusion-VPS ColdFusion wiki articles]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''Adding Domains''' - Adding domains is easy and requires just a few steps. To get started fast, review this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#VPS_and_Unlimited_Plans_-_Add_Additional_Domains WCP - Adding Additional Domains]&lt;br /&gt;
#'''Site Settings (reference)''' - We HIGHLY recommend familiarizing yourself with the '''Site Details''' WCP which includes the testing URL, IP, Name Servers and more. Review reference: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details]&lt;br /&gt;
#'''DNS''' - Your Site Details (above) contain the Primary and Secondary DNS for your domain, to manage DNS records, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#DNS_Editor WCP - DNS Editor]&lt;br /&gt;
#'''Mail''' - To manage mail accounts (For VPS's with SmarterMail) from WCP, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Email WCP - Email]&lt;br /&gt;
#'''Databases''' - Easily manage both MySQL and MSSQL databases and users from WCP, read these guides: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MySQL_database MySQL] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#PhpMyAdmin PHPMyAdmin] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL Microsoft SQL Server] | [https://wiki.hostek.com/Changing_Hosting_Providers#MSSQL_2 Restoring MSSQL Databases on a VPS]&lt;br /&gt;
#'''SSL''' - Generate CSR's and complete certificate installations (static IP required), read this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Dedicated_SSL Dedicated SSL in WCP]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1650</id>
		<title>VPS 201</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_201&amp;diff=1650"/>
				<updated>2013-09-03T14:31:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Pre-Prop or Temporary URL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VPS 201 - Getting started with VPS=&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
 &lt;br /&gt;
==Linux/Cpanel - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Cpanel and WHM===&lt;br /&gt;
You will see these two '''&amp;quot;terms&amp;quot;''' in the new account email as well as in most CPanel/Linux documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WHM - &amp;quot;WebHost Manager&amp;quot;,''' used for managing your SERVER, packages, all domains and more.&lt;br /&gt;
&lt;br /&gt;
*'''Cpanel''' - used for managing accounts such as individual accounts or hosted domains on the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the Cpanel documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WebHome WHM Guide]&lt;br /&gt;
&lt;br /&gt;
*[http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/WebHome Cpanel Guide]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (Hostek.com Suggests)===&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-login.png|frame|none|alt=|WHM Login]]&lt;br /&gt;
&lt;br /&gt;
====ConfigServer Security&amp;amp;Firewall====&lt;br /&gt;
If you're new to managing a cPanel server, we recommend getting familiar with the ConfigServer Security&amp;amp;Firewall first. If you are having issues with sites that are not loading or generating errors, you would go here to check out the firewall log to make sure nothing is being triggered. &lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;firewall&amp;quot; from the left search tool or scroll down and click on &amp;quot;ConfigServer Security&amp;amp;Firewall&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
;Note these areas&lt;br /&gt;
:'''View lfd Log''', to view the firewall log.&lt;br /&gt;
:'''Firewall Configuration''', if you need to make changes to the firewall rules, such as opening up a port for specific software.&lt;br /&gt;
:'''Search for IP''', with this you can search for any blocks for your or customers IP's who have problems connecting to the server.&lt;br /&gt;
:'''Quick Unblock''', will quickly remove a temporary block if the IP is found in the &amp;quot;Search for IP&amp;quot; option.&lt;br /&gt;
:'''Quick Allow''', USE WITH CAUTION this will whitelist an IP from the Cpanel firewall. Meaning the IP will not be monitored for any potential risky behavior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mod Security====&lt;br /&gt;
Another tool to get familiar with would be modsecurity. It watches for hacking attempts and blocks them. From the modsecurity plugin you could view the modsecurity log.&lt;br /&gt;
&lt;br /&gt;
'''To view these options:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Mod Security&amp;quot; from the left search tool or scroll down and click on &amp;quot;Mod Security&amp;quot; under plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Pre-Prop or Temporary URL====&lt;br /&gt;
You could enable something called mod_userdir tweak in cPanel which allows you to access your sites by using the hostname or IP of your server. For example:&lt;br /&gt;
123.123.123.123/~username or yourvps.yourdomain.com/~username.&lt;br /&gt;
&lt;br /&gt;
'''To enable it:'''&lt;br /&gt;
#Login to WHM.&lt;br /&gt;
#Search &amp;quot;Apache mod_userdir Tweak&amp;quot; from the left search tool or scroll down and click on &amp;quot;Apache mod_userdir Tweak&amp;quot; under Security Center.&lt;br /&gt;
&lt;br /&gt;
====FTP Access====&lt;br /&gt;
Use the Main IP of the VPS when connecting with any FTP client prior to pointing any domain to the VPS. Using a domain name added to the VPS or using the domain name OF the VPS before the DNS record has been updated to point to the VPS will result in connection failures.&lt;br /&gt;
&lt;br /&gt;
====URLs &amp;amp; Ports====&lt;br /&gt;
&lt;br /&gt;
[[File:Whm-url.png|frame|none|alt=|WHM &amp;amp; Ports URL Example]]&lt;br /&gt;
&lt;br /&gt;
For accessing WHM(server management), Cpanel(site management), WebMail.&lt;br /&gt;
;WHM (over SSL) 2087 - https://yourdomain.com:2087 or https://123.123.123.123:2087&lt;br /&gt;
;WHM (non SSL) 2086 - http://yourdomain.com:2086 or http://123.123.123.123:2086&lt;br /&gt;
;Cpanel (over SSL) 2083 - https://yourdomain.com:2083 or https://123.123.123.123:2083&lt;br /&gt;
;Cpanel (non SSL) 2082 - http://yourdomain.com:2082 or http://123.123.123.123:2082&lt;br /&gt;
;Webmail (over SSL) 2096 - https://yourdomain.com:2096 or https://123.123.123.123:2096&lt;br /&gt;
;Webmail (non SSL) 2095 - http://yourdomain.com:2095 or http://123.123.123.123:2095&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''DNS''' - Your server has the ability to become your own DNS server. Prepare to use or decide not use DNS on your server, but to understand what it is, review the guide: [http://etwiki.cpanel.net/twiki/pub/AllDocumentation/WHMDocs/DNSNewbieGuide.pdf WHM/DNS Newbie Guide]&lt;br /&gt;
#'''Package (required)''' - Prepare to host a site, packages provide features/limits, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/WhmPackages WHMHomeScreen/Packages]&lt;br /&gt;
#'''Account Functions (important)''' - Add domains, hosting starts here, review the guide: [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctFunctions WHMHomeScreen/Account Functions]&lt;br /&gt;
#'''Account Information (important)''' - List domains, quickly manage accounts, review the guide:  [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/AcctInfo WHMHomeScreen/Account Information]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
Cpanel guide for moving [http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/HowToManuallyTransferAccounts VPS to VPS manually].&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
&lt;br /&gt;
==Windows Server - Start Here==&lt;br /&gt;
&lt;br /&gt;
===Get acquainted Windows and WCP===&lt;br /&gt;
You will see this '''&amp;quot;term&amp;quot;''' in the new account email as well as in most of our wiki documents. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''WCP - &amp;quot;Windows Control Panel&amp;quot;,''' (aka MochaPanel) WCP is used to manage all domains on your server, use it optionally however it's optimized to use standard and well thought out methods for creating and managing your domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Setting up your server===&lt;br /&gt;
'''STOP!'''  We strongly encourage you to review the WCP documents; the '''Key Preperation Tasks''' in the next section include the specific links already but these are the main links, bookmark them.&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide]&lt;br /&gt;
&lt;br /&gt;
*For ColdFusion VPS Reference [https://wiki.hostek.com/Category:ColdFusion-VPS ColdFusion wiki articles]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key Preperation Tasks (documents to review)===&lt;br /&gt;
Make your VPS experience excellent by completing these tasks now.&lt;br /&gt;
&lt;br /&gt;
#'''Adding Domains''' - Adding domains is easy and requires just a few steps. To get started fast, review this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#VPS_and_Unlimited_Plans_-_Add_Additional_Domains WCP - Adding Additional Domains]&lt;br /&gt;
#'''Site Settings (reference)''' - We HIGHLY recommend familiarizing yourself with the '''Site Details''' WCP which includes the testing URL, IP, Name Servers and more. Review reference: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details]&lt;br /&gt;
#'''DNS''' - Your Site Details (above) contain the Primary and Secondary DNS for your domain, to manage DNS records, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#DNS_Editor WCP - DNS Editor]&lt;br /&gt;
#'''Mail''' - To manage mail accounts (For VPS's with SmarterMail) from WCP, review the guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Email WCP - Email]&lt;br /&gt;
#'''Databases''' - Easily manage both MySQL and MSSQL databases and users from WCP, read these guides: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MySQL_database MySQL] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#PhpMyAdmin PHPMyAdmin] | [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL Microsoft SQL Server] | [https://wiki.hostek.com/Changing_Hosting_Providers#MSSQL_2 Restoring MSSQL Databases on a VPS]&lt;br /&gt;
#'''SSL''' - Generate CSR's and complete certificate installations (static IP required), read this guide: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Dedicated_SSL Dedicated SSL in WCP]&lt;br /&gt;
#'''Backups &amp;amp; Restores''' For questions regarding backup and restore procedures, read this guide: [https://wiki.hostek.com/Backups_-_VPS_and_Dedicated Backups - VPS and Dedicated]&lt;br /&gt;
&lt;br /&gt;
===Moving existing sites===&lt;br /&gt;
See pre-steps for moving websites in our [https://wiki.hostek.com/Changing_Hosting_Providers#Steps_to_Changing_Hosting_Providers Changing Hosting Providers] wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_Referral_Programs&amp;diff=1627</id>
		<title>VPS Referral Programs</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_Referral_Programs&amp;diff=1627"/>
				<updated>2013-08-22T18:39:57Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Created page with &amp;quot;__FORCETOC__  It's easy to earn a free month or 15% for life for referring friends to experience the same great service you receive. Read below for instructions on how you can...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
It's easy to earn a free month or 15% for life for referring friends to experience the same great service you receive. Read below for instructions on how you can take advantage now, share this with as many friends as you want to, there's no limit - the only requirement is that their account becomes active and is in good standing for 90 days.&lt;br /&gt;
&lt;br /&gt;
Choose which program suites you best - and follow the instructions these programs can't be combined, sorry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Earn a free month of VPS hosting==&lt;br /&gt;
&lt;br /&gt;
To earn a free month of VPS hosting, simply share your experience with a friend and have them [mailto:vps_sales@hostek.com email our VPS sales department] OR [https://www.timetrade.com/book/B5S2N schedule a consultation]. Ask them to mention your name when they order so we can be sure you get the credit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Earn 15% for life==&lt;br /&gt;
You can earn 15% for the life of the referral, withdraws can be made after $100 is reached in your affiliate account, it's that easy!&lt;br /&gt;
&lt;br /&gt;
#You must have an active Hostek.com account - [https://cp.hostek.com Register Here if not].&lt;br /&gt;
#You must enable your referral account, go to https://cp.hostek.com Click Affiliates then the &amp;quot;Activate Affiliate Account&amp;quot; button.&lt;br /&gt;
#Scroll down and copy the URL for &amp;quot;VPS Hosting&amp;quot; and share with your friends.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==VPS Sales Questions &amp;amp; Solutions - Free Consultation==&lt;br /&gt;
&lt;br /&gt;
OR if your not the &amp;quot;referring&amp;quot; type but know someone who is looking for a VPS or Cloud solution of any size. Send them the link below to [https://www.timetrade.com/book/B5S2N schedule a consultation], if we find out you sent them we'll provide the free month or more depending on what they order with us.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;https://www.timetrade.com/book/B5S2N&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1590</id>
		<title>VPS Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1590"/>
				<updated>2013-07-26T18:01:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Storage configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Components==&lt;br /&gt;
&lt;br /&gt;
Custom components can be installed on your VPS with hostek.com, we do not supply the components however if your VPS is managed we can install them with the necessary installation keys and information to download the components.&lt;br /&gt;
&lt;br /&gt;
=== Component installation ===&lt;br /&gt;
&lt;br /&gt;
==== For Windows ====&lt;br /&gt;
*Our servers are 64bit by default, for 32bit components on non-managed VPS accounts will require &amp;quot;Enable 32bit Applications: TRUE&amp;quot; to be set within the Application Pool in IIS for the specific site using the component.&lt;br /&gt;
&lt;br /&gt;
==== For Linux ====&lt;br /&gt;
*Ensure compatibility by checking with the vendor before hand, our Linux servers by default are installed with 64bit CentOS, with Cpanel(easy apache).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain limits==&lt;br /&gt;
&lt;br /&gt;
===Questions: How many domains can I put on one VPS server?===&lt;br /&gt;
&lt;br /&gt;
The number of domains that can be hosted greatly depends on the type of work the server has to do for your application (ie website). For example if we break down the usage into processes we can easily see how the answer to this question depends on many factors, however most times optimizations can greatly increase the capabilities of a VPS without requiring upgrades.&lt;br /&gt;
&lt;br /&gt;
====Typical server resources include:====&lt;br /&gt;
&lt;br /&gt;
*CPU&lt;br /&gt;
*RAM&lt;br /&gt;
*Disk I/O&lt;br /&gt;
*Bandwidth&lt;br /&gt;
&lt;br /&gt;
====Typical services used:====&lt;br /&gt;
&lt;br /&gt;
*Web Server (Apache or IIS)&lt;br /&gt;
*DB Server (MySQL or MSSQL)&lt;br /&gt;
*Mail Server (Exim or SmarterMail)&lt;br /&gt;
*Application Server (ColdFusion, Railo, PHP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each service will use a combination of the resources and services to &amp;quot;serve&amp;quot; the application to the internet. The optimal configuration would utilize as much caching (database results) and optimized static files (txt, html, css, images). In addition limiting the number of outbound calls to external resources for generating site content is important. The difference between a site utilizing caching, optimized files and scheduled import of exernal resources may be from 10 to 100% better performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key is optimization, a site fully optimized would likely run into a bandwidth limit before server resource usage would ever be an issue. See the examples below of bandwidth limitation for 3mbps sustained traffic, while VPS servers allow &amp;quot;bursting&amp;quot; which is periodic spikes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Google (search results page) approx 2KB, can serve 11,250 results in one minute @ 3mbps or 37,500 new visitors @ 10mbps (burst).&lt;br /&gt;
#Yahoo (home page results) approx 200KB, can serve 112.5 new visitors in one minute @3mbps or 375 new visitors @ 10mbps (burst).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key to serving you can see from the example above is optimizing content. A media rich website is going to utlize many more resources both bandwidth and other thus it will handle much less than a mostly text based website.&lt;br /&gt;
&lt;br /&gt;
====Checklist for optimizing applications for maximum server performance:====&lt;br /&gt;
&lt;br /&gt;
#Are the images on my website optimized?&lt;br /&gt;
#Is an Expires or a Cache-Control Header being utilized?&lt;br /&gt;
#Are all possible queries being cached in memory?&lt;br /&gt;
#Are the tables being used in queries with the &amp;quot;where&amp;quot; clause indexed?&lt;br /&gt;
#Are CSS, JS and other TXT resources compressed using server side (Gzip) compression?&lt;br /&gt;
#Are JavaScript and CSS Minified?&lt;br /&gt;
#Are the number of HTTP requests visitors have to make minimized?&lt;br /&gt;
&lt;br /&gt;
==== Recommendations: GENERAL GUIDELINES ====&lt;br /&gt;
This information is meant to help give an example based on average site usage, not all sites or use cases will fit into these generalized suggested solutions. &lt;br /&gt;
&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (not ColdFusion), Basic VPS can handle 30 websites.&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (with ColdFusion), Silver VPS can handle 20 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (not ColdFusion), Silver VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (with ColdFusion), Enterprise VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (no ColdFusion), Enterprise VPS can handle 250 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (with ColdFusion), Virtual Dedicated can handle 200 websites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage configuration==&lt;br /&gt;
&lt;br /&gt;
Disks in our storage arrays are configured at RAID 50.  Several factors must be considered when choosing a RAID level.  Besides the obvious of read and write performance, one must consider usable disk space, fault tolerance, rebuild time in the event of disk failure, and degraded performance in the event of disk failure &amp;lt;sub&amp;gt;(degraded performance refers to the performance of the storage array while a rebuild is taking place after a disk failure)&amp;lt;/sub&amp;gt;.  We feel RAID 50 gives us the best mix of these.&lt;br /&gt;
&lt;br /&gt;
===Determining Disk I/O===&lt;br /&gt;
It may be necessary to determine the average disk I/O when researching a solution for your infrastructure:&lt;br /&gt;
&lt;br /&gt;
====Windows 2008====&lt;br /&gt;
The Average Reads and Writes per second of the disk for 24hrs. Here's how to get this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Open the server, click Start, type Perfmon in the search, click search glass to go.&lt;br /&gt;
#In Perfmon expand Data Collector Sets, User Defined, right click and create a new named set.&lt;br /&gt;
#Select the set you created, in the right panel click to select the &amp;quot;System Monitor Log&amp;quot; and right click to select properties.&lt;br /&gt;
#Add the two counters Physical Disk Average Disk Bytes Read and Physical Disk Average Disk Bytes Write, click OK.&lt;br /&gt;
#Right click on the Data Collector Set you created and click start. Let run for 24hrs approximately then right click and click stop.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
====Windows 2003====&lt;br /&gt;
&lt;br /&gt;
Start, Run, type perfmon and click OK.&lt;br /&gt;
&lt;br /&gt;
#Remove any existing counters, select them all and press the DEL key.&lt;br /&gt;
#Expand &amp;quot;Performance and Counters&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Add Counters&amp;quot; sign to add specific counters, Performance Object: Physical Disk, Total_&lt;br /&gt;
#*Physical Disk:Reads/sec&lt;br /&gt;
#*Physical Disk:Writes/sec&lt;br /&gt;
#*Physical Disk:Write Disk Queue&lt;br /&gt;
#NOTE the location of the log file. Click on the “Log files” tab and click on the &amp;quot;Configure&amp;quot; button, specify a different location (OPTIONAL) for the log file. Type of file should always be Binary. &lt;br /&gt;
#Schedule the task to run for 24hrs approximately.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Scaling Disk Space===&lt;br /&gt;
Additional disk space can be added at any time for any VPS and there are a few ways this can be accomplished. Existing disks can be extended (i.e. increased) in size, or an additional disks can be added. Consider the following information when deciding how disk space should be scaled - when a decision is reached [http://support.hostek.com submit a request to our Sales Team].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Extending an existing disk'''&lt;br /&gt;
&lt;br /&gt;
It's currently not possible to shrink a virtual disk. Any additional disk space added should be considered permanent for the life of the server. If additional disk space is purchased, and then it's decided that the disk space is not necessary the only possible solution is having the virtual machine converted to a new VM with a smaller virtual disk. That can be a lengthy process that will require pre-planning and scheduled offline maintenance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Attaching an additional drive'''&lt;br /&gt;
&lt;br /&gt;
This is the recommended method for scaling your data storage overall, because multiple smaller drives or partitions can be added and smaller drives can be restored much faster than a single very large drive. '''NOTE''' This option should also be carefully considered because applications with hard coded paths may have to be re-written to use relative paths or hard coded paths updated. &lt;br /&gt;
&lt;br /&gt;
*Windows VPS: This means getting a completely new drive for example a D: drive&lt;br /&gt;
&lt;br /&gt;
*Linux VPS: This means a new partition, for example /home2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:Email-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Backups_-_VPS_and_Dedicated&amp;diff=1589</id>
		<title>Backups - VPS and Dedicated</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Backups_-_VPS_and_Dedicated&amp;diff=1589"/>
				<updated>2013-07-26T16:54:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Restoring Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==VPS Backup Information==&lt;br /&gt;
As a high value free service, by default, Hostek.com provides nightly backups.&lt;br /&gt;
&lt;br /&gt;
===Backups Schedule and Level of Protection===&lt;br /&gt;
*'''Backups are performed offsite''' for VPS Hosting.&lt;br /&gt;
**An '''Offsite Backup''' is a backup of the server that is stored off site.  For example, if your server is in our St. Louis location, the nightly backup would be encrypted and stored off site in our Dallas location.&lt;br /&gt;
**Few offsite backup exceptions, Starter tier VPS hosting, and some Hybrid Infrastructures(Custom configured VPS hosting).&lt;br /&gt;
&lt;br /&gt;
*'''Backups are retained for 5 days''' by default for VPS and Virtual Dedicated servers.&lt;br /&gt;
&lt;br /&gt;
*'''As an additional measure of protection''' (disaster prevention &amp;amp; '''FAST''' bare metal restores) we also take snapshots of our VPS servers.&lt;br /&gt;
&lt;br /&gt;
=== Restore Options ===&lt;br /&gt;
Many VPS providers only provide a system restore, in which it restores the entire VPS.  With our backups, a complete bare metal restore can be done, or just a specific folder, or even down to a specific file.&lt;br /&gt;
&lt;br /&gt;
====Restoring Files====&lt;br /&gt;
'''*IMPORTANT - Please Read*''' We can give you control to be able to do the restores, but we highly suggest you let us handle the restores for you instead.  The reason is, and no offense meant, but if you don't know what you are doing with the backup/restore process, you can corrupt your backups and then there would be nothing to restore.  By submitting a ticket and letting us handle the restore for you, that helps preserve your backup integrity.&lt;br /&gt;
&lt;br /&gt;
If a restore is needed, request a restore and provide the following detail:&lt;br /&gt;
&lt;br /&gt;
*Server Name&lt;br /&gt;
*File(s) or Directory to be restored&lt;br /&gt;
*Preferred Date &amp;amp; Closest time&lt;br /&gt;
&lt;br /&gt;
Please allow ample time to restore, depending on the size of the files being restored it could take longer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Linux-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:Email-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1428</id>
		<title>VPS Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1428"/>
				<updated>2013-06-05T14:53:51Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Windows 2008 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Components==&lt;br /&gt;
&lt;br /&gt;
Custom components can be installed on your VPS with hostek.com, we do not supply the components however if your VPS is managed we can install them with the necessary installation keys and information to download the components.&lt;br /&gt;
&lt;br /&gt;
=== Component installation ===&lt;br /&gt;
&lt;br /&gt;
==== For Windows ====&lt;br /&gt;
*Our servers are 64bit by default, for 32bit components on non-managed VPS accounts will require &amp;quot;Enable 32bit Applications: TRUE&amp;quot; to be set within the Application Pool in IIS for the specific site using the component.&lt;br /&gt;
&lt;br /&gt;
==== For Linux ====&lt;br /&gt;
*Ensure compatibility by checking with the vendor before hand, our Linux servers by default are installed with 64bit CentOS, with Cpanel(easy apache).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain limits==&lt;br /&gt;
&lt;br /&gt;
===Questions: How many domains can I put on one VPS server?===&lt;br /&gt;
&lt;br /&gt;
The number of domains that can be hosted greatly depends on the type of work the server has to do for your application (ie website). For example if we break down the usage into processes we can easily see how the answer to this question depends on many factors, however most times optimizations can greatly increase the capabilities of a VPS without requiring upgrades.&lt;br /&gt;
&lt;br /&gt;
====Typical server resources include:====&lt;br /&gt;
&lt;br /&gt;
*CPU&lt;br /&gt;
*RAM&lt;br /&gt;
*Disk I/O&lt;br /&gt;
*Bandwidth&lt;br /&gt;
&lt;br /&gt;
====Typical services used:====&lt;br /&gt;
&lt;br /&gt;
*Web Server (Apache or IIS)&lt;br /&gt;
*DB Server (MySQL or MSSQL)&lt;br /&gt;
*Mail Server (Exim or SmarterMail)&lt;br /&gt;
*Application Server (ColdFusion, Railo, PHP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each service will use a combination of the resources and services to &amp;quot;serve&amp;quot; the application to the internet. The optimal configuration would utilize as much caching (database results) and optimized static files (txt, html, css, images). In addition limiting the number of outbound calls to external resources for generating site content is important. The difference between a site utilizing caching, optimized files and scheduled import of exernal resources may be from 10 to 100% better performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key is optimization, a site fully optimized would likely run into a bandwidth limit before server resource usage would ever be an issue. See the examples below of bandwidth limitation for 3mbps sustained traffic, while VPS servers allow &amp;quot;bursting&amp;quot; which is periodic spikes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Google (search results page) approx 2KB, can serve 11,250 results in one minute @ 3mbps or 37,500 new visitors @ 10mbps (burst).&lt;br /&gt;
#Yahoo (home page results) approx 200KB, can serve 112.5 new visitors in one minute @3mbps or 375 new visitors @ 10mbps (burst).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key to serving you can see from the example above is optimizing content. A media rich website is going to utlize many more resources both bandwidth and other thus it will handle much less than a mostly text based website.&lt;br /&gt;
&lt;br /&gt;
====Checklist for optimizing applications for maximum server performance:====&lt;br /&gt;
&lt;br /&gt;
#Are the images on my website optimized?&lt;br /&gt;
#Is an Expires or a Cache-Control Header being utilized?&lt;br /&gt;
#Are all possible queries being cached in memory?&lt;br /&gt;
#Are the tables being used in queries with the &amp;quot;where&amp;quot; clause indexed?&lt;br /&gt;
#Are CSS, JS and other TXT resources compressed using server side (Gzip) compression?&lt;br /&gt;
#Are JavaScript and CSS Minified?&lt;br /&gt;
#Are the number of HTTP requests visitors have to make minimized?&lt;br /&gt;
&lt;br /&gt;
==== Recommendations: GENERAL GUIDELINES ====&lt;br /&gt;
This information is meant to help give an example based on average site usage, not all sites or use cases will fit into these generalized suggested solutions. &lt;br /&gt;
&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (not ColdFusion), Basic VPS can handle 30 websites.&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (with ColdFusion), Silver VPS can handle 20 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (not ColdFusion), Silver VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (with ColdFusion), Enterprise VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (no ColdFusion), Enterprise VPS can handle 250 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (with ColdFusion), Virtual Dedicated can handle 200 websites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage configuration==&lt;br /&gt;
&lt;br /&gt;
Disks in our storage arrays are configured at RAID 50.  Several factors must be considered when choosing a RAID level.  Besides the obvious of read and write performance, one must consider usable disk space, fault tolerance, rebuild time in the event of disk failure, and degraded performance in the event of disk failure &amp;lt;sub&amp;gt;(degraded performance refers to the performance of the storage array while a rebuild is taking place after a disk failure)&amp;lt;/sub&amp;gt;.  We feel RAID 50 gives us the best mix of these.&lt;br /&gt;
&lt;br /&gt;
===Determining Disk I/O===&lt;br /&gt;
It may be necessary to determine the average disk I/O when researching a solution for your infrastructure:&lt;br /&gt;
&lt;br /&gt;
====Windows 2008====&lt;br /&gt;
The Average Reads and Writes per second of the disk for 24hrs. Here's how to get this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Open the server, click Start, type Perfmon in the search, click search glass to go.&lt;br /&gt;
#In Perfmon expand Data Collector Sets, User Defined, right click and create a new named set.&lt;br /&gt;
#Select the set you created, in the right panel click to select the &amp;quot;System Monitor Log&amp;quot; and right click to select properties.&lt;br /&gt;
#Add the two counters Physical Disk Average Disk Bytes Read and Physical Disk Average Disk Bytes Write, click OK.&lt;br /&gt;
#Right click on the Data Collector Set you created and click start. Let run for 24hrs approximately then right click and click stop.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
====Windows 2003====&lt;br /&gt;
&lt;br /&gt;
Start, Run, type perfmon and click OK.&lt;br /&gt;
&lt;br /&gt;
#Remove any existing counters, select them all and press the DEL key.&lt;br /&gt;
#Expand &amp;quot;Performance and Counters&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Add Counters&amp;quot; sign to add specific counters, Performance Object: Physical Disk, Total_&lt;br /&gt;
#*Physical Disk:Reads/sec&lt;br /&gt;
#*Physical Disk:Writes/sec&lt;br /&gt;
#*Physical Disk:Write Disk Queue&lt;br /&gt;
#NOTE the location of the log file. Click on the “Log files” tab and click on the &amp;quot;Configure&amp;quot; button, specify a different location (OPTIONAL) for the log file. Type of file should always be Binary. &lt;br /&gt;
#Schedule the task to run for 24hrs approximately.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=MySQL_FAQs&amp;diff=1416</id>
		<title>MySQL FAQs</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=MySQL_FAQs&amp;diff=1416"/>
				<updated>2013-06-04T19:42:47Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How do I see all running processes in MySQL?==&lt;br /&gt;
#Open up a command prompt on your server&lt;br /&gt;
#Log into MySQL with this command: &amp;lt;pre&amp;gt;mysql -u root -p&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Enter your root MySQL password when prompted&lt;br /&gt;
#Issue this command: &amp;lt;pre&amp;gt;SHOW FULL PROCESSLIST\G&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MySQL will display a full list of running processes along with the state of the query and the SQL being ran at that time.&lt;br /&gt;
&lt;br /&gt;
==VPS - How do I log slow queries?==&lt;br /&gt;
You can set the this options in the my.cnf/my.ini option files&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
log_slow_queries = 1&lt;br /&gt;
slow_query_log_file = &amp;lt;some file name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If your server is above 5.1.6 you can set the slow query log in the runtime itself. For which you have to execute these queries (as root).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set global log_slow_queries = 1;&lt;br /&gt;
set global slow_query_log_file = &amp;lt;some file name&amp;gt;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Databases-MySQL]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1403</id>
		<title>VPS Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=VPS_Resources&amp;diff=1403"/>
				<updated>2013-05-30T19:40:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Storage configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Components==&lt;br /&gt;
&lt;br /&gt;
Custom components can be installed on your VPS with hostek.com, we do not supply the components however if your VPS is managed we can install them with the necessary installation keys and information to download the components.&lt;br /&gt;
&lt;br /&gt;
=== Component installation ===&lt;br /&gt;
&lt;br /&gt;
==== For Windows ====&lt;br /&gt;
*Our servers are 64bit by default, for 32bit components on non-managed VPS accounts will require &amp;quot;Enable 32bit Applications: TRUE&amp;quot; to be set within the Application Pool in IIS for the specific site using the component.&lt;br /&gt;
&lt;br /&gt;
==== For Linux ====&lt;br /&gt;
*Ensure compatibility by checking with the vendor before hand, our Linux servers by default are installed with 64bit CentOS, with Cpanel(easy apache).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain limits==&lt;br /&gt;
&lt;br /&gt;
===Questions: How many domains can I put on one VPS server?===&lt;br /&gt;
&lt;br /&gt;
The number of domains that can be hosted greatly depends on the type of work the server has to do for your application (ie website). For example if we break down the usage into processes we can easily see how the answer to this question depends on many factors, however most times optimizations can greatly increase the capabilities of a VPS without requiring upgrades.&lt;br /&gt;
&lt;br /&gt;
====Typical server resources include:====&lt;br /&gt;
&lt;br /&gt;
*CPU&lt;br /&gt;
*RAM&lt;br /&gt;
*Disk I/O&lt;br /&gt;
*Bandwidth&lt;br /&gt;
&lt;br /&gt;
====Typical services used:====&lt;br /&gt;
&lt;br /&gt;
*Web Server (Apache or IIS)&lt;br /&gt;
*DB Server (MySQL or MSSQL)&lt;br /&gt;
*Mail Server (Exim or SmarterMail)&lt;br /&gt;
*Application Server (ColdFusion, Railo, PHP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each service will use a combination of the resources and services to &amp;quot;serve&amp;quot; the application to the internet. The optimal configuration would utilize as much caching (database results) and optimized static files (txt, html, css, images). In addition limiting the number of outbound calls to external resources for generating site content is important. The difference between a site utilizing caching, optimized files and scheduled import of exernal resources may be from 10 to 100% better performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key is optimization, a site fully optimized would likely run into a bandwidth limit before server resource usage would ever be an issue. See the examples below of bandwidth limitation for 3mbps sustained traffic, while VPS servers allow &amp;quot;bursting&amp;quot; which is periodic spikes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Google (search results page) approx 2KB, can serve 11,250 results in one minute @ 3mbps or 37,500 new visitors @ 10mbps (burst).&lt;br /&gt;
#Yahoo (home page results) approx 200KB, can serve 112.5 new visitors in one minute @3mbps or 375 new visitors @ 10mbps (burst).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key to serving you can see from the example above is optimizing content. A media rich website is going to utlize many more resources both bandwidth and other thus it will handle much less than a mostly text based website.&lt;br /&gt;
&lt;br /&gt;
====Checklist for optimizing applications for maximum server performance:====&lt;br /&gt;
&lt;br /&gt;
#Are the images on my website optimized?&lt;br /&gt;
#Is an Expires or a Cache-Control Header being utilized?&lt;br /&gt;
#Are all possible queries being cached in memory?&lt;br /&gt;
#Are the tables being used in queries with the &amp;quot;where&amp;quot; clause indexed?&lt;br /&gt;
#Are CSS, JS and other TXT resources compressed using server side (Gzip) compression?&lt;br /&gt;
#Are JavaScript and CSS Minified?&lt;br /&gt;
#Are the number of HTTP requests visitors have to make minimized?&lt;br /&gt;
&lt;br /&gt;
==== Recommendations: GENERAL GUIDELINES ====&lt;br /&gt;
This information is meant to help give an example based on average site usage, not all sites or use cases will fit into these generalized suggested solutions. &lt;br /&gt;
&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (not ColdFusion), Basic VPS can handle 30 websites.&lt;br /&gt;
*Traffic usage between 0-300GB, minimal requirements (with ColdFusion), Silver VPS can handle 20 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (not ColdFusion), Silver VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 300-1000GB, medium requirements (with ColdFusion), Enterprise VPS can handle 50 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (no ColdFusion), Enterprise VPS can handle 250 websites.&lt;br /&gt;
*Traffic usage between 1000-3000GB+, large requirements (with ColdFusion), Virtual Dedicated can handle 200 websites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage configuration==&lt;br /&gt;
&lt;br /&gt;
Disks in our storage arrays are configured at RAID 50.  Several factors must be considered when choosing a RAID level.  Besides the obvious of read and write performance, one must consider usable disk space, fault tolerance, rebuild time in the event of disk failure, and degraded performance in the event of disk failure &amp;lt;sub&amp;gt;(degraded performance refers to the performance of the storage array while a rebuild is taking place after a disk failure)&amp;lt;/sub&amp;gt;.  We feel RAID 50 gives us the best mix of these.&lt;br /&gt;
&lt;br /&gt;
===Determining Disk I/O===&lt;br /&gt;
It may be necessary to determine the average disk I/O when researching a solution for your infrastructure:&lt;br /&gt;
&lt;br /&gt;
====Windows 2008====&lt;br /&gt;
The Average Reads and Writes per second of the disk for 24hrs. Here's how to get this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Open the server, click Start, type Perfmon in the search, click search glass to go.&lt;br /&gt;
#In Perfmon expand Data Collector Sets, User Defined, right click and create a new named set.&lt;br /&gt;
#Select the set you created, in the right panel click to select the &amp;quot;System Monitor Log&amp;quot; and right click to select properties.&lt;br /&gt;
#Add the two counters Physical Disk Average Disk Bytes Read and Physical Disk Average Disk Bytes Write, click OK.&lt;br /&gt;
#Right click on the Data Collector Set you created and click start. Let run for 24hrs approximately then right click and click stop.&lt;br /&gt;
#Browse to the directory where the data log was created, email or send the file to our support team.&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=PCI_Compliance&amp;diff=1378</id>
		<title>PCI Compliance</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=PCI_Compliance&amp;diff=1378"/>
				<updated>2013-05-10T20:06:27Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* Datacenter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==hostek.com==&lt;br /&gt;
&lt;br /&gt;
PCI compliance requires quarterly scans from a PCI compliance vendor.  Hostek.com goes above and beyond this requirement by having regular scans from two different PCI compliance vendors.  One vendor's scans are done quarterly.  The other's scans are done nightly.  This ensures that all potential PCI compliance issues are accurately identified and dealt with promptly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Datacenter==&lt;br /&gt;
The data center where the hostek.com equipment is housed maintains SOC 2 Certification ([[FIle:SOC2_CERT_2013.pdf]]).  This replaced the SSAE16 Certification.&lt;br /&gt;
&lt;br /&gt;
Full audit report part 1: [[File:SOC2-2013_CYBERCON_Full_Report_PART-1.pdf]]&lt;br /&gt;
&lt;br /&gt;
Full audit report part 2: [[File:SOC2-2013_CYBERCON_Full_Report_PART-2.pdf]]&lt;br /&gt;
&lt;br /&gt;
===Previous Certifications===&lt;br /&gt;
2011-12 - SSAE 16 Certification ([http://hostek.com/forms/SSAE-16_Letter_of_Cert.pdf audit report]).  This replaced the SAS 70 Type 2 Certification.&lt;br /&gt;
&lt;br /&gt;
==Common PCI Compliance Resolutions==&lt;br /&gt;
&lt;br /&gt;
===SSL/TLS Protocol Initialization Vector Implementation Information Disclosure===&lt;br /&gt;
&lt;br /&gt;
aka: BEAST (Browser Exploit Against SSL/TLS) Vulnerability&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  If you are on a '''shared server''' or a '''managed VPS''', please submit a support ticket [http://support.hostek.com] and attach/include your PCI scan report.  The information below is for our non managed VPS customers.&lt;br /&gt;
&lt;br /&gt;
* Place the following text in a file named '''TLS.reg''' and execute the file.  It will add registry values to enable TLS 1.1 and TLS 1.2 support:&lt;br /&gt;
 Windows Registry Editor Version 5.00&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1\Client]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.1\Server]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2\Client]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.2\Server]&lt;br /&gt;
 &amp;quot;DisabledByDefault&amp;quot;=dword:00000000&lt;br /&gt;
 &amp;quot;Enabled&amp;quot;=dword:00000001&lt;br /&gt;
&lt;br /&gt;
* After completing the above step, go to '''Start''' -&amp;gt; '''Run''' -&amp;gt; (type '''gpedit.msc''') -&amp;gt; (click '''OK''')&lt;br /&gt;
* Navigate to '''Computer Configuration''' -&amp;gt; '''Administrative Template''' -&amp;gt; '''Network''' -&amp;gt; '''SSL Configuration Settings'''&lt;br /&gt;
* Right click on '''SSL Cipher Suite Order''' and choose '''Edit''' (Windows 2008 R2) or '''Properties''' (Windows 2008)&lt;br /&gt;
* Select '''Enabled''' and replace the text in the textbox under '''SSL Cipher Suites'''(not to be confused with the '''Notes''' textbox) with the following long line of text(All on a single line - no line breaks or spaces):&lt;br /&gt;
TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P521,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256_P521,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384_P521,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_NULL_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256_P521,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P521,TLS_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_RC4_128_MD5,SSL_CK_RC4_128_WITH_MD5,TLS_RSA_WITH_NULL_SHA,TLS_RSA_WITH_NULL_MD5&lt;br /&gt;
* Click '''OK'''&lt;br /&gt;
* Reboot server&lt;br /&gt;
&lt;br /&gt;
===Disable SSLv2 &amp;amp; Strong Cyphers Only &amp;amp; Strong Protocols Only===&lt;br /&gt;
If you are on a shared server, please open a support ticket and attach the PCI scan report.&lt;br /&gt;
&lt;br /&gt;
For VPS's:  This generally applies to a Windows based server.  If you see one of these items on your PCI scan report, download this zip [http://hostek.com/wikifiles/disablessl2-strongcyphersonly-strongprotocolsonly.zip] and extract the appropriate .reg file and put that on your VPS and double click it to make the appropriate registry change to fix the issue.  Generally if one of these show on your report, we suggest running all three .reg files to fully take care of the issue at one time.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  You will need to reboot the server for these changes to take affect.&lt;br /&gt;
&lt;br /&gt;
====VPS-Windows 2008 Servers====&lt;br /&gt;
This free tool can be used to determine if vulnerable or weak protocols or cypers are enabled, and provides the option to disable them.&lt;br /&gt;
&lt;br /&gt;
https://www.nartac.com/Products/IISCrypto/Default.aspx&lt;br /&gt;
&lt;br /&gt;
Changes using this tool require a server reboot to complete them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Websites that allow testing for SSL Protocols and Cyphers:&lt;br /&gt;
&lt;br /&gt;
https://www.ssllabs.com/ssltest/index.html&lt;br /&gt;
&lt;br /&gt;
http://www.serversniff.net/sslcheck.php&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=File:SOC2-2013_CYBERCON_Full_Report_PART-2.pdf&amp;diff=1377</id>
		<title>File:SOC2-2013 CYBERCON Full Report PART-2.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=File:SOC2-2013_CYBERCON_Full_Report_PART-2.pdf&amp;diff=1377"/>
				<updated>2013-05-10T19:56:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Datacenter SOC 2 FULL Audit Report part 2 - 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Datacenter SOC 2 FULL Audit Report part 2 - 2013&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=File:SOC2-2013_CYBERCON_Full_Report_PART-1.pdf&amp;diff=1376</id>
		<title>File:SOC2-2013 CYBERCON Full Report PART-1.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=File:SOC2-2013_CYBERCON_Full_Report_PART-1.pdf&amp;diff=1376"/>
				<updated>2013-05-10T19:56:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Datacenter SOC 2 FULL Audit Report part 1 - 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Datacenter SOC 2 FULL Audit Report part 1 - 2013&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=File:SOC2_CERT_2013.pdf&amp;diff=1375</id>
		<title>File:SOC2 CERT 2013.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=File:SOC2_CERT_2013.pdf&amp;diff=1375"/>
				<updated>2013-05-10T19:51:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Datacenter SOC 2 Audit Certification - 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Datacenter SOC 2 Audit Certification - 2013&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=1244</id>
		<title>WCP (Windows based Control Panel)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=1244"/>
				<updated>2013-04-02T19:08:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* MSSQL Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How To Login To My WCP Control Panel==&lt;br /&gt;
#To manage your domain, login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
*You can also login to the control panel through your billing control panel https://cp.hostek.com/clientarea.php&lt;br /&gt;
#Click on  ''''My Services'''' 'Click the '''small Green arrow''' on the the notepad to the right'&lt;br /&gt;
#Now click the '''Login to Control Panel''' Icon'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Custom URL for the WCP Control Panel==&lt;br /&gt;
The WCP can als be accessed by wcp.your_domain.com&lt;br /&gt;
&lt;br /&gt;
Setup wcp.your_domain.com as an A record for &amp;quot;184.175.108.65&amp;quot; or as a CName record for &amp;quot;wcp.ezhostingserver.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Resellers and VPS - WCP White label Settings===&lt;br /&gt;
Resellers and VPS customers can setup their logo in their Reseller control panel, however those additional features will only be avaialble when using the specific domain they configured in the reseller setttings. The reseller settings will be available using ANY url, and as mentioned within these settings the reseller &amp;quot;URL&amp;quot; can be setup and other whitelabel options making WCP the ultimate Windows Control Panel&lt;br /&gt;
&lt;br /&gt;
[[Category: Windows VPS]]&lt;br /&gt;
[[Category:Resellers]]&lt;br /&gt;
&lt;br /&gt;
==Adding Additional Control Panel Logins==&lt;br /&gt;
*This will allow you to set up additional control panel logins for you or for others involved in editing or managing your account. You can limit the Permissions or options available for them to manage.&lt;br /&gt;
#Login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
#Click on the '''Control panel Logins''' tab, then click on the '''Add''' icon.&lt;br /&gt;
#Put the &amp;quot;Username, Password and if you want them to have Limited Permission.&lt;br /&gt;
#If you want them to have Limited Permission then check the '''Limited Permission''' box. This will load a dropdown where you can select what privlages they have to manage.&lt;br /&gt;
#Once you are done click the '''Save''' icon at the bottom of the screen.&lt;br /&gt;
#Once it has bee added you or they can login by going to https://wcp.hostek.com/Login.aspx and using the username and password that you set for it.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==VPS and Unlimited Plans - Add Additional Domains==&lt;br /&gt;
Use these steps to add additional domains under your VPS or Windows Unlimited account.&lt;br /&gt;
&lt;br /&gt;
#Login to your WCP control panel&lt;br /&gt;
#*Windows Unlimited: For adding a third (or more) domain select any domain from the upper right hand corner dropdown box &amp;quot;Domains&amp;quot;.&lt;br /&gt;
#*'''VPS: Select a domain already created''' on your VPS, a good bet is your server name (ie server.your-domain.com) from the upper right hand corner dropdown box &amp;quot;Domains&amp;quot;.&lt;br /&gt;
#Within the &amp;quot;Domains&amp;quot; box click the &amp;quot;Addon Domains&amp;quot; icon.&lt;br /&gt;
#Click &amp;quot;Add&amp;quot; and enter the following:&lt;br /&gt;
#*Domain Name&lt;br /&gt;
#*Username&lt;br /&gt;
#*Password&lt;br /&gt;
#*VPS: If you've ordered static IP's select one from the &amp;quot;IP Address&amp;quot; box.&lt;br /&gt;
#Click &amp;quot;Save&amp;quot;&lt;br /&gt;
#To manage the domain, you can now select it from the domains list dropdown box.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Site Details==&lt;br /&gt;
We recommend you review the &amp;quot;Site Settings&amp;quot; which includes many important details about your domain including:&lt;br /&gt;
&lt;br /&gt;
WCP (login and select domain) &amp;gt; Website Settings &amp;gt; '''Site Details'''&lt;br /&gt;
&lt;br /&gt;
*Testing URL&lt;br /&gt;
*Primary and Secondary DNS&lt;br /&gt;
*Site IP&lt;br /&gt;
*Web Root Path&lt;br /&gt;
*FTP Root Path&lt;br /&gt;
*IIS &amp;amp; ColdFusion Version (if applicable)&lt;br /&gt;
&lt;br /&gt;
==FTP Accounts==&lt;br /&gt;
*Adding or editing FTP accounts.&lt;br /&gt;
#click on the '''FTP Accounts''' tab.&lt;br /&gt;
#To edit one click on the little '''Pencil Icon''' to the left, to add one click on the '''Add FTP User''' tab.&lt;br /&gt;
#If you are adding one you will set the Username:, Password: and folder then click the #Click on the '''Save''' Icon.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==File Manager== &lt;br /&gt;
*Basic File Operations, file uploading and editing now supported- Zip, GZip, and Tar Archive support.&lt;br /&gt;
#Click on the '''File Manager icon''', then the '''Login icon''' on the next screen.&lt;br /&gt;
#To create files or Directory's outside the WWW root folder right click and click on the '''Create File''' or '''Create Directory''' option.&lt;br /&gt;
#Click the '''Continue Icon''' to add this.&lt;br /&gt;
#To add/edit files in the WWWroot click on the '''wwwroot file'''.&lt;br /&gt;
#once you are in you can add, edit or delete by right clicking and clicking on the options given.&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==IIS Settings==&lt;br /&gt;
*Setting up error pages, default pages, advanced settings, etc.&lt;br /&gt;
===Custom Error pages===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Click the edit button next to the error page you want to change&lt;br /&gt;
#Uncheck the '''Use System Default''' checkbox &lt;br /&gt;
#Enter the path to your custom error page &lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
===Mime Types===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Scroll to the bottom of the window and click '''Add Mime Type'''&lt;br /&gt;
#Enter the extension for the Mime Type&lt;br /&gt;
#Enter the Mime Type information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
*An example Mime Type is below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Extension: .mp3&lt;br /&gt;
Mime Type: audio/mpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information here: https://wiki.hostek.com/Mime_types&lt;br /&gt;
&lt;br /&gt;
===Default Docs===&lt;br /&gt;
*Select a default document and drag it to the top position to set it as top priority&lt;br /&gt;
*Click '''Add''' to add a default doc&lt;br /&gt;
*Click the red '''X''' to delete a default doc&lt;br /&gt;
*Click a default doc and change the name&lt;br /&gt;
*For example: change '''&amp;quot;index.htm&amp;quot;''' to '''&amp;quot;index.asp&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
===Advanced===&lt;br /&gt;
====Recycle Application Pool====&lt;br /&gt;
If you see a Service Unavailable message on your site, or have a general need to recycle a site's IIS Application Pool, you can do so through this section of WCP. &lt;br /&gt;
#Click the '''IIS Settings''' icon in WCP&lt;br /&gt;
#Click the '''Advanced''' tab in the '''IIS Settings''' section&lt;br /&gt;
#Click the '''Recycle''' button.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==DNS Editor==&lt;br /&gt;
'''READ FIRST''' When a new domain is added to WCP all DNS records are also created (in most cases). Clicking on the DNS Editor will open a window with these records, for editing, adding and deleting. Most times nothing needs to be done other than pointing your domain to the Primary and Secondary DNS Servers listed under [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details].&lt;br /&gt;
&lt;br /&gt;
===Create a new DNS record===&lt;br /&gt;
#Click '''Add DNS''' Record button&lt;br /&gt;
#Enter Name for record (If DNS record name is your domain name please leave this Name - text box blank as the control panel will automatically add your domain name)&lt;br /&gt;
#Choose the Record type (A, CNAME, MX, NS, TXT, SPF, SRV)&lt;br /&gt;
#Enter Data Type&lt;br /&gt;
#Generally leave the TTL (Time To Live) as the default 86400&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Update DNS records===&lt;br /&gt;
#To update an existing DNS record click the '''Pencil''' icon next to the record you would like to update.&lt;br /&gt;
#You will then be able to change the Name of the record, the Type of record, Data of the record, and Time to Live.&lt;br /&gt;
#Once updated Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===SVR Record Fields===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _service._protocol&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: priority weight port address&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _sip._udp&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: 10 5 4030 sip.mydomain.com&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SPF Records===&lt;br /&gt;
An SPF Record (simply an entry into the DNS records) is used by mail servers to know if mail coming from an address at your domain is really allowed to be sent from the sending mail server.&lt;br /&gt;
&lt;br /&gt;
If you will be using our servers send email related to your domain, you would generally use an SPF record like the following:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.hostek.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For our Resellers that don't want to use hostek.com, use an SPF Record like:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.ezhostingserver.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Steps to add an SPF Record to your domain:'''&lt;br /&gt;
Assuming that your DNS is managed with us:&lt;br /&gt;
#Log in to your hosting control panel at wcp.hostek.com&lt;br /&gt;
#Open the DNS Editor (DNS Manager) section&lt;br /&gt;
#Click on Add Record. &lt;br /&gt;
#Leave the Name field blank. &lt;br /&gt;
#For the Type, choose TXT&lt;br /&gt;
#For the Data enter the SPF Record detail as you need, using the sample provided above.&lt;br /&gt;
&lt;br /&gt;
'''Basic information related to some SPF Record options:'''&lt;br /&gt;
&lt;br /&gt;
The '''&amp;quot;-all&amp;quot;''' may be adjusted on a per customer basis to any of the following depending on their needs:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''-all''' = mail not sent from an address listed in the SPF record should be completely rejected (Hard Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''~all''' = mail not sent from an address listed in the SPF record should be given a higher spam score(Soft Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''?all''' = mail not sent from an address listed in the SPF record should be treated normally as if the domain did not have an spf record (Neutral). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Sub Domains==&lt;br /&gt;
*A sub-domain is like an extension of your domain name. For example, if your domain name were myfamily.com, a sub-domain would be in the following form: dad.myfamily.com or mom.myfamily.com etc.&lt;br /&gt;
*You can have a sub-domain pointed to any folder within your web site. If a visitor goes directly to that sub-domain he will be taken to that folder, not to your site's main page.&lt;br /&gt;
#Click on the '''Sub Domains icon'''&lt;br /&gt;
#Click &amp;quot;'''Add'''&amp;quot; sub Domain button &lt;br /&gt;
#Enter sub domain name in Name text box. This will automatically populate the Folder text box to a folder with the same name as the subdomain.&lt;br /&gt;
#If you wish this Subdomain to point to a different folder you can click on the folder icon and choose the directory you would like your Sub Domain to point to.&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
#This will create the sub domain record within your domains DNS zone, &lt;br /&gt;
*If the domains name servers are not pointed to us you will need to manually create this record where your domains DNS is hosted.&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Domain Alias==&lt;br /&gt;
*This will allow you to point 2 domains to the same website. How to create a Domain&lt;br /&gt;
#To create a domain alias you will click on the ''Domain Aliases icon''&lt;br /&gt;
#Click '''Add Domain Alias''' button&lt;br /&gt;
#Enter your Alias Name&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
*You will need to be sure that your Domain Alias has been registered and has the name servers pointed to the name servers found beneath the Site Details icon.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*Below is information on how to manage your email account within the WCP.&lt;br /&gt;
*'''FOR VPS''' You will also have &amp;quot;Admin&amp;quot; access to SmarterMail. Access webmail (click the webmail link in WCP) and login with user &amp;quot;admin&amp;quot; and the primary VPS password.&lt;br /&gt;
&lt;br /&gt;
==Email Users==&lt;br /&gt;
*Allows you to create Email users as well as log directly into users Webmail account&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''Add Email User''' button&lt;br /&gt;
#Enter email user name (Example: if you need the email address &amp;quot;admin@domain.com&amp;quot; enter the user &amp;quot;admin&amp;quot;)&lt;br /&gt;
#Enter password for Email user (**See note below regarding password requirements)&lt;br /&gt;
#Enter Display name (Usually set to the name of the person using the specific email account)&lt;br /&gt;
#Choose if you would like this user to have administrator rights&lt;br /&gt;
#Choose mail box size limit for this specific user&lt;br /&gt;
#Click on the '''Save'''&lt;br /&gt;
#'''NOTE Password requirements''' &lt;br /&gt;
*Minimum Length 6 Characters&lt;br /&gt;
*Must include Uppercase&lt;br /&gt;
*Must include Lowercase&lt;br /&gt;
*Must include Number&lt;br /&gt;
*Must include Special character&lt;br /&gt;
*Password cannot match username&lt;br /&gt;
&lt;br /&gt;
==Edit existing Email user==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''pencil icon''' next to user to update&lt;br /&gt;
#Update information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
==Web mail==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Login button''' next to user you would like access the mail for&lt;br /&gt;
*Web Mail Provides links to access the Webmail program as well as to access mail before domain propagation to our mail server&lt;br /&gt;
#Click '''Web Mail icon'''&lt;br /&gt;
#If domain is propagated and pointed to our mail server you can click the '''webmail''' link to access the SmarterMail webmail log in screen.&lt;br /&gt;
#If you domain has not yet propagated to our mail server click the &amp;quot;Pr-Propagation Web Mail&amp;quot; link to access the SmarterMail webmail log in screen.&lt;br /&gt;
&lt;br /&gt;
==Mail Forwarding==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up an email alias.&lt;br /&gt;
#Click on the '''Forwarding button'''&lt;br /&gt;
#Enter Alias name&lt;br /&gt;
#Enter address for email to this Alias to be forwarded to&lt;br /&gt;
#Click on the '''Save Icon'''&lt;br /&gt;
&lt;br /&gt;
==MySQL database==&lt;br /&gt;
*MySQL Allow you to create a MySQL database under your domain&lt;br /&gt;
#Click on '''MySQL icon'''&lt;br /&gt;
#To add new database click '''Add MySQL Database'''&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#(If you need a coldfusion DSN place check in check box and provide Coldfusion DSN name)&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
*To create new user for existing database&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''Add new user button'''&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Place check mark in check box for each database you would like this user to have access to.&lt;br /&gt;
#To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''pencil icon next to Username'''&lt;br /&gt;
#enter new password&lt;br /&gt;
#Click on the '''Save Icon'''.&lt;br /&gt;
&lt;br /&gt;
*To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click pencil '''icon next to Username'''&lt;br /&gt;
#Enter new password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==PhpMyAdmin==&lt;br /&gt;
*Allows you to log directly into your MySQL database to manage.&lt;br /&gt;
#Click on '''PhpMyAdmin link'''&lt;br /&gt;
#If you are not logged directly into your MySQL database simply enter the server your database is located on (Can be found by clicking the MySQL icon) and enter your Username and Password.&lt;br /&gt;
#Once logged in your Databases will be displayed on the Left, click on '''database name''' to manage that database.&lt;br /&gt;
&lt;br /&gt;
==MSSQL==&lt;br /&gt;
*Allows you to create MSSQL databases and users.&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#To add a new database click '''Add MSSQL''' database&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Choose database size&lt;br /&gt;
#Enter or Choose existing Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Choose '''Default Collation''' (Usually left as default)&lt;br /&gt;
#Choose '''Recovery Model''' (Usually left as Simple as we make daily full backups of all #databases which we keep for 7 days)&lt;br /&gt;
#Place a Check mark in the box for Coldfusion DataSource if ColdFusion DSN is needed.&lt;br /&gt;
#Enter ColdFusion DSN name.&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
*To edit an existing MSSQL database&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Edit field necessary&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
*To edit password for existing MSSQL user&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil next''' to user to edit&lt;br /&gt;
#Update password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
*To add new MSSQL user&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Add MSSQL''' User button&lt;br /&gt;
#Enter username&lt;br /&gt;
#Enter password&lt;br /&gt;
#Place checkmark next to each database this users needs access to&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools (Shared Hosting)==&lt;br /&gt;
*Allows you to log directly into MyLittleAdmin to manage your MSSQL database or MyLittleBackup to backup or restore your MSSQL database.&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Manage/Backup/Restore&lt;br /&gt;
#Select User with access to database needed&lt;br /&gt;
#Choose myLittleAdmin button to manage your MSSQL database&lt;br /&gt;
#Choose myLittleBackup button to backup/restore your database&lt;br /&gt;
&lt;br /&gt;
==DataSources(DSN's)==&lt;br /&gt;
*Allows to create a DSN for an existing database for your domain.&lt;br /&gt;
#To create a MySQL or MSSQL DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose MySQL or MSSQL from drop down depending on the database this is connecting to&lt;br /&gt;
#Click '''Add DSN'''&lt;br /&gt;
#Choose DSN type Access/MySQL/MSSQL&lt;br /&gt;
#Enter DSN name&lt;br /&gt;
#Enter Database name DSN will be connecting to&lt;br /&gt;
#Enter Server (Can by found by viewing database DSN is for)&lt;br /&gt;
#Enter Username for database DSN is connecting to&lt;br /&gt;
#Enter Password for database DSN is connecting to&lt;br /&gt;
#Choose if it is a ColdFusion DSN&lt;br /&gt;
#Choose if you need Unicode Support&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
*To create an Access DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose '''Access''' from drop down menu&lt;br /&gt;
#Enter DSN Name&lt;br /&gt;
#Click on Folder icon to choose correct directory Access Database is located in&lt;br /&gt;
#Enter Username (If one is set for your Access Database, if not this can be left blank)&lt;br /&gt;
#Enter Password (If one is protecting your Database, if not this can be left blank)&lt;br /&gt;
#Choose if it needs to be a ColdFusion DSN&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
*To edit existing DSN&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Click pencil next to DSN to edit&lt;br /&gt;
#Update information&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==Security and SSL==&lt;br /&gt;
Installing a new certificate, or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
===Dedicated SSL===&lt;br /&gt;
'''VPS Hosting''' Request a static IP for sites added to your server which require SSL, we will provision the IP on the server and assign it in WCP for use with installing a Dedicated SSL.&lt;br /&gt;
&lt;br /&gt;
'''Shared Hosting''' If ordering a new certificate from Hostek.com you will be assigned a static IP, if importing from another provider you will need to request a static IP be assigned before the certificate can be activated.&lt;br /&gt;
&lt;br /&gt;
#Login to WPC, (select the domain, in some cases), Security and SSL, '''Dedicated SSL (click)'''&lt;br /&gt;
#Click '''Generate CSR (Certificate Signing Request)'''&lt;br /&gt;
#Fill in the requested information.&lt;br /&gt;
#Click Create&lt;br /&gt;
#Copy the '''Certificate Signing Request (CSR)''', which should be used when placing a new SSL order or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Shared SSL(shared hosting)===&lt;br /&gt;
#Login to WPC, (select the domain, in some cases), Security and SSL, '''Shared SSL (click)'''&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
#The URL for your sites shared SSL will be provided. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=1239</id>
		<title>Seamlessly Change Hosting to Hostek.com</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=1239"/>
				<updated>2013-04-01T18:53:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: /* your-provider to Hostek.com Windows VPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Steps to Changing Hosting Providers==&lt;br /&gt;
&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Sign_up_for_hosting Sign up with Hostek.com]&lt;br /&gt;
# &amp;lt;b&amp;gt;Transfer your site files and databases.&amp;lt;/b&amp;gt; Specific details for moving to: [https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_Shared_Hosting Shared Hosting]  &amp;lt;b&amp;gt;or &amp;lt;/b&amp;gt;[https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_VPS VPS Hosting]&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Planning_Ahead Test your site(s)]&lt;br /&gt;
# [https://wiki.hostek.com/DNS_(Name_Servers) Update Your Domain Name's Name Servers] &amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; you will find the Name Server information in the New Hosting Account Email.&lt;br /&gt;
&lt;br /&gt;
==Planning Ahead==&lt;br /&gt;
*Transferring hosting companies can be, and should be, easy if you follow the right steps and choose the right hosting company. You have made the correct choice in hosting companies, as we have many years experience in helping customers just like you transfer their hosting to us. We've created this easy-to-follow list for you to transfer your website to Hostek.com.&lt;br /&gt;
&lt;br /&gt;
#Plan as far ahead as possible, the more detailed the better.&lt;br /&gt;
#Make sure your customers are well informed of any possible service interruption and changes they should consider well in advance.&lt;br /&gt;
#Test each site after uploading the files, importing databases and updating connection strings to make sure no errors are occurring. Use the Testing URL provided in the email after setting up hosting.&lt;br /&gt;
#Complete unfinished business, including tightening security on any ports or protocols that do not need to remain open to the public. &lt;br /&gt;
&lt;br /&gt;
===For sites with constantly changing data===&lt;br /&gt;
The most difficult sites to move are those that have constantly changing data. The is because updates made during the backup &amp;amp; transfer will not be reflected in the data backup being moved. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;To resolve this:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Perform the transfer during off-peak hours. In addition display a &amp;quot;under construction&amp;quot; page on both the new and old server while the transition is in progress. &lt;br /&gt;
&lt;br /&gt;
After the site move has been completed, update your DNS as quickly as possible and leave the old site stopped. In some cases pointing the website on the previous host to the database on the new website will allow both sites to run without inconsistent data. &lt;br /&gt;
&lt;br /&gt;
Another solution to insure quick switch over is setting the DNS, TTL to a low value such as 600 (10 minutes) on A records for domains being moved.&lt;br /&gt;
&lt;br /&gt;
===Pre-Migration Site Assessment===&lt;br /&gt;
&lt;br /&gt;
;Domains List&lt;br /&gt;
:Which domains are hosted and need moved?&lt;br /&gt;
:Do they require SSL?&lt;br /&gt;
:Are there any other hostnames that point to the site such as a sub-domain or alias?&lt;br /&gt;
:Special requirements such as a Virtual Directory or Sym Link?&lt;br /&gt;
&lt;br /&gt;
;Database List&lt;br /&gt;
:Types of databases?&lt;br /&gt;
:User and permissions for each user?&lt;br /&gt;
:Password for each user?&lt;br /&gt;
&lt;br /&gt;
;Domains with Mail&lt;br /&gt;
:Which domains USE mail?&lt;br /&gt;
:How do users access email, POP, IMAP, Web?&lt;br /&gt;
:Server URL for POP, SMTP, IMAP and Web?&lt;br /&gt;
:Special requirements such as SSL?&lt;br /&gt;
&lt;br /&gt;
;Domains with FTP&lt;br /&gt;
:User and permission such as directory, read/write for each user?&lt;br /&gt;
:Passwords for each user?&lt;br /&gt;
&lt;br /&gt;
;Registrar for each Domain?&lt;br /&gt;
:Where can the Name Servers be updated?&lt;br /&gt;
:Login for the Account?&lt;br /&gt;
&lt;br /&gt;
;DNS for each Domain&lt;br /&gt;
:Where is it managed?&lt;br /&gt;
:Will DNS management be moved?&lt;br /&gt;
:Should we set the TTL low for any to insure quick switchover?&lt;br /&gt;
&lt;br /&gt;
==Sign up for hosting==&lt;br /&gt;
The First step in transferring is to sign up for a hosting package. We offer a wide range of hosting packages that will fit your needs. After signing up for a hosting package, you will get an email with a &amp;lt;b&amp;gt;Testing URL&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;Temporary FTP&amp;lt;/b&amp;gt; information. Use this information to complete the next task of moving your site files.&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/web-hosting/best-web-hosting.asp Web Hosting] Windows / Linux / ColdFusion / Railo&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/reseller-hosting.asp Reseller Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/vps/best-vps-hosting.asp VPS (Virtual Private Server) Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/dedicated/virtual-dedicated-hosting.asp Virtual Dedicated Hosting]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Custom VPS or Infrastructure as a Service Solutions&amp;lt;/b&amp;gt; contact [mailto:vps_sales@hostek.com VPS sales.]&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows Shared Hosting==&lt;br /&gt;
&lt;br /&gt;
===Moving Site Files and Databases===&lt;br /&gt;
#Open an FTP(File Transfer Protocol) client on your computer. If you do not have one, you can download FileZilla for free at &amp;quot;http://filezilla-project.org/download.php/&amp;quot;.&lt;br /&gt;
#Connect to your site on your old host. Generally, the connection details will either be in an e-mail you received from them or listed in your control panel with them.&lt;br /&gt;
#Once connected, you should see two sets of files, local (files on your computer) and remote (files on your website). Under your local files, create a folder to store your site files.&lt;br /&gt;
#Once the folder is created, open that folder on the local side.  Then, select all the files on the remote site and download them into that folder.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Once the transfer is complete, disconnect from the server. Then connect to your site on our server using the FTP details that we sent in your account details e-mail.&lt;br /&gt;
#On the remote side, open the /wwwroot folder. Also, on the local side, if there is a 'www', 'wwwroot', or 'public_html' folder, open that folder as well. #Select all files on the local side and upload them to the remote side.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Done - your site files have been moved.&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Request a full backup of your database from your host, or create one through their control panel if you have that option.&lt;br /&gt;
#Once you have the full database backup (should be a .bak file), login into your WCP control panel at &amp;quot;https://wcp.hostek.com&amp;quot; using the same e-mail address and password as your billing control panel.&lt;br /&gt;
#Once logged in, select 'MS SQL', and click 'Add MS SQL database'. Enter the same name as the backed up database and give it a size that is larger than the .bak file. Enter a username and password and click 'Save'.&lt;br /&gt;
#Now that the database has been created on the new server, choose the 'MS SQL Tools' option. Select the database and user, and click on the 'myLittleBackup' button.&lt;br /&gt;
#Click 'Restore databases'.&lt;br /&gt;
#Select the database from the drop-down.&lt;br /&gt;
#Click 'OK'.&lt;br /&gt;
#Click the 'Choose File' button and select the .bak backup file from your old host and click 'Ok'.&lt;br /&gt;
#The backup file will most likely only have one backup set so you &lt;br /&gt;
will not have to worry about selecting one. If there are multiple, &lt;br /&gt;
select whichever one has the most recent backup date.&lt;br /&gt;
#Click 'Restore' and click 'OK' on the popup.&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have any issues restoring the database due to the size or structure of the database, you may need to upload the backup file to your website and ask support to restore the database. If you do this, it is recommended that you zip the backup file before uploading it as that will make it much smaller.&lt;br /&gt;
&lt;br /&gt;
===Update your domain’s DNS===&lt;br /&gt;
*Update your domain’s DNS settings Once you have tested your site, contact your domain name registrar and change your DNS settings to the Name Servers we provided in the New Account email. Your registrar is the company you purchased your domain name from. You’ll replace your existing primary and secondary name servers with the ones we provided you in the new account email. This change will take about 12 to 48 hours to propagate throughout the internet.&lt;br /&gt;
&lt;br /&gt;
===Wait for your domain to propagate===&lt;br /&gt;
*Wait for your domain to propagate (approximately 12-48 hours) While your domain propagation is taking effect, some will see your site on our servers and others will see the site on your old host. This will prevent any downtime. In order to receive mail from both locations, you will need to check email from both hosts. You can simply use our web mail interface to get the email that is sent to our servers during&lt;br /&gt;
&lt;br /&gt;
===Cancel with your previous host===&lt;br /&gt;
Cancel with your previous host After the site is pointing to us, you can go and cancel the hosting account you have at your previous host.&lt;br /&gt;
&lt;br /&gt;
===Transfer your domain name to our registrar (optional)===&lt;br /&gt;
Transfer your domain name (optional)If you would like to transfer your domain and consolidate your registration and web hosting to one source, you can request to transfer the domain. The domain transfer itself costs NOTHING; we simply add one year of registration onto the expiration date for a base price for the common .TLD's. After that, you will able to renew your domain name at the same great price.&lt;br /&gt;
A registrar transfer is the moving a domain name from one registrar to another. A registrar is the company that actually registers a domain name.&lt;br /&gt;
#You will need to log into your billing control panel at https://cp.hostek.com&lt;br /&gt;
#Click on the domains drop-down menu and click &amp;quot;My Domains&amp;quot;.&lt;br /&gt;
#Scroll down to your domain name and click &amp;quot;Manage Domain&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Registrar Lock&amp;quot; tab, then click the &amp;quot;Disable Registrar Lock&amp;quot; button.&lt;br /&gt;
#Click on the &amp;quot;Management Tools&amp;quot; drop-down menu and select &amp;quot;Contact Information&amp;quot;&lt;br /&gt;
#You will need to update the Admin contact email address to an email address that you can receive emails at and click &amp;quot;Save Changes&amp;quot;.&lt;br /&gt;
#Click &amp;quot;Management Tools&amp;quot; drop-down and select &amp;quot;Get EPP Code&amp;quot;. This will display the EPP code that you will need to provide to the registrar you are transferring to.&lt;br /&gt;
#Once you have initiated the transfer with the registrar and provided the EPP code you will receive a transfer approval email at the email address you specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows VPS==&lt;br /&gt;
*We recommend setting up each domain using WCP as you move them, not all at one time. Doing so ensures there are less complications with mail delivery between two domains.&lt;br /&gt;
&lt;br /&gt;
[[media:Hostek.com_Migration_Checklist.xls | Download this Migration Checklist]] to keep track of your migration progress.&lt;br /&gt;
&lt;br /&gt;
===Moving Domains===&lt;br /&gt;
Familiarize yourself and your team with our [https://wcp.hostek.com Windows Control Panel]. We have prepared a [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) WCP Guide] to help.&lt;br /&gt;
&lt;br /&gt;
#Create the domain using the &amp;quot;addon domain&amp;quot; icon in the WCP.&lt;br /&gt;
#*When initially logging into WCP the domain which was used for referencing your VPS will be listed and new domains added.&lt;br /&gt;
#*If you selected a database server be installed locally or remotely it should be integrated with your control panel and databases can be added under each domain using the appropriate Icon.&lt;br /&gt;
#*Note if you ordered the FREE SmarterMail edition which only includes mail for a single domain, upon adding your second domain you may encounter an error. If so contact support for upgrading your SmarterMail license or disabling the action for adding new domains to the mail server.&lt;br /&gt;
#DNS zones are automatically created for new domains, for the name servers which are used for domains added to your VPS click on  the &amp;quot;Site Details&amp;quot; icon within the WCP for the domain in question.&lt;br /&gt;
#Copy files to your VPS. Use FTP directly from your VPS to transfer site files, this is extremely fast and efficient.&lt;br /&gt;
#Test the domain. Each domain will have a &amp;quot;Testing URL&amp;quot; within the &amp;quot;Site Details&amp;quot; area of WCP, note that if the database is not moved over and or DSN not created you may encounter errors.&lt;br /&gt;
#Prepare the DNS for moving. Before switching your DNS we suggest a shorter TTL such as 300 (5 minutes), after this change you must wait out the original TTL before the new value will take affect. For example if your original TTL was 7200 seconds (2 hours) you must wait 2 hours after submitting any change before the new TTL will be take effect.&lt;br /&gt;
#Switch your DNS. By now your site is tested and you're ready to make the switch.&lt;br /&gt;
#*In most cases we suggest moving the database first so data will be consistent from the old location to the new.&lt;br /&gt;
&lt;br /&gt;
===SSL===&lt;br /&gt;
&lt;br /&gt;
*Our Windows Control Panel has provisions for creating a CSR and installing a new certificate but you cannot &amp;quot;import&amp;quot; an existing certificate. There are two ways to resolve &amp;quot;moving&amp;quot; a certificate to a Windows server easily.&lt;br /&gt;
&lt;br /&gt;
====Pkey format====&lt;br /&gt;
#Export the certificate in PKey format. Within the certificate manager, export the current certificate in PKey format, you will be asked for a &amp;quot;passphrase&amp;quot; assign one and remember it. &lt;br /&gt;
#Copy the certificate to the new server.&lt;br /&gt;
#Open IIS on your VPS, open the main server node then click on the icon &amp;quot;Server Certificates&amp;quot; found under &amp;gt;&amp;gt; IIS &amp;gt;&amp;gt; Server Certificates.&lt;br /&gt;
#Click import and follow the prompts.&lt;br /&gt;
#Edit the bindings for the specific site to assign the certificate&lt;br /&gt;
#*Right click on the website in Sites &amp;gt;&amp;gt; your-website.abc select &amp;quot;Edit Bindings&amp;quot;.&lt;br /&gt;
#*Select &amp;quot;Add&amp;quot; change the type to https, select the IP Address, select the &amp;quot;SSL Certificate&amp;quot; from the drop down.&lt;br /&gt;
&lt;br /&gt;
====Re-key the certificate====&lt;br /&gt;
*Using this method could render the SSL certificate expired on the old server.&lt;br /&gt;
&lt;br /&gt;
#Click on the &amp;quot;Dedicated SSL&amp;quot; icon in WCP.&lt;br /&gt;
#Fill in the appropriate information to generate a CSR.&lt;br /&gt;
#At your certificate provider request a &amp;quot;rekey&amp;quot; using the CSR provided from WCP.&lt;br /&gt;
#After receiving the new certificate back from your provider, complete the installation in WCP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Add the database and user in MSSQL using the WCP under the correct domain.&lt;br /&gt;
#Set the database to single user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET SINGLE_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Using SQL Studio Manager restore from backup selecting the file you exported from your previous server.&lt;br /&gt;
#Set the database to multi user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET MULTI_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#To fix user a created user which existed before the database was restored.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name Exec sp_change_users_login 'auto_fix','USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
#In some cases you may continue to receive errors. Try adding double slashes for the file restore paths. Here's a scripted example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RESTORE DATABASE [exampledatabase] FROM  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Backup\exampledatabase.bak' &lt;br /&gt;
WITH  FILE = 1,  MOVE N'old_database_name_Data' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.mdf',  &lt;br /&gt;
MOVE N'old_database_name_Log' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.LDF',  &lt;br /&gt;
NOUNLOAD,  REPLACE,  STATS = 10&lt;br /&gt;
GO&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Don't forget===&lt;br /&gt;
*Scheduled tasks, add them on the new server remove them from the old.&lt;br /&gt;
*Change the DNS TTL back to default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mail===&lt;br /&gt;
&lt;br /&gt;
====SmarterMail to SmarterMail====&lt;br /&gt;
&lt;br /&gt;
#See the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration] for preparing the MX record and SSL (if applicable). You can however skip the step for creating users / passwords on the new server since you will be moving everything at once.&lt;br /&gt;
#Zip the contents of the {smartermail root}\domains\yourdomain.com.&lt;br /&gt;
#FTP the files from the old server to the new, this can be done by installing a simple FTP client such as FileZilla on the VPS and connecting to the old server.&lt;br /&gt;
#On the new VPS unzip and overwrite the contents {smartermail root}\domains\yourdomain.com. &lt;br /&gt;
#Login to the SmarterMail Webmail interface, &amp;quot;Reload&amp;quot; the domain. This should cause all the users to be revealed, with their inbox, calendar and other assets intact.&lt;br /&gt;
#Complete the &amp;quot;Final Steps&amp;quot; mentioned under [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration].&lt;br /&gt;
&lt;br /&gt;
====Any Provider to Windows &amp;amp; Smartermail====&lt;br /&gt;
&lt;br /&gt;
Easily migrate from any mail service. Move a single mailbox, or an entire domain, from mail services like:&lt;br /&gt;
&lt;br /&gt;
Gmail&lt;br /&gt;
Yahoo!&lt;br /&gt;
Hotmail / Windows Live&lt;br /&gt;
Microsoft Exchange&lt;br /&gt;
Or even mail servers like Merak, iMail and MailEnable&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration]. Then follow the steps provided by SmarterMail.&lt;br /&gt;
&lt;br /&gt;
http://portal.smartertools.com/KB/a1937/import-mailbox-data-to-smartermail-from-third-party.aspx&lt;br /&gt;
&lt;br /&gt;
====Why move one domain at a time?====&lt;br /&gt;
If you setup domain X, Y, and Z via WCP, then migrate X from your old server to Hostek. If a user on X tries to email someone on domain Y or Z they'll get a kickback saying &amp;quot;No such user.&amp;quot; This is because you haven't migrated the data over into these other accounts yet. The server will try to send the message locally before it goes &amp;quot;outside&amp;quot; to resolve it's IP address. Setting up new domains &amp;quot;as you go&amp;quot;, will avoid this possibility.&lt;br /&gt;
&lt;br /&gt;
If mail is not involved in the migration, then you may not need to worry about this issue.&lt;br /&gt;
&lt;br /&gt;
==your-provider to VPS Mail Migration General Information==&lt;br /&gt;
There are various ways to migrate mail from an existing provider. In cases where POP is the method for retrieving mail then simply switching providers in a thoughtful preplanned manner is sufficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Keys for simple POP/SMTP Mail Migration===&lt;br /&gt;
&lt;br /&gt;
====Preparation Steps for Mail Migration====&lt;br /&gt;
#Create domain on the new server.&lt;br /&gt;
#Setup users &amp;amp; passwords in advance on the new server.&lt;br /&gt;
#Take note of the specific DNS details and modify the TTL. &lt;br /&gt;
#*Note the MX record.&lt;br /&gt;
#*Set the TTL for the MX record to 600 (10 minutes).&lt;br /&gt;
#*If the MX is set to &amp;quot;something.yourdomain.com&amp;quot;, then also change the TTL for the A record &amp;quot;something.yourdomain.com&amp;quot; to 600 (10 minutes).&lt;br /&gt;
#Does your mailserver use SSL? Note, if the SSL mail encryption works for &amp;quot;mail.yourisp.com&amp;quot; and you're moving to a VPS then you will likely have to also purchase and have the certificate installed and insure the exact same type of SSL support works before proceeding.&lt;br /&gt;
&lt;br /&gt;
====Final Steps to complete the Mail Migration====&lt;br /&gt;
#Plan and prepare users with what they should expect. &lt;br /&gt;
#Be sure your mail server is listening on the IP Address you will point the A record to&lt;br /&gt;
#We suggest to create or modify the A record &amp;quot;something.yourdomain.com&amp;quot; if it already exists, when you are ready to make the switch change that A record &amp;quot;something.yourdomain.com&amp;quot; to point at your VPS.&lt;br /&gt;
#When finished change the TTL for the MX record and applicable A record back to it's default (Usually 14400).&lt;br /&gt;
&lt;br /&gt;
*You can use the standard ports for POP/SMTP or IMAP with or without SSL. &lt;br /&gt;
*Alternate Ports for SMTP (26) is pre-configured in our firewall and will just need configured in either SmarterMail or Cpanel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===your-provider Mail Migration any IMAP Mail Server===&lt;br /&gt;
&lt;br /&gt;
'''This can easily apply to migrating from any mail service to Linux with Cpanel.'''&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the Keys for Simple Mail Migration above. It also may be possible to find an application to migrate IMAP mail including calendars &amp;amp; contacts. We suggest checking into &amp;quot;IMAPSync&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category: Sales]]&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=1237</id>
		<title>Seamlessly Change Hosting to Hostek.com</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Seamlessly_Change_Hosting_to_Hostek.com&amp;diff=1237"/>
				<updated>2013-04-01T18:41:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jonc: Jonc moved page Changing Hosting Providers to Seamlessly Change Hosting to Hostek.com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Steps to Changing Hosting Providers==&lt;br /&gt;
&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Sign_up_for_hosting Sign up with Hostek.com]&lt;br /&gt;
# &amp;lt;b&amp;gt;Transfer your site files and databases.&amp;lt;/b&amp;gt; Specific details for moving to: [https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_Shared_Hosting Shared Hosting]  &amp;lt;b&amp;gt;or &amp;lt;/b&amp;gt;[https://wiki.hostek.com/Changing_Hosting_Providers#your-provider_to_Hostek.com_Windows_VPS VPS Hosting]&lt;br /&gt;
# [https://wiki.hostek.com/Changing_Hosting_Providers#Planning_Ahead Test your site(s)]&lt;br /&gt;
# [https://wiki.hostek.com/DNS_(Name_Servers) Update Your Domain Name's Name Servers] &amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; you will find the Name Server information in the New Hosting Account Email.&lt;br /&gt;
&lt;br /&gt;
==Planning Ahead==&lt;br /&gt;
*Transferring hosting companies can be, and should be, easy if you follow the right steps and choose the right hosting company. You have made the correct choice in hosting companies, as we have many years experience in helping customers just like you transfer their hosting to us. We've created this easy-to-follow list for you to transfer your website to Hostek.com.&lt;br /&gt;
&lt;br /&gt;
#Plan as far ahead as possible, the more detailed the better.&lt;br /&gt;
#Make sure your customers are well informed of any possible service interruption and changes they should consider well in advance.&lt;br /&gt;
#Test each site after uploading the files, importing databases and updating connection strings to make sure no errors are occurring. Use the Testing URL provided in the email after setting up hosting.&lt;br /&gt;
#Complete unfinished business, including tightening security on any ports or protocols that do not need to remain open to the public. &lt;br /&gt;
&lt;br /&gt;
===For sites with constantly changing data===&lt;br /&gt;
The most difficult sites to move are those that have constantly changing data. The is because updates made during the backup &amp;amp; transfer will not be reflected in the data backup being moved. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;To resolve this:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Perform the transfer during off-peak hours. In addition display a &amp;quot;under construction&amp;quot; page on both the new and old server while the transition is in progress. &lt;br /&gt;
&lt;br /&gt;
After the site move has been completed, update your DNS as quickly as possible and leave the old site stopped. In some cases pointing the website on the previous host to the database on the new website will allow both sites to run without inconsistent data. &lt;br /&gt;
&lt;br /&gt;
Another solution to insure quick switch over is setting the DNS, TTL to a low value such as 600 (10 minutes) on A records for domains being moved.&lt;br /&gt;
&lt;br /&gt;
===Pre-Migration Site Assessment===&lt;br /&gt;
&lt;br /&gt;
;Domains List&lt;br /&gt;
:Which domains are hosted and need moved?&lt;br /&gt;
:Do they require SSL?&lt;br /&gt;
:Are there any other hostnames that point to the site such as a sub-domain or alias?&lt;br /&gt;
:Special requirements such as a Virtual Directory or Sym Link?&lt;br /&gt;
&lt;br /&gt;
;Database List&lt;br /&gt;
:Types of databases?&lt;br /&gt;
:User and permissions for each user?&lt;br /&gt;
:Password for each user?&lt;br /&gt;
&lt;br /&gt;
;Domains with Mail&lt;br /&gt;
:Which domains USE mail?&lt;br /&gt;
:How do users access email, POP, IMAP, Web?&lt;br /&gt;
:Server URL for POP, SMTP, IMAP and Web?&lt;br /&gt;
:Special requirements such as SSL?&lt;br /&gt;
&lt;br /&gt;
;Domains with FTP&lt;br /&gt;
:User and permission such as directory, read/write for each user?&lt;br /&gt;
:Passwords for each user?&lt;br /&gt;
&lt;br /&gt;
;Registrar for each Domain?&lt;br /&gt;
:Where can the Name Servers be updated?&lt;br /&gt;
:Login for the Account?&lt;br /&gt;
&lt;br /&gt;
;DNS for each Domain&lt;br /&gt;
:Where is it managed?&lt;br /&gt;
:Will DNS management be moved?&lt;br /&gt;
:Should we set the TTL low for any to insure quick switchover?&lt;br /&gt;
&lt;br /&gt;
==Sign up for hosting==&lt;br /&gt;
The First step in transferring is to sign up for a hosting package. We offer a wide range of hosting packages that will fit your needs. After signing up for a hosting package, you will get an email with a &amp;lt;b&amp;gt;Testing URL&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;Temporary FTP&amp;lt;/b&amp;gt; information. Use this information to complete the next task of moving your site files.&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/web-hosting/best-web-hosting.asp Web Hosting] Windows / Linux / ColdFusion / Railo&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/reseller-hosting.asp Reseller Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/vps/best-vps-hosting.asp VPS (Virtual Private Server) Hosting]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/hosting/dedicated/virtual-dedicated-hosting.asp Virtual Dedicated Hosting]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Custom VPS or Infrastructure as a Service Solutions&amp;lt;/b&amp;gt; contact [mailto:vps_sales@hostek.com VPS sales.]&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows Shared Hosting==&lt;br /&gt;
&lt;br /&gt;
===Moving Site Files and Databases===&lt;br /&gt;
#Open an FTP(File Transfer Protocol) client on your computer. If you do not have one, you can download FileZilla for free at &amp;quot;http://filezilla-project.org/download.php/&amp;quot;.&lt;br /&gt;
#Connect to your site on your old host. Generally, the connection details will either be in an e-mail you received from them or listed in your control panel with them.&lt;br /&gt;
#Once connected, you should see two sets of files, local (files on your computer) and remote (files on your website). Under your local files, create a folder to store your site files.&lt;br /&gt;
#Once the folder is created, open that folder on the local side.  Then, select all the files on the remote site and download them into that folder.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Once the transfer is complete, disconnect from the server. Then connect to your site on our server using the FTP details that we sent in your account details e-mail.&lt;br /&gt;
#On the remote side, open the /wwwroot folder. Also, on the local side, if there is a 'www', 'wwwroot', or 'public_html' folder, open that folder as well. #Select all files on the local side and upload them to the remote side.&lt;br /&gt;
#Wait for the transfer of all files to complete. This may take several minutes.&lt;br /&gt;
#Done - your site files have been moved.&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Request a full backup of your database from your host, or create one through their control panel if you have that option.&lt;br /&gt;
#Once you have the full database backup (should be a .bak file), login into your WCP control panel at &amp;quot;https://wcp.hostek.com&amp;quot; using the same e-mail address and password as your billing control panel.&lt;br /&gt;
#Once logged in, select 'MS SQL', and click 'Add MS SQL database'. Enter the same name as the backed up database and give it a size that is larger than the .bak file. Enter a username and password and click 'Save'.&lt;br /&gt;
#Now that the database has been created on the new server, choose the 'MS SQL Tools' option. Select the database and user, and click on the 'myLittleBackup' button.&lt;br /&gt;
#Click 'Restore databases'.&lt;br /&gt;
#Select the database from the drop-down.&lt;br /&gt;
#Click 'OK'.&lt;br /&gt;
#Click the 'Choose File' button and select the .bak backup file from your old host and click 'Ok'.&lt;br /&gt;
#The backup file will most likely only have one backup set so you &lt;br /&gt;
will not have to worry about selecting one. If there are multiple, &lt;br /&gt;
select whichever one has the most recent backup date.&lt;br /&gt;
#Click 'Restore' and click 'OK' on the popup.&lt;br /&gt;
&lt;br /&gt;
NOTE: If you have any issues restoring the database due to the size or structure of the database, you may need to upload the backup file to your website and ask support to restore the database. If you do this, it is recommended that you zip the backup file before uploading it as that will make it much smaller.&lt;br /&gt;
&lt;br /&gt;
===Update your domain’s DNS===&lt;br /&gt;
*Update your domain’s DNS settings Once you have tested your site, contact your domain name registrar and change your DNS settings to the Name Servers we provided in the New Account email. Your registrar is the company you purchased your domain name from. You’ll replace your existing primary and secondary name servers with the ones we provided you in the new account email. This change will take about 12 to 48 hours to propagate throughout the internet.&lt;br /&gt;
&lt;br /&gt;
===Wait for your domain to propagate===&lt;br /&gt;
*Wait for your domain to propagate (approximately 12-48 hours) While your domain propagation is taking effect, some will see your site on our servers and others will see the site on your old host. This will prevent any downtime. In order to receive mail from both locations, you will need to check email from both hosts. You can simply use our web mail interface to get the email that is sent to our servers during&lt;br /&gt;
&lt;br /&gt;
===Cancel with your previous host===&lt;br /&gt;
Cancel with your previous host After the site is pointing to us, you can go and cancel the hosting account you have at your previous host.&lt;br /&gt;
&lt;br /&gt;
===Transfer your domain name to our registrar (optional)===&lt;br /&gt;
Transfer your domain name (optional)If you would like to transfer your domain and consolidate your registration and web hosting to one source, you can request to transfer the domain. The domain transfer itself costs NOTHING; we simply add one year of registration onto the expiration date for a base price for the common .TLD's. After that, you will able to renew your domain name at the same great price.&lt;br /&gt;
A registrar transfer is the moving a domain name from one registrar to another. A registrar is the company that actually registers a domain name.&lt;br /&gt;
#You will need to log into your billing control panel at https://cp.hostek.com&lt;br /&gt;
#Click on the domains drop-down menu and click &amp;quot;My Domains&amp;quot;.&lt;br /&gt;
#Scroll down to your domain name and click &amp;quot;Manage Domain&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Registrar Lock&amp;quot; tab, then click the &amp;quot;Disable Registrar Lock&amp;quot; button.&lt;br /&gt;
#Click on the &amp;quot;Management Tools&amp;quot; drop-down menu and select &amp;quot;Contact Information&amp;quot;&lt;br /&gt;
#You will need to update the Admin contact email address to an email address that you can receive emails at and click &amp;quot;Save Changes&amp;quot;.&lt;br /&gt;
#Click &amp;quot;Management Tools&amp;quot; drop-down and select &amp;quot;Get EPP Code&amp;quot;. This will display the EPP code that you will need to provide to the registrar you are transferring to.&lt;br /&gt;
#Once you have initiated the transfer with the registrar and provided the EPP code you will receive a transfer approval email at the email address you specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==your-provider to Hostek.com Windows VPS==&lt;br /&gt;
*We recommend setting up each domain using WCP as you move them, not all at one time. Doing so ensures there are less complications with mail delivery between two domains.&lt;br /&gt;
&lt;br /&gt;
[[media:Hostek.com_Migration_Checklist.xls | Download this Migration Checklist]] to keep track of your migration progress.&lt;br /&gt;
&lt;br /&gt;
===Moving Domains===&lt;br /&gt;
Familiarize yourself and your team with our [https://wcp.hostek.com Windows Control Panel]. If you have any questions please [https://support.hostek.com ask our support team].&lt;br /&gt;
&lt;br /&gt;
#Create the domain using the &amp;quot;addon domain&amp;quot; icon in the WCP.&lt;br /&gt;
#*When initially logging into WCP the domain which was used for referencing your VPS will be listed and new domains added.&lt;br /&gt;
#*If you selected a database server be installed locally or remotely it should be integrated with your control panel and databases can be added under each domain using the appropriate Icon.&lt;br /&gt;
#*Note if you ordered the FREE SmarterMail edition which only includes mail for a single domain, upon adding your second domain you may encounter an error. If so contact support for upgrading your SmarterMail license or disabling the action for adding new domains to the mail server.&lt;br /&gt;
#DNS zones are automatically created for new domains, for the name servers which are used for domains added to your VPS click on  the &amp;quot;Site Details&amp;quot; icon within the WCP for the domain in question.&lt;br /&gt;
#Copy files to your VPS. Use FTP directly from your VPS to transfer site files, this is extremely fast and efficient.&lt;br /&gt;
#Test the domain. Each domain will have a &amp;quot;Testing URL&amp;quot; within the &amp;quot;Site Details&amp;quot; area of WCP, note that if the database is not moved over and or DSN not created you may encounter errors.&lt;br /&gt;
#Prepare the DNS for moving. Before switching your DNS we suggest a shorter TTL such as 300 (5 minutes), after this change you must wait out the original TTL before the new value will take affect. For example if your original TTL was 7200 seconds (2 hours) you must wait 2 hours after submitting any change before the new TTL will be take effect.&lt;br /&gt;
#Switch your DNS. By now your site is tested and you're ready to make the switch.&lt;br /&gt;
#*In most cases we suggest moving the database first so data will be consistent from the old location to the new.&lt;br /&gt;
&lt;br /&gt;
===SSL===&lt;br /&gt;
&lt;br /&gt;
*Our Windows Control Panel has provisions for creating a CSR and installing a new certificate but you cannot &amp;quot;import&amp;quot; an existing certificate. There are two ways to resolve &amp;quot;moving&amp;quot; a certificate to a Windows server easily.&lt;br /&gt;
&lt;br /&gt;
====Pkey format====&lt;br /&gt;
#Export the certificate in PKey format. Within the certificate manager, export the current certificate in PKey format, you will be asked for a &amp;quot;passphrase&amp;quot; assign one and remember it. &lt;br /&gt;
#Copy the certificate to the new server.&lt;br /&gt;
#Open IIS on your VPS, open the main server node then click on the icon &amp;quot;Server Certificates&amp;quot; found under &amp;gt;&amp;gt; IIS &amp;gt;&amp;gt; Server Certificates.&lt;br /&gt;
#Click import and follow the prompts.&lt;br /&gt;
#Edit the bindings for the specific site to assign the certificate&lt;br /&gt;
#*Right click on the website in Sites &amp;gt;&amp;gt; your-website.abc select &amp;quot;Edit Bindings&amp;quot;.&lt;br /&gt;
#*Select &amp;quot;Add&amp;quot; change the type to https, select the IP Address, select the &amp;quot;SSL Certificate&amp;quot; from the drop down.&lt;br /&gt;
&lt;br /&gt;
====Re-key the certificate====&lt;br /&gt;
*Using this method could render the SSL certificate expired on the old server.&lt;br /&gt;
&lt;br /&gt;
#Click on the &amp;quot;Dedicated SSL&amp;quot; icon in WCP.&lt;br /&gt;
#Fill in the appropriate information to generate a CSR.&lt;br /&gt;
#At your certificate provider request a &amp;quot;rekey&amp;quot; using the CSR provided from WCP.&lt;br /&gt;
#After receiving the new certificate back from your provider, complete the installation in WCP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Databases===&lt;br /&gt;
&lt;br /&gt;
====MSSQL====&lt;br /&gt;
#Add the database and user in MSSQL using the WCP under the correct domain.&lt;br /&gt;
#Set the database to single user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET SINGLE_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Using SQL Studio Manager restore from backup selecting the file you exported from your previous server.&lt;br /&gt;
#Set the database to multi user mode on the new server.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name ALTER DATABASE [DB_NAME_HERE] SET MULTI_USER WITH NO_WAIT&amp;lt;/pre&amp;gt;&lt;br /&gt;
#To fix user a created user which existed before the database was restored.&lt;br /&gt;
#*&amp;lt;pre&amp;gt;USE database_name Exec sp_change_users_login 'auto_fix','USERNAME'&amp;lt;/pre&amp;gt;&lt;br /&gt;
#In some cases you may continue to receive errors. Try adding double slashes for the file restore paths. Here's a scripted example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RESTORE DATABASE [exampledatabase] FROM  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\Backup\exampledatabase.bak' &lt;br /&gt;
WITH  FILE = 1,  MOVE N'old_database_name_Data' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.mdf',  &lt;br /&gt;
MOVE N'old_database_name_Log' TO N'c:\\Program Files\\Microsoft SQL Server\\MSSQL10_50.SQLEXPRESS\\MSSQL\\DATA\\exampledatabase.LDF',  &lt;br /&gt;
NOUNLOAD,  REPLACE,  STATS = 10&lt;br /&gt;
GO&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Don't forget===&lt;br /&gt;
*Scheduled tasks, add them on the new server remove them from the old.&lt;br /&gt;
*Change the DNS TTL back to default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mail===&lt;br /&gt;
&lt;br /&gt;
====SmarterMail to SmarterMail====&lt;br /&gt;
&lt;br /&gt;
#See the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration] for preparing the MX record and SSL (if applicable). You can however skip the step for creating users / passwords on the new server since you will be moving everything at once.&lt;br /&gt;
#Zip the contents of the {smartermail root}\domains\yourdomain.com.&lt;br /&gt;
#FTP the files from the old server to the new, this can be done by installing a simple FTP client such as FileZilla on the VPS and connecting to the old server.&lt;br /&gt;
#On the new VPS unzip and overwrite the contents {smartermail root}\domains\yourdomain.com. &lt;br /&gt;
#Login to the SmarterMail Webmail interface, &amp;quot;Reload&amp;quot; the domain. This should cause all the users to be revealed, with their inbox, calendar and other assets intact.&lt;br /&gt;
#Complete the &amp;quot;Final Steps&amp;quot; mentioned under [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration].&lt;br /&gt;
&lt;br /&gt;
====Any Provider to Windows &amp;amp; Smartermail====&lt;br /&gt;
&lt;br /&gt;
Easily migrate from any mail service. Move a single mailbox, or an entire domain, from mail services like:&lt;br /&gt;
&lt;br /&gt;
Gmail&lt;br /&gt;
Yahoo!&lt;br /&gt;
Hotmail / Windows Live&lt;br /&gt;
Microsoft Exchange&lt;br /&gt;
Or even mail servers like Merak, iMail and MailEnable&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the [https://wiki.hostek.com/index.php?title=Changing_Hosting_Providers#Keys_for_simple_POP.2FSMTP_Mail_Migration Keys for Simple Mail Migration]. Then follow the steps provided by SmarterMail.&lt;br /&gt;
&lt;br /&gt;
http://portal.smartertools.com/KB/a1937/import-mailbox-data-to-smartermail-from-third-party.aspx&lt;br /&gt;
&lt;br /&gt;
====Why move one domain at a time?====&lt;br /&gt;
If you setup domain X, Y, and Z via WCP, then migrate X from your old server to Hostek. If a user on X tries to email someone on domain Y or Z they'll get a kickback saying &amp;quot;No such user.&amp;quot; This is because you haven't migrated the data over into these other accounts yet. The server will try to send the message locally before it goes &amp;quot;outside&amp;quot; to resolve it's IP address. Setting up new domains &amp;quot;as you go&amp;quot;, will avoid this possibility.&lt;br /&gt;
&lt;br /&gt;
If mail is not involved in the migration, then you may not need to worry about this issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==your-provider to VPS Mail Migration General Information==&lt;br /&gt;
There are various ways to migrate mail from an existing provider. In cases where POP is the method for retrieving mail then simply switching providers in a thoughtful preplanned manner is sufficient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Keys for simple POP/SMTP Mail Migration===&lt;br /&gt;
&lt;br /&gt;
====Preparation Steps for Mail Migration====&lt;br /&gt;
#Create domain on the new server.&lt;br /&gt;
#Setup users &amp;amp; passwords in advance on the new server.&lt;br /&gt;
#Take note of the specific DNS details and modify the TTL. &lt;br /&gt;
#*Note the MX record.&lt;br /&gt;
#*Set the TTL for the MX record to 600 (10 minutes).&lt;br /&gt;
#*If the MX is set to &amp;quot;something.yourdomain.com&amp;quot;, then also change the TTL for the A record &amp;quot;something.yourdomain.com&amp;quot; to 600 (10 minutes).&lt;br /&gt;
#Does your mailserver use SSL? Note, if the SSL mail encryption works for &amp;quot;mail.yourisp.com&amp;quot; and you're moving to a VPS then you will likely have to also purchase and have the certificate installed and insure the exact same type of SSL support works before proceeding.&lt;br /&gt;
&lt;br /&gt;
====Final Steps to complete the Mail Migration====&lt;br /&gt;
#Plan and prepare users with what they should expect. &lt;br /&gt;
#Be sure your mail server is listening on the IP Address you will point the A record to&lt;br /&gt;
#We suggest to create or modify the A record &amp;quot;something.yourdomain.com&amp;quot; if it already exists, when you are ready to make the switch change that A record &amp;quot;something.yourdomain.com&amp;quot; to point at your VPS.&lt;br /&gt;
#When finished change the TTL for the MX record and applicable A record back to it's default (Usually 14400).&lt;br /&gt;
&lt;br /&gt;
*You can use the standard ports for POP/SMTP or IMAP with or without SSL. &lt;br /&gt;
*Alternate Ports for SMTP (26) is pre-configured in our firewall and will just need configured in either SmarterMail or Cpanel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===your-provider Mail Migration any IMAP Mail Server===&lt;br /&gt;
&lt;br /&gt;
'''This can easily apply to migrating from any mail service to Linux with Cpanel.'''&lt;br /&gt;
&lt;br /&gt;
We suggest following the &amp;quot;Preparation Steps&amp;quot; under the Keys for Simple Mail Migration above. It also may be possible to find an application to migrate IMAP mail including calendars &amp;amp; contacts. We suggest checking into &amp;quot;IMAPSync&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows-VPS]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category: Sales]]&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jonc</name></author>	</entry>

	</feed>