Login Sign Up

Get started.

Create your AeThex Passport and join IGNIS — one identity that works across every game on the platform.

Create Account   Sign In

What makes IGNIS different?

🛂

AeThex Passport — identity you own. One account that works across every game on IGNIS and across the entire AeThex ecosystem. Your identity doesn't die when a platform dies.

🤖

KAEL — AI built into the platform. No other creator platform has AI moderation, a creator assistant, and platform intelligence baked in from day one. KAEL is native infrastructure, not a bolt-on feature.

🎓

GameForge — the creator pipeline. IGNIS has a built-in supply of creators through GameForge's education program. Students learn to build, then publish their first game here. Every other platform pays to acquire creators. We grow them.

Privacy Taken Seriously.

  • You don't have to provide any personal information. The only thing we ask for during the application process is a link to your profile on a social media website such as Twitter or YouTube - this is only done to verify that you are not trying to abuse the site.
  • VPN use encouraged. We highly recommend players use VPNs if they are able to - it helps you out a lot in the event that an exploit is discovered or our database is breached.
  • Secure game servers. Our game server software has been modified to not directly see the IPs of players connecting to them. This is done with the help of nginx. Cloudflare sends your request to our VPS, which is then processed by nginx. Nginx then passes your request to the game server. Our game server program receives a local IP address from nginx, and not your IP address directly. This means that if someone discovers (and abuses) a severe vulnerability in our game server software, they would not be able to collect IP addresses of users.
  • IP Addresses are hashed and only stored temporarily. Your IP is only stored in a hashed format when you perform certain actions, and it is not directly linked with your website account. Your IP is only ever saved for a maximum of 24 hours, after which it is deleted automatically from where it is stored (usually Redis - IPs are deleted once they expire, which can be between 5 minutes and 24 hours depending on the task you perform).