Commandline
From TrackmaniaServer Wiki
The commandline is used to execute some special commands that are not available directly from the admin panel.
How to execute a command?
- Visit the Admin-Panel
- Click Commandline
- Enter the command
- Click Execute
Attention: All commands are executed immediately without confirmation. Please think twice if you are using the correct command!
Public commands
All commands are lowercase.
| set validation XXXX | Sets the Validation-Code to XXXX |
| set ownertmaccount XXXX | Sets the owners TM-Account to XXXX. Can be executed by the owner only. |
| set packmask united | Sets the packmask to United on TMF-Servers |
| set packmask nations | Sets the packmask to Nations on TMF-Servers |
| set p2p true | Enables P2P-Connections for your server |
| set p2p false | Disables P2P-Connections for your server |
| unset validation | Removes the current Validation-Code |
| read validation | Returns the current Validation-Code |
| read memorylimit | Returns the current PHP Memory-Settings for your server |
| read ownertmaccount | Returns the owners TM-Account |
| read p2p | Returns the current P2P-State |
| call neighborhood | Opens the Config-Maker for Server-Neighborhood |
| reset customcfg | Restores all original configuration files |
| reset wipe | Restores factory defaults. Deletes all settings, files and databases. |
| reset lastdump | Restores the last emergency dump if it exists. |
| reset cache | Clears the Server-Cache. This can solve performance problems. |
| install remotecp | Calls the routine for RCP-Installation (if not already shown in Admin-Panel) |