Welcome to SaveMyService! 
Velocity has referred you to us to assist you in seamlessly maintaining your hosting services.

Please note: There are individual pages dedicated to each of the services you currently have with Velocity, which will soon be discontinued. Visit each page for detailed instructions on how we can support you in smoothly transitioning to new services.

Velocity, USFamily, Metronet, Gigabit Logos

Days of Service Left

  • Sign Up Now for Uninterupted Service
  • No Charges Until Your Next Billing Period
  • Great Support Service
/* -- The root styles must go in the element of the structure with the name "Card". --*/
.card-feature-61__wrapper {
  counter-increment: item;

  /* Styles and configuration of the outgoing card counter */
  .card-feature-61:before {
    /* You can remove the text “decimal-leading-zero” if you do not want the number to have a leading zero. */
    content: counter(item, decimal-leading-zero);
    font-size: var(--text-2xl);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark);
  }
}

Hosting Services.

Hosting that Matches Your Website Needs

Industry famous 24/7/365 support to resolve your issues in real-time.

Managed Wordpress Hosting

Hosting optimized for your WordPress website with our managed solution, Gate.com.

Web Hosting — Windows

Reliable and secure Windows website hosting for your website.

Web Hosting — Linux

Dedicated to providing first-call support resolutions within minutes of contact.

VPS — Hosting

Customize or deploy cloud hosting in minutes on our VPS solution: SolVPS.com.

Simplify and Streamline Your Website Transition

Nothing will change, it's your website and your existing domain.

Simplify and streamline your website transition with SaveMyService. As your trusted partner, we understand the complexities of transferring your website, including your current domain and hosting accounts. Our expert team will handle every step with precision, ensuring a smooth transfer and minimizing downtime. With our personalized approach and industry knowledge, we make the process stress-free.
Not Sure? Have Questions—We're Here to Help.

Frequently Asked Questions

Search through our FAQ's below, but if you can't find what you need, just reach out to us!

We have received numerous inquiries regarding payment as contracts are approaching their conclusion. Due to our focus on ensuring a seamless migration and maintaining access to your email, we have postponed billing. Please rest assured that you will not lose access to your email.   

We will honor the remaining duration of your Velocity contract for email services. An invoice will be sent to you via email when your current contract expires. If your contract has already expired or is about to do so, an annual invoice will be issued once the migration process has been completed for all customers.  We are anticipating that timeline to be at the end of July or August.    

Please be aware of scammers sending emails asking you to pay.  We have had a couple reported to us already.  

🚨 Recent Phishing Attempts

Several customers have reported phishing emails to info@savemyservice.com, and we sincerely appreciate it. Reporting these messages helps us add bad senders to our domain-wide blacklist for @usfamily.net, keeping future emails from those senders quarantined before they even hit your inbox. Your reports help protect not just you, but others as well.


🛡️ SPAM Filtering with SpamExperts

We use powerful filtering software called SpamExperts to help manage unwanted emails. The easiest way to train the system is simple:

  • Webmail Users: Move spam messages into the SPAM folder.
  • Mail Client Users (like Outlook, Thunderbird, Apple Mail): Use your app’s built-in “Mark as Junk” or “Move to Spam” feature.
    (Tip: try a Google search like how to mark spam in Outlook for quick instructions.)

⚙️ Accessing Your Personal Spam Panel

You can manage your own spam filtering preferences right from within Webmail. Here’s how:

  1. Log in at webmail.usgo.net
  2. Click the gear icon in the upper-right corner
  3. Select Settings
  4. On the left side, click Mail → SpamPanel

Your Spam Panel will now be visible.

📸 Image here showing the SpamPanel interface (we’ll update this soon)

From here, you can:

  • Whitelist senders you always want to receive mail from
  • Blacklist senders you never want to hear from again
  • We recommend unsubscribing from mailing lists (if available) instead of blacklisting

📤 Releasing Quarantined Messages

SpamExperts occasionally catches legitimate emails by mistake. You can release them from quarantine by logging into your Spam Panel and reviewing flagged messages. One click lets you allow and deliver them to your inbox.


📘 SpamExperts Spam Panel – Netsville Support
This guide provides a helpful overview. The only difference is that you access your panel from inside Webmail, as shown above.

Yes, there are free emails out there and you can get one.  When you use a free email client like Google or Microsoft, they use the content of the emails you receive and send to feed their search algorithms. This drives individual accuracy in their online advertising business (Google Ads), however has a direct impact on privacy. How an individual feels about this email model differs, however, having a paid email account is a way to ensure your email content is not used for alternate business purposes. 

If you are paying for services your current provider are disconnecting, then you will need to either stop or adjust your automated payments to them for those discontinued services.

For any service transitioned to SaveMyService for ongoing support, SaveMyService will honor the time left in your payment period. For example, if you paid for an annual email subscription at the end of December 2024 to cover 2025, SaveMyService will provide service for you through December of 2025 and invoice you for an annual payment due at the end of December 2025 to cover all of 2026.

SaveMyService does not keep your credit card data on-file. SaveMyService works with Stripe as a payment service provider who will manage your payments and payment information.  Stripe is a well-known and trusted financial service provider with thousands of business customers like SaveMyService and millions of end-users like yourself. 

Yes, electronic payments (ACH or Credit Card through Stripe) are recommended, but we (SaveMyService) will have an option where you can pay by check.  However, there will be a check-handling processing fee.

Yes, SaveMyService works with Stripe to facilitate customer paymentsThrough Stripe, you can automate either ACH or credit card transactions for the amount and frequency that is appropriate.  When you receive your first invoice from SaveMyService, you will have the option to set up an automated payment with Stripe.

SaveMyService has a number of telecom-based services that they offer now and will be expanding in the near future.  Currently they are focused on transitioning your service on a like-for-like basis and give you the opportunity to explore additional services once your current services have been transitioned. 

Yes.  Assuming you sign-up with SaveMyService, and once your current services scheduled for discontinuance are transferred, SaveMyService will have products available for you to transition other services as well.

Load More
// open on link

document.addEventListener("DOMContentLoaded", function() {
  // Remove the 'brx-open' class from both accordions
  document.getElementById("end-of-life").classList.remove("brx-open");
  document.getElementById("your-data").classList.remove("brx-open");
    document.getElementById("service-stopping").classList.remove("brx-open");
});

// Scroll and open on link click

document.addEventListener("click", function(event) {
  var targetId = event.target.getAttribute("href");
  
  if (targetId && targetId.startsWith("#")) {
    event.preventDefault();
    
    var targetAccordion = document.querySelector(targetId);
    
    if (targetAccordion) {
      setTimeout(function() {
        targetAccordion.classList.add("brx-open");
        window.scrollTo({
          top: targetAccordion.offsetTop,
          behavior: 'smooth'
        });
      }, 100);
    }
  }
});
document.addEventListener('DOMContentLoaded', function() {
    // Replace with your specific filter class or ID
    var defaultFilter = document.querySelector('#faq-filter'); // Adjust selector accordingly
    var selectElement = defaultFilter.querySelector('select');

    if (selectElement) {
        // Set the value of the select element to the desired default option
        selectElement.value = 'email'; // Replace 'your-value' with the value of the default filter
        selectElement.dispatchEvent(new Event('change')); // Trigger the change event
    }
});

Continue Your Service

Get Started, It's Easy!

Please enter your contact information and the services you would like to continue with us. We will contact you with more details when your services are ready to be transitioned to our platform. You will not be charged until your services are transitioned to our platform.

Please Review All Services Offerings You Would Like to Include Before Filling Out this Form.

Google reCaptcha: Invalid site key.

Help Desk

Questions? Contact Us Today!

Still have questions? We are here to make your transistion seamless and trouble free.

Google reCaptcha: Invalid site key.

Illustration of a woman using a laptop  with data and information graphics around her