Skip to content

Steam Group Chat Support

DNA-styx edited this page Dec 9, 2024 · 4 revisions

image

Details of your Steam Group Chat is queried from Steam hourly.

Set up

image

  • Server Name: This is just a placeholder, actual server name is pulled from Steam
  • Server: Enter your Steam Group's groupID64 (details below)
  • Password & Ports: Not used
  • Public Notes: Enter any notes that you want to appear beside the entry
  • Server Type: Select Steam Group

Ensure the web server has read/write access (777) to the cache file located at includes\steamgroup\memberslist.xml

How to find your Steam Group's ID

To find your Steam group ID, first get the URL of your steam group. It will look something like:
https://steamcommunity.com/groups/nameofgroup

Then append the following to the end of the URL:
/memberslistxml/?xml=1

Which will give you something like the following:
https://steamcommunity.com/groups/nameofgroup/memberslistxml/?xml=1

It will then show you some XML code, at the top of which will have your Steam groups ID, for example:
<memberList>

<groupID64>103249292485930254</groupID64>

Copy the numbers out of the groupID64 tags, that is your Group's ID.

Sources

Clone this wiki locally