Enabling and Disabling Remote Support
- 1 Minute to read
- Print
- PDF
Enabling and Disabling Remote Support
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for 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?