禁用/卸载代理

方法#1(最快):通过用户界面禁用TCell

  1. 登录您的TCell控制台。
  2. 打开“策略”屏幕,然后选择“概述”选项卡。
  3. 取消选中或禁用每个功能。
  4. 点击部署

方法#2(完成卸载):删除代理

  1. 做以下之一

    • 从WSGI文件中删除以下行:
                   
      1
      os.environ ['tcell_agent_config'] ='/var/www/html/tcell/tcell_agent.config'
      2
      os.environ ['tcell_agent_home'] ='/ var / www / html / tcell'
      3.
      导入Tcell_Agent.
      4.
      tcell_agent.init()
    • 从命令中删除tcell_agent运行以启动应用程序。
  2. 从TCell目录中删除Tcell_Agent.config(通常/ var / www / html / tcell)

  3. 卸载TCell代理。

               
    1
    pip uninstall tcell_agent.
  4. 重新启动服务器。