> > *3. Have you configured your connections to record into the correct > location with the ${HISTORY_PATH} and ${HISTORY_UUID} tokens?* > Yes, used below path - > > *Recording path: */guacamole-data/guacd-recordings/${HISTORY_UUID} > *Recording name: *${HISTORY_UUID} > *Automatically create recording path: *checked(also tried uncheck mark on > this option) > >> At a quick glance, I think this may be your issue. You've specified the ${HISTORY_UUID} token twice - once in the recording path, and once in the recording name. According to the documentation, you need to pick one of two ways to specify this:
* The recommended way is to specify the Recording Path as "${HISTORY_PATH}/${HISTORY_UUID}", and then set the Recording name to something more meaningful and human-readable (${GUAC_DATE}${GUAC_TIME} for example). https://guacamole.apache.org/doc/gug/recording-playback.html#option-1-using-a-subdirectory-named-with-the-history-uuid-recommended * The alternative is to specify the Recording path as "${HISTORY_PATH}" and the Recording name as "${HISTORY_UUID}", which will keep all the recordings in the same folder with the UUID as the name. If you don't need to be able to identify the recording files yourself and are content with them having UUID-based named, then this is acceptable. I'll take a closer look at the great detail that you've provided and see if anything else jumps out, but I'd say try adjusting the above and see if that helps at all. -Nick