Skip to content

🪜 Usage

The following commands are assumed you're in WGDashboard/src

Start

This command will start WGDashboard and run it in the background.

shell
./wgd.sh start

Stop

This command will stop WGDashboard.

shell
./wgd.sh stop

Restart

This command will stop and start WGDashboard in the background.

shell
./wgd.sh restart

Debug Mode

This command will run WGDashboard in the foreground and output logs on the screen.

shell
./wgd.sh debug