ALPHAClosed test. Bugs and wipes may happen. Open beta coming soon.Closed test, beta soon

Create an account

Registration on the site, the login and password rules, and what to do when the form refuses.

Updated on August 10, 2026

The Zaikan account is created on the site, on the registration page, and it covers both things: getting into the game and getting into the player panel. There is no account creation inside the client. Four fields, no email confirmation step, and the account works on your very next login.

  • 4fields in the form
  • 4 to 10characters in the login
  • 6minimum password characters
  • 5characters per account

Where to register

Registration lives on the /registrar page of the official site, at zaikanmu.com. It is the same site you are reading this on.

https://zaikanmu.com/pt/registrar
The site answers in Portuguese, English and Spanish: swap the /pt for /en or /es.

The four fields

FieldRuleNote
Account login4 to 10 characters, letters and numbers onlyThis is the same login you type on the game screen. No spaces, accents, dots or symbols.
EmailMust look like an email addressIt is stored on the account. No confirmation message is sent.
PasswordAt least 6 charactersThere is no maximum length and no requirement for a digit or a capital letter. The password is stored as a BCrypt hash, never as plain text.
Confirm passwordSame as the previous fieldChecked in the browser only, so you do not mistype it.

The first three rules are checked twice: once in the browser, for quick feedback, and once on the server, which is the one that counts. Bypassing the page validation gets you nowhere, the server refuses all the same.

Step by step

  1. 1Open /registrar

    From the site navigation bar or from the link above.

  2. 2Fill in the four fields

    A short, simple login is best, because it comes back on every login screen.

  3. 3Create my account

    If it went through, the page switches to the account created message and offers the sign in link.

  4. 4Download the launcher

    The account is useless without the client. The launcher installs and updates everything.

When it fails

Every error message has an objective cause. The table below lists the ones the server sends back, with what to do in each case.

MessageWhat happenedWhat to do
Use 4 to 10 characters, letters and numbers onlyThe login has a symbol, an accent, a space, or it is too short or too long.Strip anything that is not a letter or a number and fix the length.
That login already existsSomeone registered that name before. The comparison ignores upper and lower case.Pick another one. Changing a capital letter to lower case does not help.
Enter a valid emailThe text has no at sign, or no dot after the domain.Check the address for typos.
The password needs at least 6 charactersPassword too short.Make it six or longer.
The passwords do not matchThe two password fields are different.Retype both.
Could not create the accountThe site could not reach the server. Usually the server is down or under maintenance.Try again in a few minutes. It is not a problem with your details.

What comes with the account

  • Five character slots. You create and delete characters within that limit.
  • One vault per account, shared between characters, with an empty vault password at the start.
  • Access to the player panel on the site, which lists your characters using the same login and password.
  • No starting items beyond what the class already gives. A new account comes with no registration bonus.

After creating it