Enabling and Disabling Remote Support
- 27 Jun 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Enabling and Disabling Remote Support
- Updated on 27 Jun 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. A user called support is created, which the CTERA Support Team can uses to remotely access and log in to your CTERA Portal.
All Platforms Except AWS
To enable remote support:
- Using SSH, log in as
root
to your CTERA Portal primary server. - Run the following command to enable support access:
portal-support.sh enable
To disable remote support:
- Using SSH, log in as
root
to your CTERA Portal primary server. - Run the following command to disable support access:
portal-support.sh disable
AWS
To enable remote support:
- Using SSH, log in as
admin
to your CTERA Portal primary server. - Run the following command to enable support access:
support enable
To disable remote support:
- Using SSH, log in as
admin
to your CTERA Portal primary server. - Run the following command to disable support access:
support disable
Was this article helpful?