Basic configuration¶
Setting parameters¶
Cactool allows for the customisation of various parameters.
As an example, you could configure Cactool to run on port number 8080 by executing the following
cactool set port 8080
On some systems, this may be
python -m cactool set port 8080
More information is given in the Configuration section.