⚔️ 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 }} (ID: {{ p.player_id }})
{% if p.is_online %} Online {% else %} Offline {% endif %}
{% endfor %}