Getting Started

Follow these simple steps to set up Xerolite on your computer. Make sure you have downloaded the latest version from our download page.

Step 1: Download and Extract

  • Download and extract xerolite-xxxx.zip to your preferred location
  • Verify required files: win-run.bat/linux-run.sh/mac-run.sh, config/, and bin/ folders

Step 2: Start the Program


Windows

Linux

Mac
Open Terminal
Win + R, type cmd
Open Terminal
Ctrl + Alt + T
Open Terminal
Command + Space, type “Terminal”
Navigate
cd C:\path\to\xerolite
Navigate
cd /path/to/xerolite
Navigate
cd /path/to/xerolite
Run Program
win-run.bat
Make Executable
chmod +x linux-run.sh
Run Program
./linux-run.sh
Make Executable
chmod +x mac-run.sh
Run Program
./mac-run.sh

Mac Users: First-time Java Execution

If you encounter a security warning:

  1. Navigate to /jre/bin
  2. Right-click java → Open
  3. Click “Open” on security warning
  4. Close terminal and rerun ./mac-run.sh

Step 3: Check Generated Login Credentials

Default credentials are generated and saved in config/login-credentials.properties

First time startup, the generated credentials will be printed out in the console.

Security Note

Change default credentials after first login by editing config/login-credentials.properties

Step 4: Access the Login Page

  • Open browser and enter: localhost or http://localhost or http://127.0.0.1
  • Log in using credentials from Step 3

Important: Port 80 Access

For TradingView access, ensure:

  • Port 80 is not blocked by firewall
  • No other application uses port 80
  • Cloud service allows port 80 traffic

Test accessibility from another device by entering server’s IP address in browser