# Is Discord on a server safe?

{% hint style="info" %}
Discord is built with Electron, an open source framework that uses a modified version of Chrome to run the app. Discord could easily run up 2GB worth of RAM in your server. We would recommend running discord on your local machine to save RAM on the server.&#x20;

Discord also shouldn't be ran on the server for your own security, although we trust our servers, we would like you to take as many steps as you can to secure your own belongings. Change the RDP port, don't login to your main email via chrome/browser and use the Discord app via browser but logout after each session.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-servers.zesty.group/basics/why-shouldnt-i-run-discord-app-on-my-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
