> ## Documentation Index
> Fetch the complete documentation index at: https://docs.readmin.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Downloads

> To setup activity-tracking, and remote-admin you must install the ReAdmin module.

Let's download the Acitivty Tracking loader for ReAdmin. After clicking the "Download Acitivity Tracking Module", ReAdmin's loader will be downloaded to your computer. Do not lose where you save this file, you will need it.

<img src="https://mintcdn.com/readmin/E3q2oHNta8NF-_mC/images/download-page.png?fit=max&auto=format&n=E3q2oHNta8NF-_mC&q=85&s=16593c36a184cff5203d176e7dae8af3" width="3228" height="2628" data-path="images/download-page.png" />

<img src="https://mintcdn.com/readmin/VJ9bDjFu12zHRV_q/images/downloads.png?fit=max&auto=format&n=VJ9bDjFu12zHRV_q&q=85&s=374a6a6984188b1b900727570476548f" width="259" height="271" data-path="images/downloads.png" />

1. Go to a Roblox Game and open the experience in Roblox Studio.

<Warning>
  You must have edit access!
  ReAdmin cannot give you this access. You must own the Roblox Game or have edit permissions!
</Warning>

<img src="https://mintcdn.com/readmin/VJ9bDjFu12zHRV_q/images/edit-game.png?fit=max&auto=format&n=VJ9bDjFu12zHRV_q&q=85&s=342e3ddfa9513eeedcc88770705d3884" width="1111" height="463" data-path="images/edit-game.png" />

2. Right click on the Workspace in Roblox Studio. Click "Insert from File" in the dropdown. Find the downloaded file from ReAdmin.

3. Put this script into ServerScriptService

<img src="https://mintcdn.com/readmin/VJ9bDjFu12zHRV_q/images/insert-from-file.png?fit=max&auto=format&n=VJ9bDjFu12zHRV_q&q=85&s=6891d6fe77087f040d8560b144ba2bb0" width="530" height="784" data-path="images/insert-from-file.png" />

4. One last thing for this to work, we have to enable HTTP requests for the game. Go to the top right and click on Game Settings. This is in the Home submenu. Navigate to Security and enable requests.

<img src="https://mintcdn.com/readmin/VJ9bDjFu12zHRV_q/images/http-service.png?fit=max&auto=format&n=VJ9bDjFu12zHRV_q&q=85&s=3827ffd67b964caceadc7e3c7d56b525" width="1676" height="733" data-path="images/http-service.png" />

5. After the Loader has been added, Publish your game to Roblox or push `ALT` & `P` on your keyboard.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/readmin/images/http-publish" />

The result should allow user play time to be tracked from in-game. You can now begin to view [user activity](/features/user).

<img src="https://mintcdn.com/readmin/X6aUMb9MDRkgjA7J/images/user-activity.png?fit=max&auto=format&n=X6aUMb9MDRkgjA7J&q=85&s=dc1cf9d2d0851741bd73963f7f542c61" width="2822" height="2100" data-path="images/user-activity.png" />

## Next steps

The same loader powers your in-game [Remote Admin](/settings/remote-admin) command
layer and [Calls](/features/calls). Once it's installed you can:

* Configure command permissions in [Remote Admin settings](/settings/remote-admin).
* Write your own commands and pass them to the loader — see
  [Custom Remote Admin Commands](/api-reference/custom-commands).
