Code Editor For Jexactyl
Integrates the Monaco Editor directly into your Jexactyl panel for in-browser file editing.
🌍 Overview
jexactyl-monaco
is a free-to-use addon for Jexactyl that allows you to edit server files directly from the panel using the Monaco Editor (the same editor used in VSCode).
This makes file management faster, easier, and more intuitive without the need for external software.
👉 Revised and expanded version of Code Editor for Pterodactyl.
👉 Inspired by modern code editors for seamless integration into Jexactyl.
📌 Features
- Full integration of Monaco Editor
- Syntax highlighting for many programming languages
- Search & replace functionality
- Adjustable themes (dark/light)
- Lightweight and optimized for panel usage
⚙️ Installation
Run the included installation script:
git clone https://github.com/freeutka/jexactyl-monaco.git
cd jexactyl-monaco
bash ./main.sh
Or in a single line:
git clone https://github.com/freeutka/jexactyl-monaco.git; cd jexactyl-monaco; bash ./main.sh
📌 Notes
- Works on all Jexactyl panel versions v3.x.
- Requires working Jexactyl installation.
- If you encounter issues, open a GitHub Issue on the repository.