Enabling/Disabling Remote Support
- 31 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Enabling/Disabling Remote Support
- Updated on 31 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
You can enable remote assistance by the CTERA support team, by using the portal-support.sh
script. This script adds a user called support, which the CTERA Support Team can uses to remotely access and log in to your CTERA Portal.
To enable remote support:
- Using SSH, log in as root to your CTERA Portal primary server.
- In the command line, enter the following command:
portal-support.sh enable
The support user is created.
To disable remote support:
- Using SSH, log in as root to your CTERA Portal primary server.
- In the command line, enter the following command:
portal-support.sh disable
The support user is deleted.
Was this article helpful?