Applicable to:
- SolusVM
Symptoms
- noVNC does not work and HTML 5 console fails to connect:
CONFIG_TEXT: Server disconnected (code:1006)
- SSL certificate is installed on the master node (step 3 from this article) and it is up to date
- noVNC feature is enabled on Settings page in SolusVM
Cause
noVNC feature is misconfigured
Resolution
- Connect to the master node via SSH
- Make sure that step 4 from the article is completed and
/usr/local/solusvm/data/config.ini
file has necessary parameters setAlso, if there is no such file, execute the following command to create it with the required parameters
# echo [NOVNC] >> /usr/local/solusvm/data/config.ini; echo "use_remote_hostname = true" >> /usr/local/solusvm/data/config.ini; echo "socket_dest_public = false" >> /usr/local/solusvm/data/config.ini
Comments
0 commentsPlease sign in to leave a comment.