# Command Server Command server is a tool that allows users to gain some additional insight data about TStorage in real time and to execute TStorage commands remotely. ```text usage: commandserver.py [-h] -p PORT (--echo TEXT | --dump-logs | --allow-deletion | --deny-deletion) optional arguments: -h, --help show this help message and exit -p PORT, --port PORT Command server debug port. --echo TEXT Make CommandServer print provided text. Used for debugging. --dump-logs Flush all current logs to a new file. --allow-deletion [USConnector] Allow data deletions from local peers. --deny-deletion [USConnector] Deny data deletions from local peers. ```