Template custom untuk halaman login Mikrotik Hotspot yang modern dan responsif.
login.html- Halaman login utamalogin.css- Stylesheet untuk halaman loginlogout.html- Halaman logoutstatus.html- Halaman status sesierror.html- Halaman errorredirect.html- Halaman redirectalogin.html- Halaman login alternatifrlogin.html- Halaman login redirectradvert.html- Halaman advertisementmd5.js- Library untuk enkripsi MD5errors.txt- File konfigurasi pesan error
1.jpeg- Background image untuk halaman logout2.jpeg- Background image untuk halaman login
β Desain Modern - UI yang clean dan profesional
β Responsif - Bekerja optimal di desktop dan mobile
β Dark Theme - Tema gelap yang eye-friendly
β Animasi Smooth - Transisi dan efek halus
β Font Awesome Icons - Icon yang konsisten
β Google Fonts - Typography yang elegan
# Upload semua file ke direktori hotspot di Mikrotik
/file print
/file upload "login.html"
/file upload "login.css"
# ... dan seterusnya untuk semua file# Set halaman login utama
/ip hotspot profile set [find default=yes] login.html=login.html
# Set halaman logout
/ip hotspot profile set [find default=yes] logout.html=logout.html
# Set halaman status
/ip hotspot profile set [find default=yes] status.html=status.html
# Set halaman error
/ip hotspot profile set [find default=yes] error.html=error.html
# Set file CSS
/ip hotspot profile set [find default=yes] css-file=login.css- Buka Winbox dan connect ke Mikrotik
- Masuk ke menu "Files"
- Upload semua file ke direktori root
- Pastikan semua file memiliki permission yang tepat
/ip hotspot profile set [find default=yes] http-redirect=yes
/ip hotspot profile set [find default=yes] redirect-url="http://your-domain.com"/certificate import file-name=your-cert.pass
/certificate import file-name=your-key.key
/ip service set www-ssl certificate=your-cert.passEdit file login.css dan ubah variabel CSS di bagian :root:
:root {
--primary-color: #your-color;
--secondary-color: #your-color;
--text-color: #your-color;
}Ganti file 1.jpeg dan 2.jpeg dengan gambar custom Anda
Edit file login.html dan logout.html:
<div class="logo-text">NAMA_ANDA</div>Edit semua file HTML dan ubah link Instagram:
<a href="https://www.instagram.com/username_anda">Created By YourName</a>- Pastikan semua file sudah diupload
- Check permission file
- Restart service hotspot
- Pastikan path CSS benar di HTML
- Check apakah file CSS terupload
- Pastikan file gambar ada di direktori
- Check permission file gambar
Template ini sudah dioptimalkan untuk:
- π± Mobile (max-width: 480px)
- π Tablet (max-width: 768px)
- π» Desktop (min-width: 769px)
- Menggunakan MD5 encryption untuk password
- Validasi input form
- Protection against XSS
- Secure cookie handling
- β Username/password authentication
- β Remember me functionality
- β Session management
- β Data usage tracking
- β Time limit tracking
- β MAC address binding
- Chrome 60+
- Firefox 55+
- Safari 12+
- Edge 79+
- Initial release
- Modern dark theme
- Responsive design
- Complete hotspot pages
Dibuat oleh DzarelDeveloper
Instagram: @syntaxx.sky
MIT License - bebas untuk digunakan dan dimodifikasi.
Silakan fork dan pull request untuk improvements.
Gunakan template ini untuk tujuan edukasi dan legal. Penulis tidak bertanggung jawab atas penyalahgunaan.
Untuk melihat cara install dan konfigurasi step-by-step di Mikrotik, tonton video tutorial ini: Link Video Tutorial ( COMING SOON )
Happy Hotspotting! π
