RPC Plus is a free and open-source tool that lets you personalize your Discord Rich Presence effortlessly. You can customize your presence without any coding required.
Full RPC customization
No coding required
User-Friendly
- Create the Application
Go to the Discord Developer Portal.
Create a new application.
Name your app based on your desired RPC name. - Upload Assets
Go to your application.
Go to Rich Presence using the sidebar.
Click on Add Image(s) and select your image. - Connect the Application
Go to your application.
Go to OAuth2 using the sidebar.
Copy the Client ID.
To install RPC Plus, follow these steps:
- Clone the Repository
git clone https://github.com/charge-dev/rpc-plus.git
- Remove Unnecessary Files
Move all files/folders outside the
rpc-plus
folder.
Delete therpc-plus
folder. - Install Dependencies
npm i discord-rpc
- Configure RPC Plus
Open the
config.json
file located in thesrc
folder.
ReplaceCLIENT_ID
with the copied Client ID.
ReplaceLARGE_IMAGE_KEY
orSMALL_IMAGE_KEY
with your asset name.
Customize the Discord Rich Presence settings according to your preferences. - Run the Application
node .
- Verify Installation
Open Discord and check your Discord Rich Presence to verify that RPC Plus is running correctly. You should see the presence reflecting the configuration specified in theconfig.json
file. - Disconnect RPC Plus (Optional)
Make sure you have the IDE terminal opened.
PressCTRL
andC
to stop the process.