Brazil's biggest MU Online portal — since 2003
Content library

Tutorials · MU Online

Learn to play better and to build/run your own server. — 600 results.

Tutorials

📡
Tutorial

How to monitor your MU Online server's uptime with multi-region checks

Build a multi-region uptime monitoring system for your MU Online server, catching real outages, false-positive routing issues, and per-continent latency before players complain.

15 min · Intermediate ·
🛡️
Tutorial

How to protect your MU Online server against DDoS

Complete guide to protecting a MU Online private server from DDoS attacks: why MU servers are frequent targets (competition, revenge, extortion), the types of attacks used against MU servers (volumetric UDP/TCP, SYN flood, DNS amplification, HTTP flood), the layered protection strategy (hosting with anti-DDoS, hiding the real IP, Windows Firewall hardening, rate limiting), how attackers discover your server's IP through the website, DNS, and client analysis, which ports should be open vs permanently closed (never open TCP 1433 or UDP 1434 to the internet), how to choose a hosting provider with real anti-DDoS protection, what to do during an active attack (communicate, don't panic, don't expose the IP), and how to evaluate your protection after an attack.

12 min · Advanced ·
🔒
Tutorial

How to sanitize user uploads on your MU Online server's website and panel

Implement secure sanitization of user uploads (avatars, ticket attachments, forum images) on your MU Online server's website, covering real type validation, size limits, renaming, and storage outside the webroot.

16 min · Advanced ·
🧬
Tutorial

How to configure anti-dupe (item duplication) in MU Online

Understand how item duplication bugs arise in MU Online and set up layered defenses — unique serials, atomic transactions, cooldowns, and automatic detection — to armor your server's economy.

18 min · Advanced ·
🖥️
Tutorial

How to create a web administration panel for MU Online

Build a secure web administration panel for your MU Online server, with strong authentication, permission control, account and character management, bans, item delivery and complete audit logs.

15 · Advanced ·
🛡️
Tutorial

Advanced Use of GM Tools on MU Online Server

Learn to use advanced GM commands, manage players via SQL, and configure staff permissions on your MU Online private server.

12 min · Intermediate ·
🗂️
Tutorial

How to document the internal processes of your MU Online server

Structure the internal documentation of your MU Online server project: file configuration, team procedures, backup routines, and onboarding for new GMs, with practical organization templates.

14 min · Intermediate ·
🛡️
Tutorial

Complete MU Online Server Maintenance Guide

Everything you need to know about maintenance cycles, restarts, and long-term stability in MU Online Season 6 servers.

12 min · Intermediate ·
🗡️
Tutorial

How to configure 380 items (3rd option) on a MU Online server

Learn how to configure 380 items (level 380) with a third option on your MU Online server: drop, creation, exclusive attributes, and impact on PvP.

17 min · Advanced ·
🛡️
Tutorial

How to Configure Custom Reset System on MU Server

Learn how to configure a custom reset system on your MU Online server with SQL, .ini files, and scalable point bonus logic.

12 min · Intermediate ·
🛡️
Tutorial

How to Implement Advanced In-Game Shop on MU Online Server

Learn how to set up a full in-game shop on your MU Online S6 server, covering NPCs, SQL tables, currency integration and economy balancing.

12 min · Advanced ·
🔐
Tutorial

How to set up anti-tamper (protection) for the MU Online client

Harden your MU Online server's Main.exe against editing, injection and memory hacks by combining integrity checksums, anti-debug, module verification and a signed handshake with the server.

24 min · Advanced ·
🖥️
Tutorial

How to Edit Monsters, Spawn Spots and Drops on Your MU Server

Learn how to configure monsters, define spawn spots, and customize drop tables on your MU Online private server using server-side files.

18 min · Intermediate ·
🖥️
Tutorial

How to Edit Items and Maximum Level on Your MU Online Server

Learn how to configure item stats and raise the maximum character level on your MU Online private server through direct file and database edits.

18 min · Intermediate ·
📖
Tutorial

Practical MU Online glossary for beginners (terms and acronyms)

Step-by-step MU Online dictionary for those just starting out: what Reset, Excellent, Ancient, Wings, BC/DS/CC, Zen, WCoin, PvP, buff, tank, farm and all the acronyms you see in chat and in guides mean.

14 min · Beginner ·
🌐
Tutorial

How to Use a CDN to Speed Up Your MU Online Server Website's Assets

Set up a CDN to serve images, CSS, JS, and the downloadable client for your MU Online server website, reducing load times and origin server load during launch spikes.

14 min · Intermediate ·
🖌️
Tutorial

How to edit the Main, login screen and client resolution

Complete guide to customizing a MU Online private server client: what the Main.exe controls (server connection, client behavior, texts), the two methods for changing the server IP in the client (config file vs hex editor), how to use HxD to safely hex-edit Main.exe and replace the hardcoded IP, how to change the login background image (correct file format, dimensions, and location by season), how to edit the WTF file and text files to customize in-game messages and item names, how to fix broken accent characters (locale setting, font files, encoding), how to configure the client resolution for modern widescreen monitors, a full list of tools you need for client editing, and the safety checklist before distributing a modified client.

12 min · Advanced ·
🛡️
Tutorial

Advanced Map Editing and Monster Spawn on MU Server

Master spawn editing, map configuration and monster balancing in MU Online Season 6 — a complete technical guide for server administrators.

12 min · Advanced ·
👹
Tutorial

How to add new monsters (BMD) to the MU Online client

Technical guide to inserting new monster models (BMD) into the MU Online client: the Monster folder, OZT/OZJ textures, model slots, animations and synchronization with the server's MonsterList.

16 min · Advanced ·
⚖️
Tutorial

How to balance event rewards without breaking your MU Online economy

Learn how to calculate the economic impact of event rewards in MU Online, with currency-drain models, item-rarity reference tables, and a testing process before publishing any new event.

16 min · Advanced ·
⌨️
Tutorial

Complete guide to GM commands by season in MU Online

A practical reference of Game Master commands organized by MU Online season, with syntax, real examples, and differences between emulators.

18 min · Intermediate ·
🗄️
Tutorial

Install SQL Server 2014/2017/2019 for MU Online

Complete guide to installing modern SQL Server versions (2014, 2017, 2019) for MU Online: when modern SQL is the right choice vs SQL Server 2008 R2, the Express vs Developer vs Standard edition comparison, the full installation walkthrough with the critical Mixed Mode authentication step, why SSMS is now a separate download and how to get it, enabling TCP/IP in Configuration Manager, database compatibility levels for running classic S6 distributions on modern SQL (setting level 100 for SQL 2008 compatibility), creating the MuServer login user with T-SQL, and the most common compatibility problems when migrating a classic distribution from SQL 2008 to SQL 2019.

12 min · Intermediate ·
🚀
Tutorial

How to build a continuous deployment (CI/CD) script for your MU Online server

Build a continuous deployment pipeline for your MU Online server, automating emulator builds, database migrations, client file distribution, and safe GameServer/ConnectServer restarts.

16 min · Advanced ·
💬
Tutorial

Community satisfaction metrics for MU Online servers

How to measure the real satisfaction of your MU Online server's community, beyond the Discord 'feeling' — using surveys, NPS, support-ticket analysis and social media sentiment.

14 min · Intermediate ·