One Day Sec

How do I enable remote debugging for GoAnywhere Managed File Transfer on a Windows system?

To enable remote debugging on Windows, modify the Java options in the `GoAnywhere.exe` file. Open the executable, switch to the Java tab, and add the following parameter: `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8090`. This changes the default debug port from 8000 (which conflicts with the web port) to 8090. After adding the option, restart the GoAnywhere service as detailed in Setting up GoAnywhere Managed File Transfer Vulnerability Debugging Environment.
GoAnywhere Managed File Transferremote debuggingWindowsJDWPJPDA

Browse all Q&A →