Register

Thank you for your interest in UNE Online.

Create Application Account

To apply, register for a portal account below. Save your username (your email) and password for future access.

Already have an account but forgot your password?   Click here to reset your password.

Activating Your Account

You'll get a confirmation email to start your application. You can save and return to your application at any time.

*** NOTE: If you already have a UNE email, please use it for registration. ***

Science Prerequisite Students: Do not create an account. Click here to register.



+=

Need Help?

Our Enrollment Counselors are here to help you understand the admission requirements and assist you throughout the entire application process. Please contact us right away at (855) 325-0896 or email [email protected] if you have any questions about the program or application requirements.

General Information

About Online Learning at UNE
About the UNE Online Team
Tuition and Financial Aid
International Admissions

'); j$(this).focus(); e.preventDefault(); return false; } else { if(j$(this).next().hasClass('required-message')) j$(this).next().remove(); } } }); return true; }); function markAsError(ref, e){ console.log('markAsError'); console.log(ref.length); j$(ref).each(function(){ //var testValue = j$(this).val(); //console.log('each value1= ' + testValue); if ( j$(this).val() == '' || j$(this).val() == '--None--') { if(!j$(this).next().hasClass('required-message')) j$(this).after('This is a required field'); } else { if(j$(this).next().hasClass('required-message')) j$(this).next().remove(); } }); j$(ref).each(function(){ //var testValue = j$(this).val(); //console.log('each value2= ' + testValue); if ( j$(this).val() == '' || j$(this).val() == '--None--') { j$(this).focus(); e.preventDefault(); return false; } }); }