SignUp - Mera Monitor

Employee Tracking

Monitors employee productivity and work hours

Intelligent Productivity Alerts

Get alerts to boost productivity and time management

Easy Report Generation

Simplify payroll and performance report generation

1
Details
2
Verification
3
Password

    Start 14 Days Free Trial Information

    Get started with your Mera Monitor account

    Already have an Account? Login

    Link Expired

    Your verification link has expired. Click here to resend the verification email.

    Smartphone

    Two Step Verification

    We have sent an email to .

    Type your 4 digit security code

    Email Verified Successfully!

    Thank you for verifying your email. Your MeraMonitor account is now active.

    You’re just one step away from completing your onboarding process.

    Didn’t get the code? Resend

    <!-- Want to get the code on your mobile number? Add Mobile Number--><!--Click to open email -->

    Add mobile number

    Enter your mobile number to receive a new code

    Already have an Account? Sign in

    Set Password

    Please set a password to start using Mera Monitor


    👁

    Password must be at least 8 characters long

    Password must include at least 1 number

    Password must include at least 1 special character


    👁


    document.addEventListener('DOMContentLoaded', function() { // Get the plan name and page name var pageName = document.title; // Populate the hidden fields document.getElementById('page-name').value = pageName; });

    .wpcf7-form p{margin-bottom:5px; font-size:16px; line-height:26px;} .wpcf7-form a {color:#4F2FB8} .wpcf7-acceptance input[type=checkbox], .wpcf7-acceptance span.wpcf7-list-item-label {vertical-align:middle;} .wpcf7-acceptance .wpcf7-list-item {margin:0;} input[type="submit"] {width:100% !important; border-radius:10px !important;} .wpcf7-spinner {position:absolute;} input.wpcf7-text, input.wpcf7-text, input.wpcf7-number {border:1px solid rgba(0, 0, 0, 0.2); padding:10px 15px; border-radius:10px;} input.wpcf7-number {width:50px;} #step1 .wpcf7-not-valid-tip {margin-top:-10px;} input.wpcf7-number:focus {border:1px solid rgba(0, 0, 0, 1);} .verificationcode {margin-bottom:50px;} .verificationcode span.wpcf7-form-control-wrap {position:relative; margin-right:15px;} .verificationcode span.wpcf7-form-control-wrap:last-child {margin-right:0;} /**.verificationcode .wpcf7-not-valid-tip {font-size: 0; position: absolute; border-bottom: 1px solid red; width: 50px; top: 8px; border-radius: 10px;}**/ .verificationcode .wpcf7-not-valid-tip {display:none;} #errormessage1{color:red;} .verificationcode span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {right:0;} .wpcf7-response-output {display:none !important;} input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;} input[type=number]{ -moz-appearance: textfield;} #password-rules { display: none; /* Hide password rules initially */ margin-top: 10px; } .rule { color: red; display: flex; align-items: center; } .rule.valid { color: green; } .rule .icon::before { content: "✖"; /* Default Red Cross */ color: red; margin-right: 5px; } .rule.valid .icon::before { content: "✔"; /* Green Checkmark */ color: green; } .toggle-password { cursor: pointer; margin-left: 5px; font-size: 18px; } #pass_invalid { display: none; color: red; font-size: 14px; margin-top: 5px; }