@william-siqueira, first you could make sure the default commands you have in your commands.json run when you click the green Trigger button in your account.
The background commands (the commands with ground = background) will run if you've installed the background service using installdaemon.sh, but you'll need to use ps -ef to check whether they ran because they don't run in the foreground where you can see them.
After that, you can add your own commands by copying one of those lines, and editing the command field to be your own command.