MNX.io Docs
Search…
MNX.io Documentation
Getting started
Data centers
Instances
Triton CLI & Tools
Using the VNC console
Triton CLI tool
Hashicorp Packer and Terraform
Container Monitor with Prometheus
Network
CloudAPI Documentation
Contacting Support
Images
Linux
FreeBSD
Powered By
GitBook
Using the VNC console
When running KVM or BHYVE based compute instances you can access the VNC console
Getting access to the console
To gain access to the console, you must have the
Triton CLI tools installed
. Configure the environmental variables. As an example:
1
$ export SDC_ACCOUNT="<your username>";
2
$ export SDC_KEY_ID="<your SSH key ID (XX:XX:XX:XX...)";
3
$ export SDC_URL="https://us-central-1.api.mnx.io";
Copied!
Login to the portal and these are generated for you at
https://portal.mnx.io/faq/triton-cli/
.
Next, use the triton CLI to establish a VNC proxy session
Using triton-cli to establish a VNC session
1
$ triton inst
ls
2
SHORTID NAME IMG STATE FLAGS AGE
3
dec9179d mnx-test-vnc
[email protected]
running K 19w
4
1928324a mnx-webserve
[email protected]
running K 18w
5
6
$ triton inst vnc dec9179d
7
Listening on vnc://127.0.0.1:60823
Copied!
Now, use your VNC program to connect to the listening address and you will have access to the console.
Previous
Triton CLI & Tools
Next
Triton CLI tool
Last modified
1yr ago
Copy link