CINXE.COM
About TierraNet : 25+ years of milestones
<!doctype html> <html > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0" /> <title>About TierraNet : 25+ years of milestones</title> <meta name="description" content="Started over 25 years ago, TierraNet is still providing quality and affordable web hosting." /> <link rel="canonical" href="https://www.tierra.net/about" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> <link rel="stylesheet" href="https://use.typekit.net/kgg6sqa.css"> <link href="/style.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/poppins.css" type="text/css" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MS7XMVJ7');</script> <!-- End Google Tag Manager --> <link rel="stylesheet" type="text/css" href="slick/slick.css"> <link rel="stylesheet" type="text/css" href="slick/slick-theme.css"> <script type="text/javascript" src="jquery-3.6.0.min.js"></script> <script type="text/javascript" src="slick/slick.min.js"></script> </head> <body> <div class="domains-blur"> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MS7XMVJ7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <style> .u-nav {background-color:#f5f5f5;padding:0;color:#fff;} .u-nav-links {display:flex;align-items: center} .u-nav img {display: block;} .u-nav-logo {filter: invert(19%) sepia(18%) saturate(9%) hue-rotate(314deg) brightness(99%) contrast(97%);} .u-nav-a:hover {background-color:#fff;} .u-nav-a, .u-nav-n {height: 2em;display: flex;align-items: center;padding:0 15px} .u-nav-n {cursor: default;} @media screen and (max-width: 550px) { .u-nav-a, .u-nav-n {padding:0 10px;} } </style> <div class="u-nav"> <div class="wrapper"> <div class="u-nav-links"> <a href="https://www.numberbarn.com/?utm_medium=u-nav" class="u-nav-a"><img src="/images/u-nav/logo-numberbarn.svg" alt="NumberBarn" style="height:14px;" class="u-nav-logo"></a> <a href="https://www.numbergarage.com/?utm_medium=u-nav" class="u-nav-a"><img src="/images/u-nav/logo-numbergarage.svg" alt="NumberGarage" style="height:8px" class="u-nav-logo"></a> <a href="https://www.domainspot.com/?utm_medium=u-nav" class="u-nav-a"><img src="/images/u-nav/logo-domainspot.svg" alt="DomainSpot" style="height:12px;" class="u-nav-logo"></a> <a href="https://www.tierra.net/?utm_medium=u-nav" class="u-nav-n"><img src="/images/u-nav/logo-tierranet.svg" alt="TierraNet" style="height:10px;" class="u-nav-logo"></a> <a href="https://www.joinstring.com/?utm_medium=u-nav" class="u-nav-a"><img src="/images/u-nav/logo-string.svg" alt="String" style="height:16px;" class="u-nav-logo"></a> <a href="https://www.clearhello.com/?utm_medium=u-nav" class="u-nav-a"><img src="/images/u-nav/logo-clearhello.svg" alt="ClearHello" style="height:16px;" class="u-nav-logo"></a> </div> </div> </div> <script> function menudrop() { if (document.getElementById('mobile-drop').classList.contains('off-page')) { document.getElementById('mobile-drop').classList.add('mobile-drop-open'); document.getElementById('mobile-drop').classList.add('on-page'); document.getElementById('mobile-drop').classList.remove('off-page'); } else { document.getElementById('mobile-drop').classList.remove('mobile-drop-open'); document.getElementById('mobile-drop').classList.remove('on-page'); document.getElementById('mobile-drop').classList.add('off-page'); } } </script> <style> .nav-wrap {display:flex; align-items:center;height:122px;justify-content: space-between;} .nav-logo { z-index:1001} .nav ul { font-size: 0; list-style-type: none; padding:0; } .nav ul li { font-size: .95rem; font-weight: 400; color: #430A90; text-transform: uppercase; display: inline-block; position: relative; } .nav ul li ul { display: none; padding-top:15px; border-top:4px solid #430A90; background-color:#fff; } .nav ul li ul li { padding:10px 20px; text-transform:capitalize; } .nav ul li:hover { /*cursor: pointer;*/ } .nav ul li:hover ul { display: block; margin-top: 0px; width: max-content; min-width: 220px; left: 0; position: absolute; } .nav ul li:hover ul { box-shadow: 0 3px 10px rgb(0 0 0 / 0.15); border-radius: 0 0 10px 10px; } .nav ul li:hover ul li { display: block; background-color: #fff; } .nav ul ul li:last-of-type { border-radius: 0 0 10px 10px; padding-bottom:20px; } .nav ul li:hover ul li:hover { } .nav svg {width:20px; height:20px;vertical-align: middle;} .nav .sub {margin-left:21px;} .pointer {width: 1.1rem !important;height: 1.1rem !important;} .nav a {text-decoration: none;display:block;padding: 15px 24px 15px 21px;} .nav .sub a {text-decoration: none;color:#707070; display: block;padding: 0} .nav .sub a:hover {color:#70D92E;} .arrow-up { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #430A90; position: absolute;top:-9px;left:10px; } .rdrop .arrow-up { left: auto; position: absolute;top:-9px;right:10px; } .nav ul li:hover ul.rdrop { right: 0 !important; left: auto; text-align: right; } #mobile-menu { display: none; position: relative; } .mobile-drop-open {top:0 !important;} #mobile-drop { position: fixed; overflow-y: auto; top: -100%; z-index: 1000; background: #fafafa; color: #474747; transition: all 0.5s ease-in-out 0s; height: auto; width: 100%; border-bottom:5px solid #430A90; box-shadow: 0 3px 30px rgb(67 10 144 / 0.2); padding-bottom:40px; } @media screen and (max-width: 1150px) { .nav ul li { font-size: .85rem; padding: 5px; } .nav a {padding: 15px 10px;} } @media screen and (max-width: 1000px) { .nav {display: none;} #mobile-menu {display: block;} } </style> <div class="wrapper"> <div class="nav-wrap"> <div class="nav-logo"><a href="/?"><img src="/images/logo-tierranet.png" width="200" height="49" alt="TierraNet Logo" title="TierraNet"></a></div> <div class="nav"> <ul> <li><a href="/hosting?"><span>Hosting</span> <svg class="pointer" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg></a> <ul class="sub"> <div class="arrow-up"></div> <li><a href="/hosting?">Hosting Overview</a></li> <li><a href="/web-hosting?">Shared Hosting</a></li> <li><a href="/vps-hosting?">Virtual Private Server</a></li> <li><a href="/wordpress-hosting?">WordPress Hosting</a></li> <li><a href="/email-hosting?">Email Only</a></li> </ul> </li> <li><a href="/domains?">Domains <svg class="pointer" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg> </a> <ul class="sub"> <div class="arrow-up"></div> <li><a href="/domains?">Domain Search</a></li> <li><a href="/domain-transfers?">Domain Transfers</a></li> <li><a href="/products/domains/whois?">Whois Lookup</a></li> <li><a href="https://tools.tierra.net/" target="domain-tools">Domain Tools</a></li> </ul> </li> <li><a href="/security?">Security <svg class="pointer" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> <ul class="sub"> <div class="arrow-up"></div> <li><a href="/security?">SSL Certificates</a></li> <li><a href="/security/ssl/add_service?">Order SSL Certificates</a></li> </ul> </li> <li><a href="/about?">Why TierraNet</a> </li> <li><a href="/support?">Support <svg class="pointer" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> <ul class="sub"> <div class="arrow-up"></div> <li><a href="/support?">Support Overview</a></li> <li><a href="https://help.tierra.net/" target="help-center">Help Center</a></li> <li><a href="/email-setup?">Email Setup</a></li> </ul> </li> <li><a href="/login?">Login <svg class="pointer" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </a> <ul class="sub rdrop"> <div class="arrow-up"></div> <li><a href="/login?">Control Panel</a></li> <li><a href="https://webmail.tierra.net/" target="webmail">Webmail</a></li> <li><a href="/account/signup?">Create a New Account</a></li> </ul> </li> </ul> </div> <div id="mobile-menu"><a href="javascript:void(0)" onClick="menudrop()"><img src="/images/menu.svg" style="height:22px;display:block;"/></a></div> </div> </div> <!--MOBILE--> <div style="position:absolute;"> <div id="mobile-drop" class="off-page"> <div class="wrapper"> <div class="nav-wrap"> <div class="nav-logo" style="z-index:1002;"><div style="width:200px;height:60px;"></div></div> <div><a href="javascript:void(0)" onClick="menudrop()"><img src="/images/close.svg" style="height:20px;display:block;" alt="Close" title="Close Menu"/></a></div> </div> <div class="mobile-menu-link"><a href="/?">Home</a></div> <div><a href="/hosting?">Hosting</a></div> <div><a href="/domains?">Domains</a></div> <div><a href="/security?">Security</a></div> <div><a href="/about?">Why TierraNet</a></div> <div><a href="/support?">Support</a></div> <div><a href="/TOS_current?">Terms of Service</a></div> <div><a href="/login?">Login</a></div> <br> </div> </div> </div> <section class="white hero"> <div class="wrapper"> <div> <h1 class="center">Our Beginnings in 1997<br> And Still Going Strong </h1> <p class="center pinch">Launched January 14, 1997, TierraNet was born with a mission to provide quality, affordable DIY web hosting.</p> <div class="center" style="position: relative;margin-top:60px;"> <div><img src="/images/about/christmas-stockings.webp" title="Stockings hung on the cubicle with care" class="glow-pic" style="transform: rotate(-12deg);position: absolute;top:55px;left:15%"></div> <div><img src="/images/about/building-stairs.webp" title="Where the magic happens" class="glow-pic" style="transform: rotate(10deg);position: absolute;top:55px;right:15%;"></div> <div><img src="/images/about/halloween.webp" title="Halloween is always interesting" class="glow-pic" style="transform: rotate(-1deg);max-height: 350px"></div> </div> </div> </div> </section> <section style="position:relative"> <div class="wrapper"> <h4 class="center">Four friends and a steak</h4> <p>It was the mid 90's and songs like <q>Macarena</q> and <q>Gangsta's Paradise</q> were topping the charts. The world was brimming with new-fangled ideas as it discovered the mind-bending capabilities of the world-wide web.</p> <p>We were just four friends fresh out of college, playing video games and designing rogue websites for our favorite bands while hosting them on unauthorized servers.</p> <p>It wasn't exactly sustainable, besides a little questionable.</p> <p>With our college-level incomes, we begrudgingly moved our websites over to a paid hosting server. And then we saw the light. <q>What if we could do what they were doing, and do it better?</q></p> <p>Money was tight. But we couldn't resist the allure of maverick, do-it-yourself innovation, and a juicy steak. We convened at an Outback Steakhouse, where we concluded that we could, and should, <q>just start our own web hosting company.</q> The rest is history…</p> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">1996</h2> <h5 style="text-align:right;">Inception</h5> And just like that, TierraNet was born. Six months later, we placed our first web server online in late December of '96.</div> <div style="position: relative;"> <img src="/images/about/co-founders.webp" title="Co-founders" class="glow-pic" style="transform: rotate(-5deg);left:10%"></div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/server-guts.webp" title="I hope this works" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/nature.webp" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>1997</h2> <h5>Incorporation</h5> By January 14, we officially incorporated, with our first real (non-friend/family) paying customer about a week later.</div> </div> <br><br> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">1998</h2> <h5 style="text-align:right;">Going bigtime</h5> Only a year later, we leased our first office and hired Brad, our very first official employee. It was a big milestone, we could pay ourselves and another person a living wage.</div> <div style="position: relative"> <div><img src="/images/about/first-office.webp" title="First Office" class="glow-pic" style="transform: rotate(12deg);position: absolute;top:0;right:5%"></div> <img src="/images/about/executive-suite.webp" title="Executive office" class="glow-pic" style="transform: rotate(-5deg);left:10%"> </div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/bsama.webp" title="Signing paychecks" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/domain-discover.webp" title="Trade show discovery" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>1999</h2> <h5>It's legit</h5> Starting DomainDiscover as an ICANN Accredited registrar, we were now <q>too legit to quit.</q></div> </div> <br><br> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">2000</h2> <h5 style="text-align:right;">Wow</h5> We watched in awe as we launched a massive expansion and hiring due to the success of the domain registration business.</div> <div style="position: relative"> <img src="/images/about/ms-walkers.webp" title="Raising charity dollars" class="glow-pic" style="transform: rotate(12deg);position: absolute;top:0;right:5%"> <div><img src="/images/about/early-team.webp" title="Y2K survivors" class="glow-pic" style="transform: rotate(-5deg);left:10%"></div> </div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/toys-for-tots.webp" title="Collecting for Toy for Tots" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/second-office.webp" title="Larger office (Brian for scale)" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>2001</h2> <h5>Let's get moving</h5> We needed a larger office, so we relocated to accommodate. We also purchased an obscenely overpriced Nortel phone system that would later inspire us to develop our own phone system.</div> </div> <br><br> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">2003</h2> <h5 style="text-align:right;">First data center</h5> We opened our first data center at the Murphy Canyon site.</div> <div style="position: relative"> <img src="/images/about/2004-team.webp" title="The team is growing" class="glow-pic" style="transform: rotate(12deg);position: absolute;top:0;right:5%"> <div> <img src="/images/about/data-center-leia.webp" title="May the uptime be with you" class="glow-pic" style="transform: rotate(-5deg);left:10%"></div> </div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/blue-man.webp" title="Feeling blue in a good way" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/MS-Walk-top-team.webp" title="MS Walk Top Team" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>2005</h2> <h5>VoIP for the world</h5> We discovered the magic of VoIP and decided to develop our own VoIP service.</div> </div> <br><br> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">2006</h2> <h5 style="text-align:right;">A ClearHello</h5> We broke ground on another new data center. We also registered ClearHello.com to use for the VoIP service.</div> <div style="position: relative"> <img src="/images/about/ping-pong.webp" title="Office ping pong" class="glow-pic" style="transform: rotate(12deg);position: absolute;top:0;right:5%"> <div><img src="/images/about/cruisin.webp" title="Cruisin' to Ensenada, Mexico" class="glow-pic" style="transform: rotate(-5deg);left:10%"></div> </div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/mud-run.webp" title="Mud Run fun" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/data-center-sign.webp" title="Better knock on the NOC" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>2007</h2> <h5>Another data center</h5> We opened the Poway Data Center and focused more on building out our VoIP systems.</div> </div> <br><br> <div class="f-two f-flip g-top"> <div><h2 style="text-align:right;">2017</h2> <h5 style="text-align:right;">Enter NumberBarn</h5> We became an investor in NumberBarn and acquired a large customer base from another renowned hosting company.</div> <div style="position: relative"> <img src="/images/about/rock-star.webp" title="Rock on!" class="glow-pic" style="transform: rotate(12deg);position: absolute;top:0;right:5%"> <div><img src="/images/about/photo-booth.webp" title="Tiny TierraNetians" class="glow-pic" style="transform: rotate(-5deg);left:10%"></div> </div> </div> <br><br> <div class="f-two g-top"> <div style="position: relative;text-align: right"> <img src="/images/about/murder-mystery.webp" title="Uncontested scavenger champions" class="glow-pic" style="transform: rotate(-12deg);right:45%"> <div style="position: absolute;top:0;right:10%"><img src="/images/about/LDGA-robe-ceremony.webp" title="Whole ClearHello crew" class="glow-pic" style="transform: rotate(5deg);"></div> </div> <div><h2>2021</h2> <h5>We created a monster</h5> Our evolving VoIP experiment, ClearHello, evolves into its own parent company, acquiring TierraNet and several other companies.</div> </div> </div> </div> </section> <section style="position:relative"> <div class="wrapper"> <h2 class="center">Our 6 Pillars of Success</h2> <div class="f-three g-top"> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-why-pillars-icann.svg"></div> <h5>ICANN-Accredited Registrar</h5> <p>Accreditation helps validate that a domain name registrar will adhere to established industry standards, protecting domains and their owners. </p> </div> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-why-pillars-experts.svg"></div> <h5>Customer Care Experts</h5> <p>Our Customer Care Experts average more than five years with the company. They know their stuff and they know how to advocate for your needs.</p> </div> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-why-pillars-bbb.svg"></div> <h5>A+ Better Business Bureau Rating</h5> <p>The BBB helps people find and recommend businesses, brands and charities they can trust. Since 2000, we've maintained an A+ rating with the Better Business Bureau.</p> </div> </div> <div class="f-three g-top"> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-why-pillars-usbased.svg"></div> <h5>U.S. Based Support</h5> <p>With our U.S. based customer support, we've created an environment that easily understands your needs.</p> </div> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-why-pillars-employeescare.svg"></div> <h5>Employees Who Care</h5> <p>Our employees participate in charity events such as Toys for Tots and the Relay for Life. For these events, TierraNet has matched the donations of its employees dollar for dollar or toy for toy.</p> </div> <div class="center"> <div class="icon-round"><img src="/images/icons/icon-domains-features-dns.svg"></div> <h5>Our Customers First</h5> <p>We are a people-driven tech company, committed to putting our customers first and finding you the best domain, hosting and security solutions.</p> </div> </div> </div> </section> <section style="position:relative"> <div class="wrapper"> <h2 class="center">Our Clients Love Us</h2> <p class="center">Becoming a member of our family enables you to control your content and gives you a helping hand when you need one.</p> <p class="center">Our passion for a quality experience with affordable pricing offers you the benefits of corporate web hosting without "the red tape."</p> <div class="g-top" style="width:90%;margin:0 auto;"> <div class="thisthing "> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">Awesome customer service. A+++ Can't make enough positive comments about your techs.</p> <p class="TODO">TierraNet User since 2003</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">I am consistently impressed, beyond my expectations, of how completely knowledgeable, friendly, competent and efficient your tech support crew is!</p> <p class="TODO">TierraNet User since 2007</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">Internet connections can be mystifying to the uninitiated and your staff has always been considerate and patient with my limited knowledge - kudos.</p> <p class="TODO">TierraNet User since 2006</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">I want you to know this was the BEST experience I have ever had with any customer service department from any online or computer related issue ever!!!</p> <p class="TODO">TierraNet User since 2004</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">Service and response time is wonderful. You are the best!</p> <p class="TODO">TierraNet User since 2013</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">First rate Customer Service every time. Thank you guys!</p> <p class="TODO">TierraNet User since 1997</p> </div> </div> </div> </div> <div> <div class="center" style="margin:10px 20px"> <div class="talk-bubble tri-right border round btm-left-in"> <div class="talktext"> <p class="TODO">I am so impressed by my first time experience with your services. Everything was completed with perfection. Well done! I called back a second time for a minor change (that was solely my error) and the next CSR was also excellent. Thank you so much for your A+ level client service management.</p> <p class="TODO">TierraNet User since 2017</p> </div> </div> </div> </div> </div> </div> </div> </section> <section style="position:relative"> <div class="wrapper"> <h2 class="center">Our Leadership</h2> <div class="f-three g-top"> <div class="center"> <div style="font-weight:800">Matthew Veling</div> <div>CEO</div> </div> <div class="center"> <div style="font-weight:800">Brian Scott</div> <div>CTO</div> </div> <div class="center"> <div style="font-weight:800">Brian McNeill</div> <div>CMO</div> </div> </div> </div> </section> <svg style="display:block;margin-bottom: -1px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1245.19 96.7"><defs><style>.cls-1{fill:#430a90;}</style></defs><path class="cls-1" d="M0,0Q622.61,124.46,1245.19,0V96.7H0V0Z"/></svg> <div class="footer" style="position: relative"> <div class="wrapper"> <div class="footer-five"> <div><a href="/?"><img src="/images/logo-tierranet-reverse.png" width="200" height="60" alt="TierraNet Logo" title="TierraNet"></a> <br> TOLL FREE<br> <a href="tel:+18778437721" style="font-size:28px;font-weight:600;">(877) TIERRA-1 <span style="font-size: 18px;">(843-7721)</span></a><br> Local/International: <a href="tel:+17607604207">+1 (760) 760-4207</a> </div> <div> <p><a href="/hosting?"><strong>Hosting</strong></a></p> <p><a href="/web-hosting?">Shared Hosting</a></p> <p><a href="/vps-hosting?">Virtual Private Servers</a></p> <p><a href="/wordpress-hosting?">WordPress Hosting</a></p> <p><a href="/email-hosting?">Email Hosting</a></p> <p> </p> <p><a href="/security?"><strong>SSL Certificates</strong></a></p> </div> <div> <p><a href="/domains?"><strong>Domains</strong></a></p> <p><a href="/domains?">Domain Name Search</a></p> <p><a href="/domain-transfers?">Domain Transfers</a></p> <p><a href="/products/domains/whois?">Whois Lookup</a></p> </div> <div> <p><a href="/support?"><strong>Support</strong></a></p> <p><a href="https://help.tierra.net/" target="help-center">Help Center</a></p> <p><a href="/support?">Submit Ticket</a></p> <p><a href="/domain-abuse?">Report Abuse</a></p> <p> </p> <p><a href="/about?"><strong>About TierraNet</strong></a></p> <p><a href="/blog/" target="blog">Blog</a></p> </div> <div style="border-left: 1px solid #fff"> </div> <div> <div class="social-link"> <div><img src="/images/icon-twitter.svg" width="23" height="23" alt="Twitter logo"></div> <div><a href="https://twitter.com/tierranet" target="twitter">Twitter</a></div> </div> <div class="social-link"> <div><img src="/images/icon-instagram.svg" width="23" height="23" alt="Instagram logo"></div> <div><a href="https://www.instagram.com/tierranet/" target="instagram">Instagram</a></div> </div> <div class="social-link"> <div><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23" height="23" viewBox="0 0 23 23"> <image id="_003-linkedin" data-name="003-linkedin" width="23" height="23" xlink:href="/images/icons/.icon-linkedin.png"/> </svg> </div> <div><a href="https://www.linkedin.com/company/tierranet-inc-" target="linkedin">LinkedIn</a></div> </div> </div> </div> <div style="margin-top:80px;display: flex;align-items: center;justify-content: space-between"> <div> <p>© 1997-2025 TierraNet, Inc. All rights reserved <span style="padding:0 10px">|</span> <a href="/sitemap?">Sitemap</a> <span style="padding:0 10px">|</span> <a href="/TOS_current/?">Terms of Service</a> <span style="padding:0 10px">|</span> <a href="/TOS_current/privacy?">Privacy Policy</a> <span style="padding:0 10px">|</span> <a href="/TOS_current/domains_services?#UDRP">UDRP</a></p> <div class="ch-logo"> <a href="https://www.clearhello.com/" target="clearhello">A <img src="/images/logo-ClearHello.svg" title="ClearHello" alt="ClearHello logo"> company</a>. </div> </div> <div> </div> </div> </div> </div> <div id="cookie_popup" class="glow-plus center" style="position: fixed; bottom: 10px; left: 10px; width: 350px; z-index: 9999; background: #fff; border-top: 15px solid #8AD64E;"><h3>Cookie Policy</h3><p>This website uses cookies. By further browsing you consent to such use.</p><p><a href="#" class="button-m green" onclick="document.querySelector('#cookie_popup').style.display = 'none'; return false;">Agree</a></p><a href="/TOS_current/">Learn More</a></div> <!-- Start of TierraNet Zendesk Widget script --> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=ca29c9aa-edce-4257-9383-fa3f27bca517"></script> <!-- End of TierraNet Zendesk Widget script --> <script src="/slick/slick.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $('.thisthing').slick({ centerMode: true, centerPadding: '60px', slidesToShow: 3, autoplay: true, autoplaySpeed: 4000, responsive: [ { breakpoint: 1100, settings: { arrows: false, centerMode: true, centerPadding: '40px', slidesToShow: 2 } }, { breakpoint: 700, settings: { arrows: false, centerMode: true, centerPadding: '40px', slidesToShow: 1 } } ] }); </script> </body> </html>