Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.32 KB

Note

This website is in development check this repository regulary for updates.

Development Status Discord

A NextJS+React Webpanel for Sharptimer

CS2 Sharptimer Webpanel

CS2 Sharptimer Webpanel

Requirements

NodeJS

SharpTimer

🛠️ Setup

  1. Clone the repository
  2. Rename .env.local.example to .env.local
  3. Edit .env.local and replace the server IPs and ports with your own and add your sharptimer mysql DB credentials
  4. Run npm install to install dependencies
  5. Run npm run dev to start the development server

Customizing Server IPs

To add or modify server IPs, edit the SERVER_IPS variable in your .env.local file. The format is a JSON array of objects, each containing an ip and port.

Example:

SERVER_IPS=[{"ip":"192.168.1.100","port":27015},{"ip":"192.168.1.101","port":27016}]

Join our Discord for Support. https://discord.gg/n4xCDWrQRB