UOG has a poller app which sends a special packet to the UO server to gather data.
The packet sent is shown below:
Your server should be coded to accept this packet and handle it accordingly. (this should be built into RunUO, not sure about other servers)
Code: Select all
tcpquery.WriteInt8(0x7f);
tcpquery.WriteInt16(0x00);
tcpquery.WriteInt8(0x7f);
tcpquery.WriteInt8(0xf1);
tcpquery.WriteInt8(0x00);
tcpquery.WriteInt8(0x04);
tcpquery.WriteInt8(0xff);
Code: Select all
RunUO, Name=shardname, Age=226, Clients=2, Items=450725, Chars=22697, Mem=493189K
If you are running RunUO this should already be coded in as far as I know.
Other notes:
The poller IP is 144.217.157.4 as of around 2022. (updated this post in Dec 2023)
Archived topic from UOG, old topic ID:4, old post ID:5