⚔️ Grepolis Remote

Select an active account to manage

{% if not players %}

No players found! Install the Tampermonkey script and log into the game first.

{% endif %} {% for p in players %}
{{ p.player }} [{{ p.world_id }}] (ID: {{ p.player_id }})
{% if p.captcha_active %} ⚠️ Captcha {% endif %} {% if p.is_online %} Online {% else %} Offline {% endif %}
{% endfor %}