Skip to content

Command line tools

Valerie Pond edited this page Sep 11, 2022 · 1 revision

Dalek has a handy bash script in the base directory /home/user/Dalek-Services/ for doing things, called dalek.

Syntax:

./dalek <command> [<subcommand>] [<parameter]

Commands:

Command Description
start Starts Dalek Services and RPC WebServer
stop Stops Dalek Services and RPC WebServer
restart Restarts Dalek Services and RPC WebServer
genconf Generates an UnrealIRCd link block for unrealircd.conf
module Parameters: ./dalek module <list|load|unload> [<module>]
rehash Reloads dalek.conf
help Shows this list

Examples:

./dalek start
./dalek stop
./dalek restart
./dalek genconf
./dalek module list
./dalek module load third/os_raw
./dalek module unload third/os_raw
./dalek rehash
Clone this wiki locally