How to install
Minimum system requirements
| Parameter |
Value |
| Java |
Java 17+ |
| CPU |
1 core+ |
| RAM |
1 GB+ |
Java
Here you can download Java 21, but we recommended use latest LTS release.
Java 21 Java 17
On linux
- Download and install
Java
- Put the jar file in a separate folder and create
start.sh
- In the start.sh file, enter this:
java -Dfile.encoding=UTF-8 -jar <name of jar file>.jar
- Run the commands:
cd /path/to/bot and sh start.sh
On windows
- Download and install
Java
- Put the jar file in a separate folder and create
start.bat (create start.txt and rename to start.bat)
- In the start.sh file, enter this:
java -Dfile.encoding=UTF-8 -jar <name of jar file>.jar
- Start
start.bat