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 Configure Drops by Map and Monster on Your MU Server

Learn how to configure item drops by map and monster on your MU Online server, controlling rates, item tiers, and loot tables for balanced gameplay.

18 min · Intermediate ·
🛡️
Tutorial

How to Implement Automatic Ranking System on MU Website

Learn how to build an automatic ranking system integrated with your MU Online SQL Server database, with real-time updates via stored procedures and PHP.

12 min · Advanced ·
🛡️
Tutorial

How to configure Guardian Options and guardian items in MU Online

Technical guide to enabling and balancing Guardian Options and guardian items in MU Online, covering application, bonuses, stacking and integration with the base item.

16 min · Advanced ·
📡
Tutorial

How to build a public status page for your MU Online server

Build a public status page for your MU Online server, showing real-time availability, online players, downtime history, and automatic incident notifications.

13 min · Intermediate ·
🧝
Tutorial

Full Buff Build: how to set up a complete support Elf in MU Online

Build a full buff Elf focused on maximizing the group's Attack/Defense Success Rate, continuous healing, and buff duration, essential for group farming and guild wars in MU Online.

14 min · Intermediate ·
🔔
Tutorial

How to integrate Discord (event webhook) into your MU server

Connect your MU Online server to Discord via webhooks to announce invasions, resets, new registrations, and server status automatically, with pretty embeds, rate limiting, and a message queue.

23 min · Intermediate ·
⚔️
Tutorial

How to read your opponent in MU Online duels and win before the first hit

Learn to read your opponent's build, items, and behavior in MU Online PvP duels to predict their move before it happens and boost your win rate.

14 min · Intermediate ·
🤝
Tutorial

How to create a referral system in MU Online

Implement a referral system on your MU Online server's website, with unique links, Cash rewards, and protection against self-referral fraud.

17 min · Intermediate ·
🧠
Tutorial

How to diagnose a memory leak in your MU Online's GameServer

Identify and mitigate memory leaks in your MU Online server's GameServer using continuous monitoring, profiling tools, and dump analysis, before the process freezes or brings down the server.

16 min · Advanced ·
📊
Tutorial

How to analyze your MU Online server's economy (Zen, Jewels, and inflation)

Learn how to measure your MU Online server's economic health by cross-referencing drop data, NPC consumption, Zen in circulation, and Jewel market prices, to spot inflation before it destroys player progression.

16 min · Intermediate ·
🔨
Tutorial

How to safely reach +9/+11/+13 in MU Online

Learn how to upgrade items to +9, +11 and +13 in MU Online while lowering the risk of breaking them, understanding Jewels, chances and the right order to upgrade.

12 min · Intermediate ·
⚔️
Tutorial

How to build the PvP setup for each MU Online class

A complete guide to PvP builds for all MU Online classes, with stat distribution, items, excellent options, and dueling tactics per class.

14 min · Intermediate ·
🔒
Tutorial

How to segregate your MU Online server's database network

Isolate the accounts, characters, and items database of your MU Online server into its own network, with IP-restricted access, least-privilege service accounts, and encryption in transit.

14 min · Advanced ·
📦
Tutorial

How to diversify your item portfolio in MU Online without wrecking your personal economy

Practical strategies for diversifying your item portfolio in MU Online: balancing use, investment, and resale items, managing risk by category, and avoiding overconcentration in a single item type.

13 min · Intermediate ·
🛡️
Tutorial

How to Load Balance Between Multiple MU Online Servers

Learn to distribute players across multiple GameServers using ConnectServer, configuring routing rules, capacity limits, and automatic failover.

12 min · Advanced ·
🧨
Tutorial

How to prevent SQL Injection in legacy forms on your MU Online server's website

Identify and fix SQL Injection vulnerabilities in legacy PHP panels for MU Online servers — from login and ranking forms to donation pages — using prepared statements, input validation, and hands-on testing.

16 min · Advanced ·
🛡️
Tutorial

How to Configure the Ruud Shop and Event NPCs on MU Server

Learn to configure the Ruud shop, set item prices, position event NPCs, and adjust rewards via SQL and .ini files on MuServer Season 12+.

12 min · Intermediate ·
🤖
Tutorial

How to set up an automatic moderation bot on your MU Online community's Discord

Set up an automatic moderation bot on your MU Online server's Discord, with spam filters, anti-link protection, a progressive warning system, and integration with the staff command log.

15 min · Intermediate ·
🧪
Tutorial

How to disable client version verification in a test environment (MU Online)

A guide to temporarily disabling client version checking on your own MU Online server in development, speeding up the test cycle and re-enabling the protection before going to production.

16 min · Advanced ·
🔥
Tutorial

How to configure the Tormented Square (Burning Kundun) in MU Online

Advanced guide to configuring the Tormented Square and the Burning Kundun boss in MU Online, from the monster waves and the boss to schedules, entry, rewards and troubleshooting.

17 min · Advanced ·
🛡️
Tutorial

How to integrate a third-party anti-cheat into MU Online

Learn to bolt a third-party anti-cheat onto your MU Online server, from loading it in the client to validating it in the GameServer, with heartbeat, module whitelist, and a rollback plan so you don't kick legitimate players.

16 min · Advanced ·
♻️
Tutorial

How to set up automatic restart on failure (watchdog) on a MU server

Build a reliable watchdog that detects when GameServer, ConnectServer or DataServer crash and restarts the processes automatically, without you needing to be sitting in front of the VPS.

22 min · Advanced ·
🔍
Tutorial

How to audit suspicious items with SQL in MU Online

Learn to investigate suspicious items on your MU Online server with forensic SQL — cross-referencing serials, options, origin and logs to tell legitimate drops from forged or duplicated items.

18 min · Advanced ·
💽
Tutorial

Windows or Linux for a MU Online server?

Complete guide to choosing between Windows and Linux for a MU Online server: why the game server is locked to Windows (.exe binaries and SQL Server), what Linux is actually useful for in a MU server setup (cheaper website hosting), the most common LATAM setup (Windows for the game + Linux hosting for the site), the Windows Server version compatibility table for different MU seasons, the Wine/Linux question and why it's not recommended for production, which hardware factors actually matter for server performance (RAM > SSD > CPU > network latency), the decision tree for different situations, and how to connect a Linux-hosted website to a Windows-based game database.

12 min · Beginner ·