MindClass
Classroom management software for Windows, with a native Linux app for supported operations.
MindClass helps teachers and training teams connect devices, manage classroom activity, support presentation workflows, coordinate learners and operate digital classrooms more reliably.
Windows installer (.msi) - about 170 MB
Linux installer (.deb) - Ubuntu GUI with supported cross-platform classroom functions
Key features
Classroom management
Monitor and coordinate classroom devices from one focused interface.
Reliable connection
Built for computer labs, digital classrooms and synchronized classroom operations.
Fast deployment
The MSI package is ready for Windows installation and handover to operations teams.
Recommended requirements
- 64-bit Windows computer
- Stable local network connection
- Permission to install software
How to install
- 1Download MindClass.msi for Windows or the Linux .deb installer for supported Ubuntu devices.
- 2Open the installer and follow the on-screen instructions.
- 3Launch MindClass and configure it for your classroom environment.
Quick install on Ubuntu
Run these commands on teacher and student Ubuntu devices to stop the old app, remove the old package, download the new build, reinstall it, and force an Xorg session for Share/Remote.
pkill -x MindClassLinux 2>/dev/null || true
sudo apt remove -y mindclass || true
curl -L -H 'Cache-Control: no-cache' -o /tmp/MindClass.Linux-linux-x64.deb https://mindnext.com.vn/downloads/MindClass.Linux-linux-x64.deb
sudo apt install -y /tmp/MindClass.Linux-linux-x64.deb
sudo mindclass-force-xorg
sudo rebootTeacher device firewall
If UFW is enabled, open the multicast port on the teacher device for Share and VNC port 5900 on student devices for Remote.
# Teacher device for Share
sudo ufw allow 7452/udp
# Student devices for Remote
sudo ufw allow 5900/tcpVerify after reboot
The result should be x11. If it is still wayland, Linux Share/Remote will be blocked by the session.
echo $XDG_SESSION_TYPE