Skip to content
ESB Docs

MEmu Guide

Last updated 3 min read

On this page

Step 1: Setting up MEmu Emulator


MEmu is a brand of emulator that is considered more consistent than bluestacks. Though similar in performance, it seems to be less error prone among many users.

  1. Download and install MEmu here: https://www.memuplay.com/
  2. When creating a new instance, Use Android 7.1 (recommended, not required) and 64-bit, as Evony is now 64-bit only.
  3. Install Evony. Link either your main or alt account and make sure you can load in!
  4. Your game MUST be in English. You can change this in the Evony Game Settings.
  5. We also recommend disabling game auto-update to prevent any issues with Evony updates.

Step 2: Set Display Resolution of MEmu

You must set this resolution. Please do as follows.

  1. Open up MEmu settings and go to the Display Tab.
  2. Under resolution, set it to Portrait.
  3. Set the resolution to 540x960, 240 DPI or 396x704, 132 DPI under customize option
  4. Click Ok. Restart if asked.
  5. Go to Engine and select DirectX. Click save and Restart.

MEmu Guide screenshot 1

Step 3: Android Debug Bridge (ADB) - Finding Port Numbers

MEmu is different from Bluestacks in that it has ADB enabled automatically for you. However, it doesn’t tell you the port numbers. You have to sometimes find them yourself. However, it is pretty easy to find the pattern! You need these ports to connect with ESB.

A. MEmu Port Pattern Explanation

MEmu follows a pattern when setting up port numbers. You must understand this SIMPLE pattern.

The first MEmu emulator you open will have its own port and it won’t change, just like in bluestacks.

The first port starts at: 21503

Every port after increases the value by 10.

So for four instances, the port values would be:

  • 21503
  • 21513
  • 21523
  • 21533

And so on…

B. Using Port Scanner on ESB

The bot application can help you find open ports, simply open the bot application and review the ports listed. Click on a cell in the table to refresh the list anytime for new ports.

MEmu Guide screenshot 2

C. Take advantage of naming in MEmu Multi Instance Manager

  1. Rename each instance to its correct port value so you can remember which instance belongs to which port. Also, please open one at a time, every new memu instance that hasn’t been opened before will have its own port number. So to ensure order of the pattern explained above, just open each for the first time in order!

MEmu Guide screenshot 3

D. Verifying those ports exist (Optional, in case you can’t find the specific port number)

We want to check that the ports exist. Open up all your emulator instances first. After that, search for “Powershell” on your Windows PC.

  1. In powershell, paste this command:

    get-nettcpconnection | select local*,remote*,state,@{Name="Process";Expression={(Get-Process -Id $_.OwningProcess).ProcessName}} | Sort-Object LocalPort | Where-Object {($_.Process -like "*MEmu*" -and $_.LocalPort -lt 26000 -and $_.RemoteAddress -like "*0.0.0.0*")}
    
  2. You will see a result like below. Keep in mind, it MUST follow the pattern! The first port starts at 21503. Notice how you see 21501, that doesn’t follow the pattern, that isn’t correct. You can see the correct port below at 21503. So that port is open and ready to connect with ESB!

MEmu Guide screenshot 4

Step 4: Setting up performance on your Emulator

Emulators take up power on your machine. Imagine if your phone was on your computer. It will require some of your own computer’s resources. This is why you need a computer with modern hardware with decent specifications.

  1. Under MEmu settings, go to the Engine tab.

  2. Click Customize.

  3. Set CPU to 1

    1. Evony doesn’t need more than 1 to run.
  4. Under RAM, enter 2048.

    1. You don’t need more than 2GB, believe me.
  5. Click Ok to save. Restart if asked.

MEmu Guide screenshot 5

Step 5: Opening and Logging into the Bot (ESB-TKR)


The moment you’ve been waiting for.

  1. Continue the guide: Part 1: How to Prepare to Install ESB-TKR