{"id":900314,"date":"2026-08-19T07:03:53","date_gmt":"2026-08-19T11:03:53","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?page_id=900314"},"modified":"2026-08-21T14:54:42","modified_gmt":"2026-08-21T18:54:42","slug":"central","status":"publish","type":"page","link":"https:\/\/www.inmotionhosting.com\/support\/central\/","title":{"rendered":"InMotion Central"},"content":{"rendered":"\n<style>\n\/* InMotion Central landing (matches ENG7-3550 Variant B routing-first mockup) *\/\n.imh-pg, .imh-pg-divider {\n  --imh-red: #C52228;\n  --imh-blue: #2245C4;\n  --imh-blue-dark: #1B3699;\n  --imh-navy: #1B2C6B;\n  --imh-text-muted: #373737;\n  --imh-text-subtle: #6F6F6F;\n  --imh-border: #E5E5E8;\n  --imh-border-strong: #CDCDCD;\n  --imh-bg-alt: #F6F6F8;\n  --imh-radius: 4px;\n}\n.imh-pg-divider { border-top: 1px solid var(--imh-border); margin: 32px 0; }\n\ndiv.imh-pg { padding: 4px 0 12px; }\ndiv.imh-pg h2 {\n  font-weight: 500 !important;\n  font-size: 24px !important;\n  line-height: 1.2 !important;\n  color: var(--imh-red) !important;\n  margin: 0 0 14px !important;\n}\ndiv.imh-pg .pg-section-intro {\n  font-size: 15px;\n  line-height: 1.65;\n  margin: 0 0 18px;\n}\ndiv.imh-pg a { color: var(--imh-blue); text-decoration: none; }\ndiv.imh-pg a:hover { color: var(--imh-red); text-decoration: underline; }\ndiv.imh-pg .card-icon { width: 26px; height: 26px; flex: 0 0 auto; color: var(--imh-blue); }\ndiv.imh-pg .card-icon svg { width: 100%; height: 100%; display: block; }\ndiv.imh-pg .card-icon svg, div.imh-pg .card-icon svg * { fill: none !important; stroke: currentColor; }\n\n\/* Product router cards *\/\ndiv.imh-pg .product-cards {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 18px;\n  margin: 6px 0 8px;\n}\ndiv.imh-pg .product-card {\n  background: #fff;\n  border: 1px solid var(--imh-border-strong);\n  border-top: 3px solid var(--imh-blue-dark);\n  border-radius: var(--imh-radius);\n  padding: 20px 16px 16px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\ndiv.imh-pg .product-card .card-icon { width: 32px; height: 32px; margin-bottom: 10px; }\ndiv.imh-pg .product-card h3 {\n  font-weight: 600 !important;\n  font-size: 16px !important;\n  line-height: 1.25 !important;\n  color: #1a1a1a !important;\n  margin: 0 0 8px !important;\n}\ndiv.imh-pg .product-card p {\n  font-size: 13px;\n  color: var(--imh-text-muted);\n  line-height: 1.55;\n  margin: 0 0 14px;\n  flex: 1;\n}\ndiv.imh-pg .product-card a.card-link { font-size: 13px; font-weight: 600; }\n\n\/* Topic cards *\/\ndiv.imh-pg .topic-cards {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin: 6px 0 8px;\n}\ndiv.imh-pg .topic-card {\n  background: #fff;\n  border: 1px solid var(--imh-border-strong);\n  border-radius: var(--imh-radius);\n  padding: 18px 20px 14px;\n  display: flex;\n  flex-direction: column;\n}\ndiv.imh-pg .topic-head {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding-bottom: 12px;\n  border-bottom: 1px solid var(--imh-border);\n  margin-bottom: 10px;\n}\ndiv.imh-pg .topic-head h3 {\n  font-weight: 600 !important;\n  font-size: 17px !important;\n  line-height: 1.2 !important;\n  color: #1a1a1a !important;\n  margin: 0 !important;\n}\ndiv.imh-pg .topic-card ul { list-style: none; padding: 0; margin: 0 0 12px; flex: 1; }\ndiv.imh-pg .topic-card ul li {\n  font-size: 14px;\n  line-height: 1.5;\n  margin: 0 0 9px;\n  padding-left: 16px;\n  position: relative;\n}\ndiv.imh-pg .topic-card ul li::before {\n  content: \"\\203A\";\n  position: absolute;\n  left: 2px;\n  top: -1px;\n  color: var(--imh-blue);\n  font-weight: 600;\n}\ndiv.imh-pg .topic-card .ext-badge {\n  display: inline-block;\n  font-size: 10px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  color: var(--imh-text-subtle);\n  border: 1px solid var(--imh-border-strong);\n  border-radius: 3px;\n  padding: 1px 6px;\n  margin-left: 6px;\n  vertical-align: 1px;\n}\ndiv.imh-pg .topic-card .view-all {\n  border-top: 1px solid var(--imh-border);\n  padding-top: 10px;\n  font-size: 13px;\n  font-weight: 600;\n}\n\n\/* Product documentation depth cards *\/\ndiv.imh-pg .depth-cards {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin: 6px 0 8px;\n}\ndiv.imh-pg .depth-card {\n  background: #fff;\n  border: 1px solid var(--imh-border-strong);\n  border-radius: var(--imh-radius);\n  padding: 22px 22px 20px;\n  display: flex;\n  flex-direction: column;\n}\ndiv.imh-pg .depth-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }\ndiv.imh-pg .depth-head h3 {\n  font-weight: 600 !important;\n  font-size: 18px !important;\n  line-height: 1.2 !important;\n  color: #1a1a1a !important;\n  margin: 0 !important;\n}\ndiv.imh-pg .depth-card p.depth-desc {\n  font-size: 14px;\n  color: var(--imh-text-muted);\n  line-height: 1.6;\n  margin: 0 0 12px;\n}\ndiv.imh-pg .depth-card ul { list-style: none; padding: 0; margin: 0 0 18px; flex: 1; }\ndiv.imh-pg .depth-card ul li {\n  font-size: 14px;\n  line-height: 1.5;\n  margin: 0 0 9px;\n  padding-left: 16px;\n  position: relative;\n}\ndiv.imh-pg .depth-card ul li::before {\n  content: \"\\203A\";\n  position: absolute;\n  left: 2px;\n  top: -1px;\n  color: var(--imh-blue);\n  font-weight: 600;\n}\ndiv.imh-pg a.pg-btn-solid {\n  display: block;\n  text-align: center;\n  background: var(--imh-blue);\n  color: #fff;\n  font-size: 14px;\n  font-weight: 600;\n  border-radius: var(--imh-radius);\n  padding: 11px 16px;\n}\ndiv.imh-pg a.pg-btn-solid:hover { background: var(--imh-blue-dark); color: #fff; text-decoration: none; }\n\n@media (max-width: 780px) {\n  div.imh-pg .topic-cards, div.imh-pg .depth-cards { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<div class=\"imh-pg\">\n  <h2>Which Product Are You Using?<\/h2>\n  <p class=\"pg-section-intro\"><strong>InMotion Central<\/strong> is the dashboard for UltraStack ONE for WordPress, InMotion Cloud, and Titan Email. Account settings, projects, teams, and billing for those products live in Central, while the guides for your servers, sites, and cloud resources live in each product&#8217;s own knowledge base. Start with your product below, or scroll down for guides on <a href=\"#using-central\">using Central itself<\/a>.<\/p>\n\n  <div class=\"product-cards\">\n    <div class=\"product-card\">\n      <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M17.5 19a4.5 4.5 0 0 0 .9-8.91A6 6 0 0 0 6.7 8.8 5 5 0 0 0 7 19h10.5z\"\/><\/svg><\/span>\n      <h3>InMotion Cloud<\/h3>\n      <p>Instances, volumes, networking, security groups, and the OpenStack Horizon dashboard.<\/p>\n      <a class=\"card-link\" href=\"https:\/\/inmotioncloud.com\/support\">Cloud Knowledge Base &#8599;<\/a>\n    <\/div>\n    <div class=\"product-card\">\n      <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"7\" rx=\"1.5\"\/><rect x=\"3\" y=\"13\" width=\"18\" height=\"7\" rx=\"1.5\"\/><line x1=\"7\" y1=\"7.5\" x2=\"7\" y2=\"7.5\"\/><line x1=\"7\" y1=\"16.5\" x2=\"7\" y2=\"16.5\"\/><\/svg><\/span>\n      <h3>UltraStack ONE<\/h3>\n      <p>Your UltraStack VPS, WordPress migrations, plugins, themes, caching, and backups.<\/p>\n      <a class=\"card-link\" href=\"\/support\/product-guides\/ultrastack-one\/\">UltraStack ONE Guides<\/a>\n    <\/div>\n    <div class=\"product-card\">\n      <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1.5\"\/><path d=\"M3.5 6.5 12 13l8.5-6.5\"\/><\/svg><\/span>\n      <h3>Professional Email<\/h3>\n      <p>Mailbox setup, mail client configuration, and email deliverability.<\/p>\n      <a class=\"card-link\" href=\"\/support\/email\/professional-email\/\">Email Guides<\/a>\n    <\/div>\n    <div class=\"product-card\">\n      <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M3 12h18M12 3c2.5 2.6 3.8 5.7 3.8 9S14.5 18.4 12 21c-2.5-2.6-3.8-5.7-3.8-9S9.5 5.6 12 3z\"\/><\/svg><\/span>\n      <h3>Domains<\/h3>\n      <p>Registration, transfers, nameservers, DNS records, and renewals.<\/p>\n      <a class=\"card-link\" href=\"\/support\/domain-names\/\">Domain Guides<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<div class=\"imh-pg-divider\"><\/div>\n\n\n\n<div class=\"imh-pg\" id=\"using-central\">\n  <h2>Using InMotion Central<\/h2>\n  <p class=\"pg-section-intro\">Account-wide tasks that work the same way whether you use Central for UltraStack ONE, InMotion Cloud, or Titan Email.<\/p>\n\n  <div class=\"topic-cards\">\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"1.5\"\/><path d=\"M8 10V7a4 4 0 0 1 8 0v3\"\/><\/svg><\/span>\n        <h3>Getting Started &amp; Logging In<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/starting-from-scratch\/\">Starting From Scratch with Your UltraStack VPS<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/account\/verify-account-email\/\">How to Verify Your Email Address for InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/releases-updates\/platform-i-release-v3-1\/\">Release Update: InMotion Central v3.1<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/account\/\">View all account articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 7a1.5 1.5 0 0 1 1.5-1.5h5L12 8h7.5A1.5 1.5 0 0 1 21 9.5v8A1.5 1.5 0 0 1 19.5 19h-15A1.5 1.5 0 0 1 3 17.5V7z\"\/><\/svg><\/span>\n        <h3>Projects<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/projects\/create-a-new-project\/\">How to Create a New Project With InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/projects\/site-url\/\">Using the Site URL Tool in InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/projects\/central-file-manager\/\">Using the File Manager with InMotion Central<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/projects\/\">View all project articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"9\" cy=\"8.5\" r=\"3.2\"\/><path d=\"M3.5 19c.7-3 2.9-4.7 5.5-4.7s4.8 1.7 5.5 4.7\"\/><circle cx=\"16.8\" cy=\"9.5\" r=\"2.5\"\/><path d=\"M15.6 14.6c2.7-.3 4.6 1.3 5 4.4\"\/><\/svg><\/span>\n        <h3>Accounts &amp; Teams<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/teams\/managing-teams\/\">How to Create and Manage Teams<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/account\/profile-settings\/\">View &amp; Change Profile Settings<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/account\/verify-account-email\/\">How to Verify Your Email Address<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/teams\/\">View all team articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"6\" width=\"18\" height=\"13\" rx=\"1.5\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><line x1=\"6.5\" y1=\"15\" x2=\"10.5\" y2=\"15\"\/><\/svg><\/span>\n        <h3>Billing &amp; Invoices<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/account\/update-billing\/\">Updating Your Billing Information<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/account\/subscriptions-receipts\/\">Managing Subscriptions &amp; Receipts<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/servers\/upgrade-downgrade\/\">How to Upgrade or Downgrade Your UltraStack VPS<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/account\/\">View all billing articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M3 12h18M12 3c2.5 2.6 3.8 5.7 3.8 9S14.5 18.4 12 21c-2.5-2.6-3.8-5.7-3.8-9S9.5 5.6 12 3z\"\/><\/svg><\/span>\n        <h3>Domains<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/domains\/dns-management\/\">How to Manage DNS Records in InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/domains\/add-domain\/\">How to Add an Existing Domain<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/domains\/register-domain\/\">How to Register &amp; Manage a Domain<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/domains\/\">View all domain articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1.5\"\/><path d=\"M3.5 6.5 12 13l8.5-6.5\"\/><\/svg><\/span>\n        <h3>Email<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/emails\/create-email-account-inmotion-central\/\">How to Create an Email Account in InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/emails\/email-settings-inmotion-central\/\">How to Find Your Email Settings<\/a><\/li>\n        <li><a href=\"\/support\/email\/spf-dkim-dmarc-setup-guide\/\">SPF, DKIM, DMARC, and PTR Records: Complete Setup Guide<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/emails\/\">View all email articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 11.5a7.5 7.5 0 0 1-7.5 7.5c-1.2 0-2.4-.3-3.4-.8L5 19.5l1.3-4.1A7.5 7.5 0 1 1 21 11.5z\"\/><\/svg><\/span>\n        <h3>Support Requests<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/central\/help\/get-support\/\">How to Get Support for InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/help\/connection-error\/\">How to Fix a Connection Error in InMotion Central<\/a><\/li>\n        <li><a href=\"\/support\/questions\/\">Ask the Community Support Forum<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/help\/\">View all support articles &rsaquo;<\/a><\/div>\n    <\/div>\n\n    <div class=\"topic-card\">\n      <div class=\"topic-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M3 12h4l2.5-6 4 12L16 12h5\"\/><\/svg><\/span>\n        <h3>System Status &amp; Releases<\/h3>\n      <\/div>\n      <ul>\n        <li><a href=\"https:\/\/status.inmotionhosting.com\">InMotion Hosting System Status<\/a><span class=\"ext-badge\">External<\/span><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/releases-updates\/\">InMotion Central Releases &amp; Updates<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/releases-updates\/platform-i-release-v3-1\/\">Release Update: InMotion Central v3.1<\/a><\/li>\n      <\/ul>\n      <div class=\"view-all\"><a href=\"\/support\/product-guides\/central\/releases-updates\/\">View all release notes &rsaquo;<\/a><\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<div class=\"imh-pg-divider\"><\/div>\n\n\n\n<div class=\"imh-pg\">\n  <h2>Product Documentation in Depth<\/h2>\n  <p class=\"pg-section-intro\">Each product Central manages has its own full knowledge base. These are the places to go for anything specific to your server, cloud resources, or WordPress sites.<\/p>\n\n  <div class=\"depth-cards\">\n\n    <div class=\"depth-card\">\n      <div class=\"depth-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M17.5 19a4.5 4.5 0 0 0 .9-8.91A6 6 0 0 0 6.7 8.8 5 5 0 0 0 7 19h10.5z\"\/><\/svg><\/span>\n        <h3>InMotion Cloud<\/h3>\n      <\/div>\n      <p class=\"depth-desc\">Managed private cloud built on OpenStack. Launch and resize instances, attach volumes, configure networking and security groups, and work in the Horizon dashboard.<\/p>\n      <ul>\n        <li><a href=\"https:\/\/inmotioncloud.com\/support\/first-30-minutes-inmotion-cloud\">Start Here: Your First 30 Minutes on InMotion Cloud<\/a><\/li>\n        <li><a href=\"https:\/\/inmotioncloud.com\/support\/how-to-access-the-openstack-horizon-dashboard\">How to Access the OpenStack Horizon Dashboard<\/a><\/li>\n        <li><a href=\"https:\/\/inmotioncloud.com\/support\/creating-and-managing-volumes-in-openstack-horizon\">Creating and Managing Volumes in OpenStack Horizon<\/a><\/li>\n        <li><a href=\"https:\/\/inmotioncloud.com\/support\/managing-security-groups-and-rules-in-openstack\">Managing Security Groups and Rules in OpenStack<\/a><\/li>\n      <\/ul>\n      <a class=\"pg-btn-solid\" href=\"https:\/\/inmotioncloud.com\/support\">InMotion Cloud Knowledge Base &#8599;<\/a>\n    <\/div>\n\n    <div class=\"depth-card\">\n      <div class=\"depth-head\">\n        <span class=\"card-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"7\" rx=\"1.5\"\/><rect x=\"3\" y=\"13\" width=\"18\" height=\"7\" rx=\"1.5\"\/><line x1=\"7\" y1=\"7.5\" x2=\"7\" y2=\"7.5\"\/><line x1=\"7\" y1=\"16.5\" x2=\"7\" y2=\"16.5\"\/><\/svg><\/span>\n        <h3>UltraStack ONE for WordPress<\/h3>\n      <\/div>\n      <p class=\"depth-desc\">Your UltraStack VPS and the WordPress tooling built on top of it: migrations, plugins and themes, caching, backups, and site health checks.<\/p>\n      <ul>\n        <li><a href=\"\/support\/product-guides\/ultrastack-one\/ultrastack-vps\/\">Getting Started with UltraStack VPS<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/ultrastack-one\/migrate-manually-rsync\/\">Migrating WordPress to UltraStack ONE Manually with rsync<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/servers\/enable-configure-redis\/\">Enable &amp; Configure Redis Object Cache for WordPress<\/a><\/li>\n        <li><a href=\"\/support\/product-guides\/central\/servers\/inmotion-central-for-advanced-users\/\">InMotion Central for Advanced Users<\/a><\/li>\n      <\/ul>\n      <a class=\"pg-btn-solid\" href=\"\/support\/product-guides\/ultrastack-one\/\">UltraStack ONE Product Guide<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Which Product Are You Using? InMotion Central is the dashboard for UltraStack ONE for WordPress, InMotion Cloud, and Titan Email. Account settings, projects, teams, and billing for those products live in Central, while the guides for your servers, sites, and cloud resources live in each product&#8217;s own knowledge base. Start with your product below, or<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/central\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57032,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_ayudawp_aiss_exclude":false,"_ayudawp_aiss_exclude_summary":false,"footnotes":""},"class_list":["post-900314","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>InMotion Central Support Guide | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/central\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"InMotion Central Support Guide | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/central\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-21T18:54:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/central\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/central\\\/\",\"name\":\"InMotion Central Support Guide | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\"},\"datePublished\":\"2026-08-19T11:03:53+00:00\",\"dateModified\":\"2026-08-21T18:54:42+00:00\",\"description\":\"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/central\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/central\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/central\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"InMotion Central\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inmotionhosting\\\/\",\"https:\\\/\\\/x.com\\\/InMotionHosting\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"InMotion Central Support Guide | InMotion Hosting","description":"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/central\/","og_locale":"en_US","og_type":"article","og_title":"InMotion Central Support Guide | InMotion Hosting","og_description":"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.","og_url":"https:\/\/www.inmotionhosting.com\/support\/central\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_modified_time":"2026-08-21T18:54:42+00:00","twitter_card":"summary_large_image","twitter_site":"@InMotionHosting","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/central\/","url":"https:\/\/www.inmotionhosting.com\/support\/central\/","name":"InMotion Central Support Guide | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2026-08-19T11:03:53+00:00","dateModified":"2026-08-21T18:54:42+00:00","description":"InMotion Central is the account dashboard for every InMotion product. Find guides for projects, teams, billing, domains, and email, plus links to the InMotion Cloud and UltraStack ONE knowledge bases.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/central\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/central\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/central\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"InMotion Central"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/pages\/900314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57032"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=900314"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/pages\/900314\/revisions"}],"predecessor-version":[{"id":900341,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/pages\/900314\/revisions\/900341"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=900314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}