文档

​
​

Development

User Acquisition

Monetization

工业

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

此页面不支持所选语言。
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
    • Server configuration
    • Client configuration
    • Manage On-Prem licenses
    • Stop, start, or restart server
    • Server administration console
    • Configure UVCS
    • Use server read-only mode
    • Back up and restore data
    • Archive revisions
    • Force client upgrades
    • SSL certificates
    • GitServer
    • Use SAML authentication with Microsoft Entra
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Start, stop, or restart your server

Manually stop, start, or restart your server.
阅读时间1 分钟
最后更新于 10 个月前

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
  • Linux
  • macOS

Windows

Use the Windows Service Manager

  1. Run the
    services.msc
    command to open the Services window.
  2. Select Plastic SCM Server.
  3. 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 the
plasticsd
script as sudo. Find the script in the following locations:
  • In the
    /etc/init.d
    directory to help with automatic start on system boot.
  • In the server installation directory,
    /opt/plasticscm5/server
    , by default.
  • Through the
    service
    command.
The
plasticsd
script has the following options:
plasticsd {start | stop | restart | status}

Example commands

/etc/init.d/plasticsd start
/opt/plasticscm5/server/plasticsd stop
service plasticsd restart
/etc/init.d/plasticsd status
注意
The
status
option returns the running process ID of the server.

macOS

To start or stop the UVCS server daemon, you need to use the
launchctl
macOS command as sudo.

Start 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

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Windows

      • Use the Windows Service Manager

      • Use the command line

    • Linux

      • Example commands

    • macOS

      • Start your UVCS server

      • Stop your UVCS server


报告此页面的问题