As ProxyFox is privacy-focused, giving instructions on setting up your own instance is a must
ProxyFox runs on top of Java 17, so you need to install the proper JDK, we recommend Adoptium OpenJDK
For the most compatible database implementation, it's recommended to install MongoDB
ProxyFox requires an environment variable set, called PROXYFOX_KEY
, that contains the token for the bot.
More information can be found at https://dis.gs/docs and the developer portal. Make sure to enable Message Content Intents in the dashboard.
ProxyFox uses a Gradle build system. You can follow the building instructions for your platform
gradlew build
./gradlew build
Run the build
Gradle task
Take the proxyfox.jar
(name may vary, but will have proxyfox
in it somewhere), found in modules/bot/build/libs
put it into a separate folder, and run the following command
(Replace proxyfox.jar
with the name of the file)
java -jar proxyfox.jar
- If you encounter any problems with any of the steps, join our discord server and open a support thread.