Moodle MAT UnB: Access, Deadlines, and Backup for 2026.2

UnB's 2026.2 classes started on 08/10. Find out how to access each environment, open deadlines, and what changes on August 31.

by Cleverson Gouvêa

Moodle MAT UnB: Access, Deadlines, and Backup for 2026.2

Moodle MAT UnB has resurfaced among Brazil's trending searches for a very concrete reason: classes for the 2026.2 semester at the University of Brasília began on August 10, 2026, and thousands of students are looking for their course virtual rooms. In this guide, I've gathered what each environment is, which deadlines are still open this week, and—for those who manage education—what UnB's operation teaches any institution running Moodle.

TL;DR

  • Moodle MAT UnB (moodle.mat.unb.br) is the Mathematics Department's own instance. The university's institutional environment is Aprender 3, maintained by CEAD.
  • 2026.2 classes started on 08/10/2026. Extra enrollment and course withdrawal run through 08/14/2026.
  • On 08/31/2026, CEAD will permanently remove virtual rooms from 2024/2 and earlier from Aprender 3. Backups are the instructor's responsibility.
  • Aprender 2 and Aprender 3 have been running Moodle 4.5 LTS since the August 2025 maintenance. Security support for this version ends on October 4, 2027.
  • Tested on 08/13/2026: the department's Moodle at http:// returns a 404 error. Only the https:// version responds—a detail that trips up many on the first click.

Why searches for Moodle MAT UnB spiked this week

It's no mystery: it's the calendar. According to the 2026.2 Undergraduate Academic Calendar, published by UnB's Academic Administration Office (SAA), the academic term opened on July 22, but the first day of classes only fell on August 10, 2026. In between were enrollment, re-enrollment, and course adjustments.

The re-enrollment results were released by 12:00 PM on August 6. Extra enrollment—that final scramble for a spot in a full class—opened on August 7 and closes on August 14. It's exactly the window when students' schedules change daily. Each schedule change means a new virtual room to find, and that's when the term Moodle MAT UnB hits Google.

Add to that the classic start-of-semester behavior: students don't bookmark the environment URL; they remember the course name. When they need the Calculus 1 exercise list, they type the department name along with "moodle" and trust the search engine to figure it out. If the institution hasn't managed its URLs, redirects, and page titles, the search engine delivers a dead link.

Moodle MAT UnB and Aprender 3: two environments, different roles

The most common confusion is thinking there's a single Moodle at UnB. There are at least three active environments, and they don't talk to each other.

Aprender 3—the institutional environment

Aprender 3 is the official virtual learning environment for undergraduate and graduate programs, operated by the Distance Education Center (CEAD). It hosts rooms created from SIGAA course sections, institutional announcements, and the Instructor Help Space. There's also Aprender 2, the previous generation, still online for legacy content.

Moodle MAT UnB—the department's instance

The Mathematics Department maintains a separate installation, linked from the department's own website. It's an independent Moodle with its own theme and user base. Moodle MAT UnB runs on Apache on Debian, on infrastructure separate from the institutional environment. Instructors often use such instances for course materials that span semesters, exercise lists, tutoring, olympiads, and extension projects—content that doesn't fit neatly into the central environment's room creation and deletion cycle.

In practice, UnB students need to know which environment hosts their activity. If the instructor mentioned "the course Moodle" without specifying, the answer is usually in the syllabus—worth checking both, because Aprender 3 and Moodle MAT UnB use independent logins and course lists. And if the 2026.2 room hasn't appeared in Aprender 3 yet, it's because the instructor needs to request it—the request window for semester rooms opened on July 27, 2026.

2026.2 calendar: the dates that matter for your course

Here's a table worth saving. All dates come from the official SAA calendar for the second semester of 2026.

EventDateWhy it matters
First academic day07/22/2026Opens the administrative term (not the start of classes)
Re-enrollment results08/06/2026, by 12:00 PMDetermines the schedule that generates virtual rooms
First day of classes08/10/2026Trigger for the rush to find rooms
Extra enrollment08/07–08/14/2026Last chance to join a class with openings
Course withdrawal08/07–08/14/2026Drop a class without failing due to absence
Old room deletion08/31/2026Rooms from 2024/2 and earlier disappear from Aprender 3
25% / 50% / 75% of semester09/09, 10/09, and 11/12/2026Reference points for withdrawal and evaluation
Last day of classes12/14/2026Closes the 2026.2 class calendar

Notice the gap between 07/22 and 08/10. That's nearly three weeks when the academic system is active but the virtual room isn't. This mismatch is normal for a federal university, but it explains a large share of support tickets in early August.

The technical detail that breaks access to Moodle MAT UnB

Here's the part for platform administrators. I tested the Moodle MAT UnB addresses on August 13, 2026, from outside the university network, and here's what happened:

  • https://moodle.mat.unb.br responds normally, loading the Moodle homepage with theme and login.
  • http://moodle.mat.unb.br—the same address without the "s"—returns a 404 Not Found from Apache, not a redirect to the secure version.

It's a small configuration flaw with a big impact. A user who types the domain into the address bar, or clicks an old link saved in a syllabus PDF, hits a bare error page and concludes the environment is down. Nobody thinks "missing s."

How to fix it on any Moodle installation

Three adjustments, none taking more than an afternoon:

  1. Permanent 301 redirect from port 80 to HTTPS in the virtual host, covering all paths, not just the root.
  2. HSTS header (Strict-Transport-Security) so the browser automatically uses HTTPS on future visits.
  3. Correct canonical URL in the $CFG->wwwroot variable in config.php, always with https. Divergence here causes lost sessions, duplicate cookies, and token errors in the mobile app.

It's also worth reviewing links published on the department's website—like the Moodle MAT UnB link on mat.unb.br, which lacks HTTPS. An address pointing to http:// on an institutional page ages poorly and, from an SEO standpoint, splits domain signals between two versions.

August 31: 2024/2 rooms will be deleted

The notice is posted on the Aprender 3 forum and deserves extra attention from instructors: on August 31, 2026, virtual rooms from the 2024/2 semester and all earlier periods will be permanently removed. CEAD's justification is operational—freeing space for current periods and keeping the environment healthy.

The same notice had already asked instructors to back up 2026/1 rooms, which were hidden from students on July 27. In other words: the responsibility for archiving your material is yours, not the institution's. If you're teaching the same course in 2027 and were counting on that history, you need to act before the end of the month. The rule applies to Aprender 3: independent instances like Moodle MAT UnB follow their own retention policy, defined by the department that maintains them.

Virtual room backup, step by step

  1. Log in as an instructor and open the More menu → Course reuseBackup.
  2. On the first screen, decide whether to include user data. Without user data, the file is much smaller and avoids taking personal information outside the environment—the right choice in most cases.
  3. Review the activity selection. Very large forums and heavy question banks can exceed the server's execution time limit.
  4. Confirm and download the generated .mbz file. Store it in cloud storage with versioning, not just on your laptop.
  5. Test the restore in an empty course before trusting the file. A backup that's never been restored is a hypothesis, not a guarantee.

If in doubt, the right channel is the CEAD Support Center. And if the room has many videos hosted outside Moodle, check the links: a course backup doesn't include what's on an external service.

Moodle 4.5 LTS: the support clock runs for everyone

In August 2025, CEAD performed a maintenance window to upgrade Aprender 2 and Aprender 3 to Moodle 4.5, along with the servers' operating system and database. It was the right call: 4.5 is an LTS version with a long lifecycle. But LTS doesn't mean forever.

VersionReleaseEnd of general supportEnd of security support
Moodle 4.5 (LTS)10/07/202410/06/202510/04/2027
Moodle 5.004/14/202504/20/202610/05/2026
Moodle 5.110/06/202510/05/2026April 2027 (standard cycle)
Moodle 5.204/20/202604/19/2027October 2027 (standard cycle)
Moodle 5.3 (next LTS)10/05/2026 (expected)10/01/2029

Data comes from the official Moodle releases page. The strategic takeaway is simple: those on 4.5 today receive only security fixes and have until October 2027 to migrate. Since 5.3 arrives in October 2026 as the next LTS, with security guaranteed until 2029, the ideal planning window is between late 2026 and the first half of 2027.

Migrating Moodle isn't clicking "update." It's inventorying third-party plugins, testing custom themes, reviewing LTI integrations, validating the mobile app, and rehearsing restoration in a mirror environment. Institutions that wait until the last minute migrate right at the start of the semester—the worst possible time. And the calculation applies equally to departmental instances like Moodle MAT UnB—except there, the same work falls on a much smaller team.

One central LMS or multiple departmental Moodles?

The Moodle MAT UnB case illustrates a dilemma that appears at every university and in many private education networks. Departments and units want autonomy; central IT wants standardization. Both sides have a point.

In favor of the departmental instance:

  • Real autonomy to install specific plugins—in math's case, formula editors, automatic exercise graders, and parameterized question banks.
  • Content that survives the central environment's room creation and deletion cycle.
  • Freedom to experiment with course formats without opening a ticket.

Against:

  • Hidden maintenance cost: each instance is a server, a certificate, an upgrade schedule, and a backup to monitor.
  • Security risk concentrated where there's less IT staff. A forgotten instance on an unsupported version is an open door.
  • Fragmented student experience—two logins, two calendars, and two notification lists.
  • Learning data scattered, making consolidated engagement reports impossible.

The middle ground that works best is the federated model: a single institutional environment for official course sections, centralized authentication via SSO across all satellite instances, and a written retention and backup policy valid for all of them. Pedagogical autonomy preserved, risk surface controlled.

Checklist for institutions running Moodle

From the UnB case, you can extract a short list applicable to any operation, from federal university to technical school:

  1. Redirect http to https on all subdomains and publish HSTS. It's the cheapest fix with the biggest impact on support.
  2. Write your retention policy and communicate it in advance, as CEAD did for August 31. Silence here leads to lost materials and faculty friction.
  3. Automate institutional backups beyond the instructor's manual backup. Automatic routine, off-server copy, and periodic restore testing.
  4. Plan version migration 12 months ahead and never execute it on the eve of the semester start.
  5. Treat mobile as a primary channel. Undergraduate students reach for their phones before their computers—and that's where most institutions still lose engagement.

The last item deserves a paragraph. The app solves what the browser doesn't: notifications that arrive without relying on email. We've detailed how Moodle push notifications work as an engagement multiplier and why offline mode changes study behavior for those with unstable internet. If you're deciding between the official app or investing in your own, the comparison between Moodle Mobile and a custom app covers the cost threshold, and the benefits of a custom Moodle app help justify the project internally. For those also evaluating alternatives to the LMS, it's worth reading the Google Classroom 2026 updates.

Conclusion: what to do this week

If you're a UnB student, take care of two things today: confirm your schedule before August 14, when extra enrollment and course withdrawal close, and check which environment each instructor uses for materials—Aprender 3 or Moodle MAT UnB. Bookmark both https addresses, and the broken-link problem disappears.

If you administer a Moodle environment, use UnB's calendar as a reminder. Back up before August 31, check your subdomains' redirects, and put the migration to the next LTS in this year's budget. I've worked with Moodle for over a decade in critical EAD environments, and the pattern repeats: almost every start-of-semester emergency was created months earlier by a postponed configuration.

At Agathas Web, we handle exactly that layer—hosting, version upgrades, backup policies, and custom apps for institutions running Moodle. If your environment is still on 4.5 and no one has decided when to migrate, that's the topic for your next IT meeting.