Brazil's biggest MU Online portal — since 2003
Tutorial Beginner Server

How to install XAMPP for the MU Online server website

XAMPP sets up a local web server (Apache + PHP + MySQL) in minutes — ideal for running your MU Online server's website.

VI ViciadosMU Team · Updated on 29 jun 2026 · ⏱ 7 min read

XAMPP is the fastest way to have a local web server: Apache, PHP and MySQL in a single installer. It's great for running and testing your MU Online server's website.

Nota: Note the difference: the game uses SQL Server (Microsoft). The website usually uses PHP + MySQL — and that's where XAMPP comes in.

What XAMPP includes

  • Apache (web server);
  • PHP (site language);
  • MySQL/MariaDB (site database);
  • phpMyAdmin (visual MySQL manager).

Step by step

  1. Download XAMPP with the PHP version compatible with your web system (e.g. PHP 8.2);
  2. Install and open the XAMPP Control Panel;
  3. Start Apache and MySQL;
  4. Place the site files in the htdocs folder;
  5. Access http://localhost to test.
Atenção: Check the PHP version your site system requires. Running an old site on a very new PHP (or vice versa) causes errors. XAMPP lets you choose the version.

phpMyAdmin

Use phpMyAdmin (at http://localhost/phpmyadmin) to create the site's MySQL database, import tables and manage data visually.

Dica: For production, many prefer to install Apache/PHP/MySQL separately or use hosting. XAMPP is unbeatable for testing quickly on your PC.

Next steps

With XAMPP running, see how to host the server website to set up the database connection and IonCube. For the game itself, follow the SQL Server and MuServer tutorials.

Perguntas frequentes

What is XAMPP for on a MU server?

XAMPP provides Apache + PHP (and MySQL) ready to go, letting you run the server's website (registration, ranking, panel) locally or on the VPS without configuring each component by hand.

Does XAMPP work for the game database (SQL Server)?

Not directly. The game usually uses SQL Server (Microsoft). XAMPP brings MySQL, used by many MU sites. They're separate: XAMPP runs the site; SQL Server runs the game.

VI

ViciadosMU Team

Equipe editorial do ViciadosMU — portal de MU Online no ar desde 2003.

Keep reading

Related articles