Administrator access
On a TurboStack host you work as your own system user, not as the administrator (root). That
is deliberate. The platform manages the server's configuration. A change made by hand outside that
model is overwritten on the next publish, or it quietly breaks
something the platform expects.
Your system user can still do a small number of things with administrator rights. These are the day-to-day operations that would otherwise need a support ticket: telling a service to re-read its configuration, or clearing a cache.
Warning
These commands act on the entire server, not only on your own application. If several applications, or several customers' sites, run on the same host, a reload or a cache clear affects all of them. Know what a command does before you run it, and prefer a quiet moment.
If you are not sure, ask Support. That is cheaper than finding out on a production host.
Reload and restart are not the same thing
A reload tells a service that is already running to re-read its configuration. It keeps serving visitors while it does so. This is what you want in almost every case.
A restart stops the service and starts it again. Visitors get an error while it is down. You rarely need one.
What your system user may run
Put sudo in front of the command. It works only for the commands below; anything else is refused.
This list is generated from the platform's own configuration, so it is always what the servers actually grant:
Note
The * in a command is a wildcard the rule allows, not something you type literally. Use your own
version, for example sudo systemctl reload php8.4-fpm.service.
The ones to be careful with
What is not included
There is no root shell, and no way to install packages, edit system configuration, or restart databases yourself. Those are the platform's to manage, and doing them by hand would put the server out of step with its configuration. Support handles them.
Related
- SSH access - how to connect
- tscli command-line reference
- Publishing changes - how configuration normally reaches the server
- Configure PHP - including OPcache preloading
- Roles and access - who can do what in the interface