<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jcihosting.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Matt</id>
	<title>JCWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jcihosting.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Matt"/>
	<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Special:Contributions/Matt"/>
	<updated>2026-09-01T05:09:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Google_Workspace_DNS_setup&amp;diff=2299</id>
		<title>Google Workspace DNS setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Google_Workspace_DNS_setup&amp;diff=2299"/>
		<updated>2025-11-30T22:07:42Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Top level doc re: how to add and manage domains to work with Google Workspace =&lt;br /&gt;
https://support.google.com/a/topic/3540977&lt;br /&gt;
&lt;br /&gt;
= Basic overview =&lt;br /&gt;
* Verify domain ownership (requires client creating custom TXT record)&lt;br /&gt;
** Add Google MX record&lt;br /&gt;
** Add Google SPF record&lt;br /&gt;
** Add DMARC record &amp;quot;p=none&amp;quot;&lt;br /&gt;
*** Add DKIM record (optional, recommended, requires client creating custom TXT record)&lt;br /&gt;
**** Change DMARC record to &amp;quot;p=reject&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Verify domain ownership =&lt;br /&gt;
https://support.google.com/a/topic/9196&amp;lt;br /&amp;gt;&lt;br /&gt;
Typically domain ownership is verified with a DNS TXT record:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/16018515&amp;lt;br /&amp;gt;&lt;br /&gt;
DNS TEXT record to verify ownership will be unique for each domain and will look like:&lt;br /&gt;
 Type: A&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: &amp;quot;google-site-verification=...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Add MX record =&lt;br /&gt;
Note that previously multiple &amp;quot;aspmx&amp;quot; records were used (and these are still supported for older domains) but going forward all domains can now use this single record:&lt;br /&gt;
 Type: MX&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: smtp.google.com&lt;br /&gt;
&lt;br /&gt;
= Add SPF record =&lt;br /&gt;
This record is the same for all Google Workspace domains. Note that we have modified the Google default by adding &amp;quot;a&amp;quot; to the record to validate against any &amp;quot;A&amp;quot; records in DNS that point to JCI hosting and changing &amp;quot;~all&amp;quot; to &amp;quot;-all&amp;quot; for stricter enforcement.&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: &amp;quot;v=spf1 a include:_spf.google.com -all&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Add DMARC record =&lt;br /&gt;
https://support.google.com/a/answer/2466580&amp;lt;br /&amp;gt;&lt;br /&gt;
All Google Workspace domains can use the same DMARC record(s):&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Name: _dmarc.example.com&lt;br /&gt;
 Initial Value: &amp;quot;v=DMARC1; p=none;&amp;quot;&lt;br /&gt;
 Final Value: &amp;quot;v=DMARC1; p=reject; pct=100; adkim=s; aspf=s;&amp;quot;          &lt;br /&gt;
# Make sure the SPF TXT record is in place first, then add the initial &amp;quot;p=none&amp;quot; DMARC record.&lt;br /&gt;
# Next add DKIM, once that&#039;s in place change DMARC to the final &amp;quot;p=reject&amp;quot; version.&lt;br /&gt;
While techincally DMARC is optional it&#039;s highly recommneded.&amp;lt;br /&amp;gt;&lt;br /&gt;
Additional details from google on a phased rollout:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/10032473&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Add DKIM record =&lt;br /&gt;
Google DKIM setup requires generating a unique DKIM key pair via the Google Admin console:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/174124&amp;lt;br /&amp;gt;&lt;br /&gt;
The key will then look something like:&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Host: google._domainkey.example.com&lt;br /&gt;
 Value: &amp;quot;v=DKIM1; k=rsa; p=...&amp;quot;&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Google_Workspace_DNS_setup&amp;diff=2298</id>
		<title>Google Workspace DNS setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Google_Workspace_DNS_setup&amp;diff=2298"/>
		<updated>2025-11-30T22:03:38Z</updated>

		<summary type="html">&lt;p&gt;Matt: Created page with &amp;quot;= Top level doc re: how to add and manage domains to work with Google Workspace: = https://support.google.com/a/topic/3540977 &amp;lt;br /&amp;gt; = Basic overview: = * Verify domain ownership (requires client creating custom TXT record) ** Add Google MX record ** Add Google SPF record ** Add DMARC record &amp;quot;p=none&amp;quot; *** Add DKIM record (optional, recommended, requires client creating custom TXT record) **** Change DMARC record to &amp;quot;p=reject&amp;quot; &amp;lt;br /&amp;gt; = Verify domain ownership: = https://su...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Top level doc re: how to add and manage domains to work with Google Workspace: =&lt;br /&gt;
https://support.google.com/a/topic/3540977&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Basic overview: =&lt;br /&gt;
* Verify domain ownership (requires client creating custom TXT record)&lt;br /&gt;
** Add Google MX record&lt;br /&gt;
** Add Google SPF record&lt;br /&gt;
** Add DMARC record &amp;quot;p=none&amp;quot;&lt;br /&gt;
*** Add DKIM record (optional, recommended, requires client creating custom TXT record)&lt;br /&gt;
**** Change DMARC record to &amp;quot;p=reject&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Verify domain ownership: =&lt;br /&gt;
https://support.google.com/a/topic/9196&amp;lt;br /&amp;gt;&lt;br /&gt;
Typically domain ownership is verified with a DNS TXT record:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/16018515&amp;lt;br /&amp;gt;&lt;br /&gt;
DNS TEXT record to verify ownership will be unique for each domain and will look like:&lt;br /&gt;
 Type: A&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: &amp;quot;google-site-verification=...&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Add MX record: =&lt;br /&gt;
Note that previously multiple &amp;quot;aspmx&amp;quot; records were used (and these are still supported for older domains) but going forward all domains can now use this single record:&lt;br /&gt;
 Type: MX&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: smtp.google.com&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Add SPF record: =&lt;br /&gt;
This record is the same for all Google Workspace domains. Note that we have modified the Google default by adding &amp;quot;a&amp;quot; to the record to validate against any &amp;quot;A&amp;quot; records in DNS that point to JCI hosting and changing &amp;quot;~all&amp;quot; to &amp;quot;-all&amp;quot; for stricter enforcement.&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Host: @&lt;br /&gt;
 Value: &amp;quot;v=spf1 a include:_spf.google.com -all&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Add DMARC record: =&lt;br /&gt;
https://support.google.com/a/answer/2466580&amp;lt;br /&amp;gt;&lt;br /&gt;
All Google Workspace domains can use the same DMARC record(s):&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Name: _dmarc.example.com&lt;br /&gt;
 Initial Value: &amp;quot;v=DMARC1; p=none;&amp;quot;&lt;br /&gt;
 Final Value: &amp;quot;v=DMARC1; p=reject; pct=100; adkim=s; aspf=s;&amp;quot;          &lt;br /&gt;
# Make sure the SPF TXT record is in place first, then add the initial &amp;quot;p=none&amp;quot; DMARC record.&lt;br /&gt;
# Next add DKIM, once that&#039;s in place change DMARC to the final &amp;quot;p=reject&amp;quot; version.&lt;br /&gt;
While techincally DMARC is optional it&#039;s highly recommneded.&amp;lt;br /&amp;gt;&lt;br /&gt;
Additional details from google on a phased rollout:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/10032473&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
= Add DKIM record: =&lt;br /&gt;
Google DKIM setup requires generating a unique DKIM key pair via the Google Admin console:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://support.google.com/a/answer/174124&amp;lt;br /&amp;gt;&lt;br /&gt;
The key will then look something like:&lt;br /&gt;
 Type: TXT&lt;br /&gt;
 Host: google._domainkey.example.com&lt;br /&gt;
 Value: &amp;quot;v=DKIM1; k=rsa; p=...&amp;quot;&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2297</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2297"/>
		<updated>2025-11-30T21:46:30Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Special:AllPages|All Pages]]&lt;br /&gt;
* [[Payment_System|Payment System]]&lt;br /&gt;
* [[Management_System_/_Public_Website_/_Signup_/_Account_Manager|Management System / Public Website / Signup / Account Manager]]&lt;br /&gt;
* [[New_Signups|New Signups]]&lt;br /&gt;
* [[Shutting_Down_Service|Shutting Down Service]]&lt;br /&gt;
* [[Routine_Maintenance|Routine Maintenance]]&lt;br /&gt;
* Reference&lt;br /&gt;
** [[WHMCS|WHMCS]]&lt;br /&gt;
** [[Google Workspace DNS setup|Google Workspace DNS setup]]&lt;br /&gt;
** [[VPS_Management|VPS Management]]&lt;br /&gt;
** [[Jail_Server_Install|Jail Server Install]]&lt;br /&gt;
** [[Virtuozzo_Server_Install|Virtuozzo Server Install]]&lt;br /&gt;
** [[Infrastructure_Machines|Infrastructure Machines]]&lt;br /&gt;
** [[Colo_Server_Setup|Colo Server Setup]]&lt;br /&gt;
** [[DNS]]&lt;br /&gt;
** [[FreeBSD_Reference|FreeBSD Reference]]&lt;br /&gt;
** [[Virtuozzo_/_Linux_Reference|Virtuozzo / Linux Reference]]&lt;br /&gt;
** [[Cabinetmap]]&lt;br /&gt;
** [[Switch_Control|Switch Control]]&lt;br /&gt;
** [[Private_IP_Mapping|Private IP Mapping]]&lt;br /&gt;
** [[IP_Mapping|IP Mapping]]&lt;br /&gt;
** [[Data_Center_Notes|Data Center Notes]]&lt;br /&gt;
** [[Crash_Reference|Crash Reference]]&lt;br /&gt;
** [[Hardware_Reference|Hardware Reference]]&lt;br /&gt;
** [[ATS]]&lt;br /&gt;
** [[Wiring_Reference|Wiring Reference]]&lt;br /&gt;
** [[Screen]]&lt;br /&gt;
** [[RAID_Cards|RAID Cards]]&lt;br /&gt;
** [[BigBrother]]&lt;br /&gt;
** [[Bandwidth_Management|Bandwidth Management]]&lt;br /&gt;
** [[Network_Time_(ntp)|Network Time (ntp)]]&lt;br /&gt;
** [[DRAC/RMM|DRAC/RMM]]&lt;br /&gt;
** [[Customer_Backups|Customer Backups]]&lt;br /&gt;
** [[DoS_Attacks|DoS Attacks]]&lt;br /&gt;
** [[IPKVM|IPKVM]]&lt;br /&gt;
* [[System-generated_Notifications|System-generated Notifications]]&lt;br /&gt;
* [[Customer_Interaction|Customer Interaction]]&lt;br /&gt;
* [[Backup_Accounts_(rsync.net)| Backup Accounts (rsync.net)]]&lt;br /&gt;
* [[E-Monitoring_notes|E-Monitoring notes]]&lt;br /&gt;
* [[Utopian]]&lt;br /&gt;
* [[Lamphost]]&lt;br /&gt;
* [[NetHere]]&lt;br /&gt;
* [[Todo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced Editing]&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2296</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2296"/>
		<updated>2025-01-17T18:44:33Z</updated>

		<summary type="html">&lt;p&gt;Matt: /* Add existing service */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Following these steps will *not* create an invoice. This is for adding services *before* they are due and then letting automation take over. Billing will happen in the future, on the next due date.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service&amp;quot; select one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2295</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2295"/>
		<updated>2025-01-17T18:43:39Z</updated>

		<summary type="html">&lt;p&gt;Matt: /* Add existing service */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
&lt;br /&gt;
Following these steps will *not* create an invoice. This is for adding services *before* they are due and then letting automation take over. Billing will happen in the future, on the next due date.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service&amp;quot; select one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2294</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2294"/>
		<updated>2025-01-17T18:43:31Z</updated>

		<summary type="html">&lt;p&gt;Matt: /* Add existing service */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS. \&lt;br /&gt;
Following these steps will *not* create an invoice. This is for adding services *before* they are due and then letting automation take over. Billing will happen in the future, on the next due date.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service&amp;quot; select one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2293</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2293"/>
		<updated>2025-01-17T18:43:13Z</updated>

		<summary type="html">&lt;p&gt;Matt: /* Add existing service */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
Following these steps will *not* create an invoice. This is for adding services *before* they are due and then letting automation take over. Billing will happen in the future, on the next due date.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service&amp;quot; select one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2292</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2292"/>
		<updated>2024-10-30T18:11:56Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service&amp;quot; select one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2291</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2291"/>
		<updated>2024-10-30T18:11:31Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service select&amp;quot; one that is closest and enter a &amp;quot;Price Override&amp;quot; as need be.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Once the &amp;quot;Product/Service&amp;quot; is added you can then edit the &amp;quot;Recurring Amount&amp;quot; and &amp;quot;Next Due Date&amp;quot; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2290</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2290"/>
		<updated>2024-10-30T18:10:26Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &amp;quot;Clients -&amp;gt; Add New Client&amp;quot;&lt;br /&gt;
# Select &amp;quot;Orders -&amp;gt; Add New Order&amp;quot;&lt;br /&gt;
# Select the correct &amp;quot;Client&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &amp;quot;Product/Service&amp;quot; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &amp;quot;Product/Service select&amp;quot; one that is closest and enter a &#039;&#039;&#039;Price Override&#039;&#039;&#039; as need be.&lt;br /&gt;
# Once the &#039;&#039;Product/Service&#039;&#039; is added you can then edit the &#039;&#039;Recurring Amount&#039;&#039; and &#039;&#039;Next Due Date&#039;&#039; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2289</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2289"/>
		<updated>2024-10-30T18:09:03Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Add existing service =&lt;br /&gt;
This is how to migrate a customer from the legacy LH or JC systems to WHMCS.&lt;br /&gt;
# First add the customer to WHMCS. This can be done one of two ways:&lt;br /&gt;
#: - Have the customer register themselves at https://cp.jcihosting.com/register.php&lt;br /&gt;
#: - Add the customer via the admin by going to &#039;&#039;Clients -&amp;gt; Add New Client&#039;&#039;&lt;br /&gt;
# Select &#039;&#039;Orders -&amp;gt; Add New Order&#039;&#039;&lt;br /&gt;
# Select the correct &#039;&#039;Client&#039;&#039;&lt;br /&gt;
# Set &#039;&#039;Order Status&#039;&#039; to &#039;&#039;active&#039;&#039;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Fill out the &#039;&#039;Product/Service&#039;&#039; section.&lt;br /&gt;
#: If there isn&#039;t an exact match for the &#039;&#039;Product/Service select&#039;&#039; one that is closest and enter a &#039;&#039;Price Override&#039;&#039; as need be.&lt;br /&gt;
# Once the &#039;&#039;Product/Service&#039;&#039; is added you can then edit the &#039;&#039;Recurring Amount&#039;&#039; and &#039;&#039;Next Due Date&#039;&#039; as need be.&lt;br /&gt;
&lt;br /&gt;
= Import existing domain registrations into WHMCS =&lt;br /&gt;
This is how to import existing domain registrations into WHMCS from the JC or LH systems. This assumes the users account has already been added to WHMCS.&lt;br /&gt;
# View/Search Clients&lt;br /&gt;
# Click ID&lt;br /&gt;
# Under &amp;quot;Products/Services&amp;quot; click &amp;quot;Add New Order&amp;quot;&lt;br /&gt;
# Set &amp;quot;Order Status&amp;quot; to &amp;quot;Active&amp;quot;&lt;br /&gt;
# Uncheck these boxes:&lt;br /&gt;
#: - Order Confirmation&lt;br /&gt;
#: - Generate Invoice&lt;br /&gt;
#: - Send Email&lt;br /&gt;
# Skip the &amp;quot;Product/Service&amp;quot; section (leave Product/Service set to None)&lt;br /&gt;
# Under &amp;quot;Domain Registration&amp;quot; for &amp;quot;Registration Type&amp;quot; select &amp;quot;Registration&amp;quot;&lt;br /&gt;
# Enter domain name.&lt;br /&gt;
# If you need to add more registrations click &amp;quot;Add Another Domain&amp;quot;, select &amp;quot;Registration&amp;quot;, and enter another domain name. Do this as many times as needed.&lt;br /&gt;
# Submit Order&lt;br /&gt;
# Go back to client summary page and select &amp;quot;Domains&amp;quot;.&lt;br /&gt;
# Set &amp;quot;Registrar&amp;quot; to Enom &amp;amp; click &amp;quot;Save Changes&amp;quot; for each domain.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Expiry Date&amp;quot; &amp;amp; &amp;quot;Next Due Date&amp;quot; will automatically synced by the WHMCS system once the registrar is set to Enom. A domain sync cron job runs every four hours. To force an immediate sync run this command on tux as user jci:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/usr/bin/php -q /srv/www/cp.jcihosting.com/crons/cron.php do --DomainStatusSync&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2288</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2288"/>
		<updated>2024-10-07T23:53:47Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Special:AllPages|All Pages]]&lt;br /&gt;
* [[Payment_System|Payment System]]&lt;br /&gt;
* [[Management_System_/_Public_Website_/_Signup_/_Account_Manager|Management System / Public Website / Signup / Account Manager]]&lt;br /&gt;
* [[New_Signups|New Signups]]&lt;br /&gt;
* [[Shutting_Down_Service|Shutting Down Service]]&lt;br /&gt;
* [[Routine_Maintenance|Routine Maintenance]]&lt;br /&gt;
* Reference&lt;br /&gt;
** [[WHMCS|WHMCS]]&lt;br /&gt;
** [[VPS_Management|VPS Management]]&lt;br /&gt;
** [[Jail_Server_Install|Jail Server Install]]&lt;br /&gt;
** [[Virtuozzo_Server_Install|Virtuozzo Server Install]]&lt;br /&gt;
** [[Infrastructure_Machines|Infrastructure Machines]]&lt;br /&gt;
** [[Colo_Server_Setup|Colo Server Setup]]&lt;br /&gt;
** [[DNS]]&lt;br /&gt;
** [[FreeBSD_Reference|FreeBSD Reference]]&lt;br /&gt;
** [[Virtuozzo_/_Linux_Reference|Virtuozzo / Linux Reference]]&lt;br /&gt;
** [[Cabinetmap]]&lt;br /&gt;
** [[Switch_Control|Switch Control]]&lt;br /&gt;
** [[Private_IP_Mapping|Private IP Mapping]]&lt;br /&gt;
** [[IP_Mapping|IP Mapping]]&lt;br /&gt;
** [[Data_Center_Notes|Data Center Notes]]&lt;br /&gt;
** [[Crash_Reference|Crash Reference]]&lt;br /&gt;
** [[Hardware_Reference|Hardware Reference]]&lt;br /&gt;
** [[ATS]]&lt;br /&gt;
** [[Wiring_Reference|Wiring Reference]]&lt;br /&gt;
** [[Screen]]&lt;br /&gt;
** [[RAID_Cards|RAID Cards]]&lt;br /&gt;
** [[BigBrother]]&lt;br /&gt;
** [[Bandwidth_Management|Bandwidth Management]]&lt;br /&gt;
** [[Network_Time_(ntp)|Network Time (ntp)]]&lt;br /&gt;
** [[DRAC/RMM|DRAC/RMM]]&lt;br /&gt;
** [[Customer_Backups|Customer Backups]]&lt;br /&gt;
** [[DoS_Attacks|DoS Attacks]]&lt;br /&gt;
** [[IPKVM|IPKVM]]&lt;br /&gt;
* [[System-generated_Notifications|System-generated Notifications]]&lt;br /&gt;
* [[Customer_Interaction|Customer Interaction]]&lt;br /&gt;
* [[Backup_Accounts_(rsync.net)| Backup Accounts (rsync.net)]]&lt;br /&gt;
* [[E-Monitoring_notes|E-Monitoring notes]]&lt;br /&gt;
* [[Utopian]]&lt;br /&gt;
* [[Lamphost]]&lt;br /&gt;
* [[NetHere]]&lt;br /&gt;
* [[Todo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced Editing]&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2286</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2286"/>
		<updated>2024-09-09T21:58:05Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
# Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
# Uncheck Registrar Lock.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Click Modify Contact Details.&lt;br /&gt;
# Change the registrant email address to your address.&lt;br /&gt;
# Click Save Changes.&lt;br /&gt;
# Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
# Note the displayed EPP code.&lt;br /&gt;
# Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
# Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2285</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2285"/>
		<updated>2024-09-09T21:57:30Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
* Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
* Uncheck Registrar Lock.&lt;br /&gt;
* Click Save Changes.&lt;br /&gt;
* Click Modify Contact Details.&lt;br /&gt;
* Change the registrant email address to your address.&lt;br /&gt;
* Click Save Changes.&lt;br /&gt;
* Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
* Note the displayed EPP code.&lt;br /&gt;
* Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
* Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2284</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2284"/>
		<updated>2024-09-09T21:57:03Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
* Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
* Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Modify Contact Details.&amp;lt;br&amp;gt;&lt;br /&gt;
Change the registrant email address to your address.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&amp;lt;br&amp;gt;&lt;br /&gt;
Note the displayed EPP code.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Transfer.&amp;lt;br&amp;gt;&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2283</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2283"/>
		<updated>2024-09-09T21:56:55Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
* Go to Clients &amp;gt; Domain Registrations and select the desired domain.&amp;lt;br&amp;gt;&lt;br /&gt;
* Uncheck Registrar Lock.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Modify Contact Details.&amp;lt;br&amp;gt;&lt;br /&gt;
Change the registrant email address to your address.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&amp;lt;br&amp;gt;&lt;br /&gt;
Note the displayed EPP code.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Transfer.&amp;lt;br&amp;gt;&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2282</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2282"/>
		<updated>2024-09-09T21:56:18Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&amp;lt;br&amp;gt;&lt;br /&gt;
Uncheck Registrar Lock.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Modify Contact Details.&amp;lt;br&amp;gt;&lt;br /&gt;
Change the registrant email address to your address.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&amp;lt;br&amp;gt;&lt;br /&gt;
Note the displayed EPP code.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Transfer.&amp;lt;br&amp;gt;&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&amp;lt;br&amp;gt;&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&amp;lt;br&amp;gt;&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTES:&amp;lt;br&amp;gt;&lt;br /&gt;
Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&amp;lt;br&amp;gt;&lt;br /&gt;
After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2281</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2281"/>
		<updated>2024-09-09T21:55:39Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars =&lt;br /&gt;
For example, transfer an existing domain registration from OpenSRS to Enom.&amp;lt;br&amp;gt;&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&amp;lt;br&amp;gt;&lt;br /&gt;
Uncheck Registrar Lock.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Save Changes.&amp;lt;br&amp;gt;&lt;br /&gt;
Click Modify Contact Details.  &lt;br /&gt;
Change the registrant email address to your address.  &lt;br /&gt;
Click Save Changes.  &lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.  &lt;br /&gt;
Note the displayed EPP code.  &lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.  &lt;br /&gt;
Click Transfer.  &lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.  &lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.  &lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.  &lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.  &lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer  &lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2280</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2280"/>
		<updated>2024-09-09T21:51:55Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars (e.g. FROM OpenSRS TO Enom) =&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.  &lt;br /&gt;
Uncheck Registrar Lock.  &lt;br /&gt;
Click Save Changes.  &lt;br /&gt;
Click Modify Contact Details.  &lt;br /&gt;
Change the registrant email address to your address.  &lt;br /&gt;
Click Save Changes.  &lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.  &lt;br /&gt;
Note the displayed EPP code.  &lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.  &lt;br /&gt;
Click Transfer.  &lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.  &lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.  &lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.  &lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.  &lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer  &lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2279</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2279"/>
		<updated>2024-09-09T21:51:34Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars (e.g. FROM OpenSRS TO Enom) =&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain. &lt;br /&gt;
Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Click Modify Contact Details.&lt;br /&gt;
Change the registrant email address to your address.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
Note the displayed EPP code.&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.  &lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer  &lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2278</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2278"/>
		<updated>2024-09-09T21:51:28Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars (e.g. FROM OpenSRS TO Enom) =&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Click Modify Contact Details.&lt;br /&gt;
Change the registrant email address to your address.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
Note the displayed EPP code.&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.  &lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer  &lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2277</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2277"/>
		<updated>2024-09-09T21:51:21Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars (e.g. FROM OpenSRS TO Enom) =&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Click Modify Contact Details.&lt;br /&gt;
Change the registrant email address to your address.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
Note the displayed EPP code.&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.  &lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2276</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2276"/>
		<updated>2024-09-09T21:51:10Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Transfer domain between registrars (e.g. FROM OpenSRS TO Enom) =&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Click Modify Contact Details.&lt;br /&gt;
Change the registrant email address to your address.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
Note the displayed EPP code.&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2275</id>
		<title>WHMCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=WHMCS&amp;diff=2275"/>
		<updated>2024-09-09T21:49:14Z</updated>

		<summary type="html">&lt;p&gt;Matt: Created page with &amp;quot;Transfer domain between registrars (e.g. FROM OpenSRS TO Enom)  Go to Clients &amp;gt; Domain Registrations and select the desired domain. Uncheck Registrar Lock. Click Save Changes. Click Modify Contact Details. Change the registrant email address to your address. Click Save Changes. Return to the client’s Domains tab and click Get EPP Code. Note the displayed EPP code. Select the new domain registrar from the Registrar menu &amp;amp; SAVE. Click Transfer. You will see a confirmatio...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Transfer domain between registrars (e.g. FROM OpenSRS TO Enom)&lt;br /&gt;
&lt;br /&gt;
Go to Clients &amp;gt; Domain Registrations and select the desired domain.&lt;br /&gt;
Uncheck Registrar Lock.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Click Modify Contact Details.&lt;br /&gt;
Change the registrant email address to your address.&lt;br /&gt;
Click Save Changes.&lt;br /&gt;
Return to the client’s Domains tab and click Get EPP Code.&lt;br /&gt;
Note the displayed EPP code.&lt;br /&gt;
Select the new domain registrar from the Registrar menu &amp;amp; SAVE.&lt;br /&gt;
Click Transfer.&lt;br /&gt;
You will see a confirmation message indicating that the transfer initiated successfully.&lt;br /&gt;
The client’s Domains tab may display an error message from the new registrar, but this will disappear when the transfer process is complete.&lt;br /&gt;
After the transfer process is complete, click Modify Contact Details, change the registrant email address back to the client’s own address, and click Save Changes.&lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
    Modify contact details to avoid client having to handle confirmation emails. If you leave contact details as-is the client will receive one or more confirmation emails.&lt;br /&gt;
    This procedure did not bill for the transfer. Normally we will want to charge the client for a  &amp;quot;renewal&amp;quot; as part of this transfer&lt;br /&gt;
    After transferring or changing contact info there may be an email requiring confirmation of new contact info. It is required to approve these or the domain gets suspended.&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2274</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2274"/>
		<updated>2024-09-09T21:48:22Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Special:AllPages|All Pages]]&lt;br /&gt;
* [[WHMCS|WHMCS]]&lt;br /&gt;
* [[Payment_System|Payment System]]&lt;br /&gt;
* [[Management_System_/_Public_Website_/_Signup_/_Account_Manager|Management System / Public Website / Signup / Account Manager]]&lt;br /&gt;
* [[New_Signups|New Signups]]&lt;br /&gt;
* [[Shutting_Down_Service|Shutting Down Service]]&lt;br /&gt;
* [[Routine_Maintenance|Routine Maintenance]]&lt;br /&gt;
* Reference&lt;br /&gt;
** [[VPS_Management|VPS Management]]&lt;br /&gt;
** [[Jail_Server_Install|Jail Server Install]]&lt;br /&gt;
** [[Virtuozzo_Server_Install|Virtuozzo Server Install]]&lt;br /&gt;
** [[Infrastructure_Machines|Infrastructure Machines]]&lt;br /&gt;
** [[Colo_Server_Setup|Colo Server Setup]]&lt;br /&gt;
** [[DNS]]&lt;br /&gt;
** [[FreeBSD_Reference|FreeBSD Reference]]&lt;br /&gt;
** [[Virtuozzo_/_Linux_Reference|Virtuozzo / Linux Reference]]&lt;br /&gt;
** [[Cabinetmap]]&lt;br /&gt;
** [[Switch_Control|Switch Control]]&lt;br /&gt;
** [[Private_IP_Mapping|Private IP Mapping]]&lt;br /&gt;
** [[IP_Mapping|IP Mapping]]&lt;br /&gt;
** [[Data_Center_Notes|Data Center Notes]]&lt;br /&gt;
** [[Crash_Reference|Crash Reference]]&lt;br /&gt;
** [[Hardware_Reference|Hardware Reference]]&lt;br /&gt;
** [[ATS]]&lt;br /&gt;
** [[Wiring_Reference|Wiring Reference]]&lt;br /&gt;
** [[Screen]]&lt;br /&gt;
** [[RAID_Cards|RAID Cards]]&lt;br /&gt;
** [[BigBrother]]&lt;br /&gt;
** [[Bandwidth_Management|Bandwidth Management]]&lt;br /&gt;
** [[Network_Time_(ntp)|Network Time (ntp)]]&lt;br /&gt;
** [[DRAC/RMM|DRAC/RMM]]&lt;br /&gt;
** [[Customer_Backups|Customer Backups]]&lt;br /&gt;
** [[DoS_Attacks|DoS Attacks]]&lt;br /&gt;
** [[IPKVM|IPKVM]]&lt;br /&gt;
* [[System-generated_Notifications|System-generated Notifications]]&lt;br /&gt;
* [[Customer_Interaction|Customer Interaction]]&lt;br /&gt;
* [[Backup_Accounts_(rsync.net)| Backup Accounts (rsync.net)]]&lt;br /&gt;
* [[E-Monitoring_notes|E-Monitoring notes]]&lt;br /&gt;
* [[Utopian]]&lt;br /&gt;
* [[Lamphost]]&lt;br /&gt;
* [[NetHere]]&lt;br /&gt;
* [[Todo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced Editing]&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
	<entry>
		<id>https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2273</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcihosting.com/index.php?title=Main_Page&amp;diff=2273"/>
		<updated>2024-09-09T21:47:19Z</updated>

		<summary type="html">&lt;p&gt;Matt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Special:AllPages|All Pages]]&lt;br /&gt;
* [[Special:WHMCS|WHMCS]]&lt;br /&gt;
* [[Payment_System|Payment System]]&lt;br /&gt;
* [[Management_System_/_Public_Website_/_Signup_/_Account_Manager|Management System / Public Website / Signup / Account Manager]]&lt;br /&gt;
* [[New_Signups|New Signups]]&lt;br /&gt;
* [[Shutting_Down_Service|Shutting Down Service]]&lt;br /&gt;
* [[Routine_Maintenance|Routine Maintenance]]&lt;br /&gt;
* Reference&lt;br /&gt;
** [[VPS_Management|VPS Management]]&lt;br /&gt;
** [[Jail_Server_Install|Jail Server Install]]&lt;br /&gt;
** [[Virtuozzo_Server_Install|Virtuozzo Server Install]]&lt;br /&gt;
** [[Infrastructure_Machines|Infrastructure Machines]]&lt;br /&gt;
** [[Colo_Server_Setup|Colo Server Setup]]&lt;br /&gt;
** [[DNS]]&lt;br /&gt;
** [[FreeBSD_Reference|FreeBSD Reference]]&lt;br /&gt;
** [[Virtuozzo_/_Linux_Reference|Virtuozzo / Linux Reference]]&lt;br /&gt;
** [[Cabinetmap]]&lt;br /&gt;
** [[Switch_Control|Switch Control]]&lt;br /&gt;
** [[Private_IP_Mapping|Private IP Mapping]]&lt;br /&gt;
** [[IP_Mapping|IP Mapping]]&lt;br /&gt;
** [[Data_Center_Notes|Data Center Notes]]&lt;br /&gt;
** [[Crash_Reference|Crash Reference]]&lt;br /&gt;
** [[Hardware_Reference|Hardware Reference]]&lt;br /&gt;
** [[ATS]]&lt;br /&gt;
** [[Wiring_Reference|Wiring Reference]]&lt;br /&gt;
** [[Screen]]&lt;br /&gt;
** [[RAID_Cards|RAID Cards]]&lt;br /&gt;
** [[BigBrother]]&lt;br /&gt;
** [[Bandwidth_Management|Bandwidth Management]]&lt;br /&gt;
** [[Network_Time_(ntp)|Network Time (ntp)]]&lt;br /&gt;
** [[DRAC/RMM|DRAC/RMM]]&lt;br /&gt;
** [[Customer_Backups|Customer Backups]]&lt;br /&gt;
** [[DoS_Attacks|DoS Attacks]]&lt;br /&gt;
** [[IPKVM|IPKVM]]&lt;br /&gt;
* [[System-generated_Notifications|System-generated Notifications]]&lt;br /&gt;
* [[Customer_Interaction|Customer Interaction]]&lt;br /&gt;
* [[Backup_Accounts_(rsync.net)| Backup Accounts (rsync.net)]]&lt;br /&gt;
* [[E-Monitoring_notes|E-Monitoring notes]]&lt;br /&gt;
* [[Utopian]]&lt;br /&gt;
* [[Lamphost]]&lt;br /&gt;
* [[NetHere]]&lt;br /&gt;
* [[Todo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://meta.wikimedia.org/wiki/Help:Advanced_editing Advanced Editing]&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
</feed>