Start, stop, or restart your server
Manually stop, start, or restart your server.
Read time 1 minuteLast updated 21 days ago
The Unity Version Control (UVCS) server starts automatically on server boot, and when the installation process finishes. Manage your server on the following systems:
Windows
Use the Windows Service Manager
- Run the command to open the Services window.
services.msc - Select Plastic SCM Server.
- Select Start, Restart, or Stop.
Use the command line
plasticd {--start |--stop | --restart}
Linux
To start and stop the Plastic SCM service on Linux systems, use theplasticsd- In the directory to help with automatic start on system boot.
/etc/init.d - In the server installation directory, , by default.
/opt/plasticscm5/server - Through the command.
service
plasticsdplasticsd {start | stop | restart | status}
Example commands
/etc/init.d/plasticsd start
/opt/plasticscm5/server/plasticsd stop
service plasticsd restart
/etc/init.d/plasticsd status
macOS
To start or stop the UVCS server daemon, you need to use thelaunchctlStart your UVCS server
To start the UVCS server, run the following command:sudo launchctl load /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist
Stop your UVCS server
To stop the UVCS server, run the following command:sudo launchctl unload /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist