www.freeus.com Open in urlscan Pro
35.155.254.145  Public Scan

Submitted URL: http://www.freeus.com/
Effective URL: https://www.freeus.com/
Submission: On February 22 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST

<form class="vh-js-login-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-username" name="vh-js-username" placeholder="Email" aria-label="Email">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-password" name="vh-js-password" placeholder="Password" aria-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group form-row">
    <!--
                                    <div class="col-6">
                                      <div class="form-group form-check">
                                         <input type="checkbox" class="form-check-input" name="remember_me" aria-label="remember_me">
                                         <label class="form-check-label">Remember me</label>
                                      </div>
                                    </div>
                                    -->
    <div class="col-12 mb-1">
      <div class="pull-right">
        <a class="vh-js-show-password vw-fw-normal vw-p-sm" href="#!">Show password</a>
      </div>
    </div>
  </div>
  <div class="form-group text-center">
    <button type="submit" class="btn third btn-block">Login</button>
  </div>
</form>

POST

<form class="vh-js-signup-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-email" name="vh-js-reg-email" placeholder="Email address" area-label="Email address">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-first-name" name="vh-js-reg-first-name" placeholder="First name" area-label="First name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-last-name" name="vh-js-reg-last-name" placeholder="Last name" area-label="Last name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-reg-password" name="vh-js-reg-password" placeholder="Create a Password" area-label="Create a Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-confirm-reg-password" name="vh-js-confirm-reg-password" placeholder="Password confirmation" area-label="Password confirmation">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <!-- Add the field if DS project-->
  <div class="vh-js-ds-fields"></div>
  <!--
                                <div class="form-group birthday-box">
                                    <p>We'll send you marketing promotions, special offers, inspiration, and policy updates via email.</p>
                                </div>
-->
  <div class="form-group text-center pt-3">
    <button type="submit" class="btn third btn-block email-form-signup-butt b-bttu">Sign up</button>
  </div>
  <!-- Add the DS Sponsor field if DS project-->
  <div class="vh-js-ds-sponsor-field"></div>
  <!--
                                <div class="form-group dont-what">
                                    <label for="sgnDWC" class="chk-wrap">
                                      I don't want to receive marketing messages. I can also opt out of these at any time in my account settings or via the link in the message.
                                      <input  id="sgnDWC" type="checkbox" value="" area-label="Don't Want">
                                      <span class="checkmark"></span>
                                    </label>
                                </div>
-->
  <div class="or-box vw-color-4">
    <div class="line-box vw-bg-color-4"></div>
  </div>
</form>

POST

<form class="vh-js-reset-password-form" method="post">
  <p>Enter the email address associated with your account, and we’ll email you a link to reset your password.</p>
  <div class="vh-success vh-js-success"></div>
  <div class="vh-errors vh-js-errors"></div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reset-email" name="vh-js-reset-email" placeholder="Your email address" area-label="Your email address">
      <div class="input-group-append input-icon">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center vw-pt-15">
    <a href="#!login" data-vh-js-switch=".vh-js-login-box" class="btn third outlined m-2">Back to Login</a>
    <button type="submit" class="btn third m-2">Send Reset Link</button>
  </div>
</form>

POST

<form class="vh-js-update-password-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password" name="vh-js-up-password" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password-confirmation" name="vh-js-up-password-confirmation" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center pt-3 mb-4">
    <button type="submit" class="btn third btn-block">Update</button>
  </div>
</form>

POST

<form method="post" class="vh-js-frm-init-guest-checkout">
  <div class="form-group">
    <input required="" type="email" class="form-control vh-g-input vh-js-gc-email" name="email" placeholder="Email" autocomplete="off" area-label="Email">
  </div>
  <div class="form-group text-center vw-pt-15">
    <button class="vh-g-btn btn third outlined m-2" type="button" data-vh-js-switch=".vh-js-guest-checkout-options-box">Cancel</button>
    <button class="vh-g-btn btn third m-2" type="submit">Continue</button>
  </div>
</form>

GET https://www.freeus.com/search

<form class="clearfix" method="GET" action="https://www.freeus.com/search">
  <input type="search" name="q" class="search-field" placeholder="Search...">
  <button type="submit" class="search-submit">
    <i class="fal fa-search"></i>
  </button>
</form>

Text Content

Log In
Show password
Login

Forgot password?

Sign Up
Sign up



Already have an account? Log in

Reset Password

Enter the email address associated with your account, and we’ll email you a link
to reset your password.




Back to Login Send Reset Link
Update Your Password
Update
Choose One
Guest Checkout Login Sign up
Please enter your email address
Cancel Continue

We use cookies

We use cookies and other tracking technologies to improve your browsing
experience on our website, to show you personalized content and targeted ads, to
analyze our website traffic, and to understand where our visitors are coming
from.

I agreeI declineChange my preferences
toggle header
 * Solutions
   * Products & Platform
   * mPERS
   * Personal Safety
   * Military
 * Resources
   * Blog
   * News
   * Customer Stories
   * Videos
   * Check Coverage
   * Get Email Updates
 * Company
   * About Us
   * Employment
   * Partners
   * Legal
 * Dealers
   * Orion Dealer Login
   * Pineapple Dealer Login
   * Products & Platform
   * mPERS Dealer Program
   * Become a Dealer
   * PERS Market Insights
   * PERS University
   * Safety Solutions
 * Customers
   * Belle+ Caregiver Login
   * Belle X Mobile Apps
   * What Are Our Products?
   * Get Support / Find My Dealer
 * Contact Us

 * Search


Freeus - A Becklar Company
Freeus - A Becklar Company
Freeus - A Becklar Company
Freeus - A Becklar Company
Freeus - A Becklar Company
‹›



 * Solutions
   * Products & Platform
   * mPERS
   * Personal Safety
   * Military
 * Resources
   * Blog
   * News
   * Customer Stories
   * Videos
   * Check Coverage
   * Get Email Updates
 * Company
   * About Us
   * Employment
   * Partners
   * Legal
 * Dealers
   * Orion Dealer Login
   * Pineapple Dealer Login
   * Products & Platform
   * mPERS Dealer Program
   * Become a Dealer
   * PERS Market Insights
   * PERS University
   * Safety Solutions
 * Customers
   * Belle+ Caregiver Login
   * Belle X Mobile Apps
   * What Are Our Products?
   * Get Support / Find My Dealer
 * Contact Us





MEET OUR NEW MPERS DEVICE – BELLE X




Belle X is a compact and lightweight GPS mPERS solution for your customers.

Meet Belle X



FREEUS, LLC IS AN AWARD-WINNING WHOLESALE PROVIDER OF MOBILE MEDICAL ALERTS AND
PERSONAL SAFETY SYSTEMS,
SERVING MORE THAN 700,000 SUBSCRIBERS.

We develop innovative two-way voice mobile personal emergency response systems
(mPERS) that work at home and away to provide fast access to expert operators
and offer peace of mind.


OUR MISSION: WHOLESALE MPERS MADE EASY

Using patented technology, Freeus aims to create a simple yet sophisticated
experience for both the end user and our mPERS dealers. As one of the
fastest-growing mobile medical alert businesses in the US and a leading mobile
medical alert manufacturer, we work diligently with our dealers to build and
maintain lasting relationships through our PERS dealer program.

Learn About Our Dealer Program
2:14

Belle mPERS


UP TO 30-DAY BATTERY CERTIFIED ON AT&T & VERIZON 4G LTE

LEARN ABOUT BELLE

2:08

Belle+ mPERS


FALL DETECTION AND GPS CERTIFIED ON VERIZON 4G LTE

LEARN ABOUT BELLE+


LEARN ABOUT OUR
WHOLESALE MPERS DEALER PROGRAM

Tell me more
 * 
 * 
 * 

Copyright 2024 Freeus. All rights reserved. Powered by JMAK
 * Privacy
 * Your Privacy Choices

Cookie Consent by Free Privacy Policy Generator Update cookies preferences