Enabling Debug Logging for the VM Access Proxy
The Snow Commander VM Access Proxy allows users outside your firewall to connect to VMs within your network via Snow Commander or the Service Portal. If you experience connection issues, you may need to enable debug logging to provide detailed operational information for troubleshooting. Follow the steps below to enable debug logging, based on your version of the VM Access Proxy.
For VM Access Proxy versions 3.4 and later
- Log in to the Ubuntu 20.4 server hosting the VM Access Proxy solution.
- Open the log configuration file:
sudo vi /var/data/conf/log4j2.xml - Change the root level logger from
INFOtoDEBUG. - Press
ESCand then enter
to save and quit.:wq - Restart the containers by issuing the commands:
sudo docker restart "remote access" sudo docker restart guacd - Allow five minutes for the system to re-initialize.
- Establish both a working connection and a non-working connection (if possible) with debug logging enabled and note the IP addresses and machine names. Provide these details to technical support.
- After providing the log files to support, revert the logging level to
INFOby following the same procedure.
For VM Access Proxy versions 3.3 and earlier
- Log in to the VM Access Proxy appliance:
- Username: vcommander
- Password: gRHrB211
- Stop the Tomcat service:
Enter the password when prompted.sudo service tomcat8 stop - Edit the logging configuration file:
sudo vi /var/lib/tomcat7/common/classes/log4j.properties - Locate the line:
Use theembotics.rootLogger=INFO,F1[Delete]key to remove characters back to the equals sign. - Enter insert mode and update the line:
*a embotics.rootLogger=DEBUG,F1 - Press
ESCand then enter:wq!to save and quit. - Start the Tomcat service:
Enter the password when prompted.sudo service tomcat8 start - Establish working and non-working connections as described above and provide logs to technical support.
- Restore the logging level to
INFOby following the same procedure.
Outcome
Debug logging is enabled on the VM Access Proxy, providing detailed operational data for troubleshooting purposes.
Was this helpful?
© 2026 Flexera. All rights reserved.