<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Basic Commands for Synthetic in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Basic-Commands-for-Synthetic/ta-p/198164</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2&gt;Summary&lt;/H2&gt;
&lt;DIV&gt;When an HTTP or Browser monitor fails on a Synthetic ActiveGate, the first step is always to verify whether the request works directly from the ActiveGate host. This article provides a set of troubleshooting commands and methods that help you identify connectivity, proxy, authentication, and timeout issues for both HTTP and Browser monitors.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Troubleshooting HTTP Monitor Failures&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When an HTTP monitor fails on the ActiveGate, validate connectivity using &lt;CODE&gt;curl&lt;/CODE&gt; directly on the host.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test the Request from the ActiveGate&lt;/P&gt;
&lt;UL class=""&gt;
&lt;LI&gt;No proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329" &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329" –x http(s)://proxyhost:proxyport –proxy-user username:password &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;With basic authentication&lt;/P&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Adjust the URL format:&lt;/DIV&gt;
&lt;A href="https://username:password@test.com" target="_blank" rel="noopener"&gt;https://username:password@test.com&lt;/A&gt;&lt;STRONG style="color: inherit; font-size: 24px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG style="color: inherit; font-size: 24px;"&gt;Troubleshooting HTTP Monitor Timeouts&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;HTTP monitors have a &lt;STRONG&gt;default timeout of 10 seconds&lt;/STRONG&gt;.&lt;BR /&gt;If a monitor times out, verify whether the server responds within that window:&lt;/DIV&gt;
&lt;PRE&gt;time curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329 &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;If required, add the proxy options from above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Troubleshooting Browser Monitor (Clickpath) Issues&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Browser monitors rely on Chromium-based execution. If a Browser monitor is failing (especially connection‑related errors), test the request directly from the ActiveGate.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;STRONG&gt;Basic Browser Monitor curl Tests&lt;/STRONG&gt;&lt;/H3&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;Browser Monitor (ClickPath)&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class=""&gt;
&lt;LI&gt;No proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4 RuxitSynthetic/1.0" &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4 RuxitSynthetic/1.0" –x http(s)://proxyhost:proxyport –proxy-user username:password &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;With basic authentication&lt;/P&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Adjust the URL format:&lt;/DIV&gt;
&lt;A href="https://username:password@test.com" target="_blank" rel="noopener"&gt;https://username:password@test.com&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Testing Browser Monitor Executions with Chromium&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When deeper troubleshooting is required, you can manually run Chromium with Synthetic extensions enabled.&lt;/DIV&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;Headless Chromium test (no GUI) — Private Synthetic Location&lt;/STRONG&gt;&lt;/H3&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE&gt;cd ~ export DISPLAY=:99; /opt/dynatrace/synthetic/browser --headless --screenshot https://&amp;lt;site-of-interest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commandline.png" style="width: 939px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/8447i9F643CC803BD1F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="commandline.png" alt="commandline.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Full Example with Synthetic Extensions Enabled&lt;/H3&gt;
&lt;PRE&gt;cd ~ export DISPLAY=:99;  /opt/dynatrace/synthetic/browser --user-data-dir=/var/tmp/dynatrace/synthetic/cache/vuc_work_diagnostics --disk-cache-dir=/var/tmp/dynatrace/synthetic/cache/vuc_work_diagnostics_cache --disk-cache-size=104857600 --disable-popup-blocking --ssl-version-min=tls1 --test-type --ignore-certificate-errors --no-default-browser-check --no-first-run --disable-translate --disable-web-security --disable-background-networking --disable-plugins-discovery --dns-prefetch-disable --noerrdialogs --disable-default-apps --disable-desktop-notifications --disable-crl-sets --allow-outdated-plugins --always-authorize-plugins --disable-web-resources --silent-debugger-extension-api --disable-internal-flash --disable-bundled-ppapi-flash --disable-appcontainer --user-agent="Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36 RuxitSynthetic/1.0 v87769033 t7840928177123288742" --load-extension=/opt/dynatrace/synthetic/vucontroller/playback/playbackengine,/opt/dynatrace/synthetic/vucontroller/playback/websocketextension --disable-extensions-except=/opt/dynatrace/synthetic/vucontroller/playback/playbackengine,/opt/dynatrace/synthetic/vucontroller/playback/websocketextension --window-size=1024,768 --window-position=100,100 --proxy-server="http=&amp;lt;proxy-host&amp;gt;:&amp;lt;proxy-port&amp;gt;;https=&amp;lt;proxy-host&amp;gt;:&amp;lt;proxy-port&amp;gt;;" --proxy-bypass-list="localhost;&amp;lt;list-of-coma-separated-hosts&amp;gt;;" --headless --screenshot http(s)://&amp;lt;site-of-interest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;With GUI (Private Synthetic Location)&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Default path on Linux:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;LI-CODE lang="markup"&gt;/usr/bin/chromium-browser &lt;/LI-CODE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Default path on Windows:&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\dynatrace\synthetic\Chrome-bin\chrome.exe&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Launch the Chromium browser and test as you would interactively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Testing on Windows (Raw Response)&lt;/H3&gt;
&lt;PRE&gt;Invoke-WebRequest -MaximumRedirection 10 -Uri "&amp;lt;url you are testing&amp;gt;" | Select-Object -Expand RawContent&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId-1971787789"&gt;What's Next&lt;/H2&gt;
&lt;P&gt;More commands can be found here:&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Firewall-Constraints-and-allowlisting-for-Synthetic-Monitoring/ta-p/213876" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN class=""&gt;Firewall Constraints and allowlisting for Synthetic Monitoring&lt;/SPAN&gt;&lt;/A&gt;.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If none of the previous steps resolved the issue, open a chat or support ticket and provide&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a description of the problem&lt;/LI&gt;
&lt;LI&gt;a link to the affected monitor&lt;/LI&gt;
&lt;LI&gt;The troubleshooting steps you have already completed, along with the outcome of each one.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What to read next:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&lt;/STRONG&gt;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;&amp;nbsp; Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A style="background-color: #ffffff;" title="Synthetic Browser Monitor Error Codes" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Browser-Monitor-Error-Codes/ta-p/198177" target="_blank" rel="noopener"&gt;Synthetic Browser Monitor Error Codes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic" target="_self" rel="noopener noreferrer"&gt;Set up a proxy for private synthetic monitoring&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/analysis-and-alerting/synthetic-details-for-browser-monitors#screenshots" target="_self" rel="noopener noreferrer"&gt;Synthetic details for browser monitors&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Useful-Synthetic-ActiveGate-logs/ta-p/214478" target="_blank" rel="noopener"&gt;Useful Synthetic ActiveGate logs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Feb 2026 21:28:47 GMT</pubDate>
    <dc:creator>xu_guo</dc:creator>
    <dc:date>2026-02-19T21:28:47Z</dc:date>
    <item>
      <title>Basic Commands for Synthetic</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Basic-Commands-for-Synthetic/ta-p/198164</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2&gt;Summary&lt;/H2&gt;
&lt;DIV&gt;When an HTTP or Browser monitor fails on a Synthetic ActiveGate, the first step is always to verify whether the request works directly from the ActiveGate host. This article provides a set of troubleshooting commands and methods that help you identify connectivity, proxy, authentication, and timeout issues for both HTTP and Browser monitors.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Troubleshooting HTTP Monitor Failures&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When an HTTP monitor fails on the ActiveGate, validate connectivity using &lt;CODE&gt;curl&lt;/CODE&gt; directly on the host.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test the Request from the ActiveGate&lt;/P&gt;
&lt;UL class=""&gt;
&lt;LI&gt;No proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329" &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329" –x http(s)://proxyhost:proxyport –proxy-user username:password &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;With basic authentication&lt;/P&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Adjust the URL format:&lt;/DIV&gt;
&lt;A href="https://username:password@test.com" target="_blank" rel="noopener"&gt;https://username:password@test.com&lt;/A&gt;&lt;STRONG style="color: inherit; font-size: 24px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG style="color: inherit; font-size: 24px;"&gt;Troubleshooting HTTP Monitor Timeouts&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;HTTP monitors have a &lt;STRONG&gt;default timeout of 10 seconds&lt;/STRONG&gt;.&lt;BR /&gt;If a monitor times out, verify whether the server responds within that window:&lt;/DIV&gt;
&lt;PRE&gt;time curl –vvv –i –k –L -H "User-Agent: DynatraceSynthetic/1.329 &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;If required, add the proxy options from above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Troubleshooting Browser Monitor (Clickpath) Issues&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Browser monitors rely on Chromium-based execution. If a Browser monitor is failing (especially connection‑related errors), test the request directly from the ActiveGate.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H3&gt;&lt;STRONG&gt;Basic Browser Monitor curl Tests&lt;/STRONG&gt;&lt;/H3&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;Browser Monitor (ClickPath)&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class=""&gt;
&lt;LI&gt;No proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4 RuxitSynthetic/1.0" &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Proxy:
&lt;PRE&gt;curl –vvv –i –k –L -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4 RuxitSynthetic/1.0" –x http(s)://proxyhost:proxyport –proxy-user username:password &amp;lt;&lt;EM&gt;url&amp;gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;With basic authentication&lt;/P&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Adjust the URL format:&lt;/DIV&gt;
&lt;A href="https://username:password@test.com" target="_blank" rel="noopener"&gt;https://username:password@test.com&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;Testing Browser Monitor Executions with Chromium&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When deeper troubleshooting is required, you can manually run Chromium with Synthetic extensions enabled.&lt;/DIV&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;Headless Chromium test (no GUI) — Private Synthetic Location&lt;/STRONG&gt;&lt;/H3&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;PRE&gt;cd ~ export DISPLAY=:99; /opt/dynatrace/synthetic/browser --headless --screenshot https://&amp;lt;site-of-interest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commandline.png" style="width: 939px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/8447i9F643CC803BD1F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="commandline.png" alt="commandline.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;Full Example with Synthetic Extensions Enabled&lt;/H3&gt;
&lt;PRE&gt;cd ~ export DISPLAY=:99;  /opt/dynatrace/synthetic/browser --user-data-dir=/var/tmp/dynatrace/synthetic/cache/vuc_work_diagnostics --disk-cache-dir=/var/tmp/dynatrace/synthetic/cache/vuc_work_diagnostics_cache --disk-cache-size=104857600 --disable-popup-blocking --ssl-version-min=tls1 --test-type --ignore-certificate-errors --no-default-browser-check --no-first-run --disable-translate --disable-web-security --disable-background-networking --disable-plugins-discovery --dns-prefetch-disable --noerrdialogs --disable-default-apps --disable-desktop-notifications --disable-crl-sets --allow-outdated-plugins --always-authorize-plugins --disable-web-resources --silent-debugger-extension-api --disable-internal-flash --disable-bundled-ppapi-flash --disable-appcontainer --user-agent="Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36 RuxitSynthetic/1.0 v87769033 t7840928177123288742" --load-extension=/opt/dynatrace/synthetic/vucontroller/playback/playbackengine,/opt/dynatrace/synthetic/vucontroller/playback/websocketextension --disable-extensions-except=/opt/dynatrace/synthetic/vucontroller/playback/playbackengine,/opt/dynatrace/synthetic/vucontroller/playback/websocketextension --window-size=1024,768 --window-position=100,100 --proxy-server="http=&amp;lt;proxy-host&amp;gt;:&amp;lt;proxy-port&amp;gt;;https=&amp;lt;proxy-host&amp;gt;:&amp;lt;proxy-port&amp;gt;;" --proxy-bypass-list="localhost;&amp;lt;list-of-coma-separated-hosts&amp;gt;;" --headless --screenshot http(s)://&amp;lt;site-of-interest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;H2&gt;&lt;STRONG&gt;With GUI (Private Synthetic Location)&lt;/STRONG&gt;&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Default path on Linux:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;LI-CODE lang="markup"&gt;/usr/bin/chromium-browser &lt;/LI-CODE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Default path on Windows:&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\dynatrace\synthetic\Chrome-bin\chrome.exe&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Launch the Chromium browser and test as you would interactively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Testing on Windows (Raw Response)&lt;/H3&gt;
&lt;PRE&gt;Invoke-WebRequest -MaximumRedirection 10 -Uri "&amp;lt;url you are testing&amp;gt;" | Select-Object -Expand RawContent&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId-1971787789"&gt;What's Next&lt;/H2&gt;
&lt;P&gt;More commands can be found here:&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Firewall-Constraints-and-allowlisting-for-Synthetic-Monitoring/ta-p/213876" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN class=""&gt;Firewall Constraints and allowlisting for Synthetic Monitoring&lt;/SPAN&gt;&lt;/A&gt;.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If none of the previous steps resolved the issue, open a chat or support ticket and provide&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a description of the problem&lt;/LI&gt;
&lt;LI&gt;a link to the affected monitor&lt;/LI&gt;
&lt;LI&gt;The troubleshooting steps you have already completed, along with the outcome of each one.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What to read next:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&lt;/STRONG&gt;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;&amp;nbsp; Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A style="background-color: #ffffff;" title="Synthetic Browser Monitor Error Codes" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Browser-Monitor-Error-Codes/ta-p/198177" target="_blank" rel="noopener"&gt;Synthetic Browser Monitor Error Codes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/private-synthetic-locations/setting-up-proxy-for-private-synthetic" target="_self" rel="noopener noreferrer"&gt;Set up a proxy for private synthetic monitoring&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/analysis-and-alerting/synthetic-details-for-browser-monitors#screenshots" target="_self" rel="noopener noreferrer"&gt;Synthetic details for browser monitors&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;A id="link_7" class="page-link lia-link-navigation lia-custom-event" href="https://community.dynatrace.com/t5/Troubleshooting/Useful-Synthetic-ActiveGate-logs/ta-p/214478" target="_blank" rel="noopener"&gt;Useful Synthetic ActiveGate logs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 21:28:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Basic-Commands-for-Synthetic/ta-p/198164</guid>
      <dc:creator>xu_guo</dc:creator>
      <dc:date>2026-02-19T21:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Commands for Synthetic</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Basic-Commands-for-Synthetic/tac-p/201997#M77</link>
      <description>&lt;P&gt;Great troubleshooting writeup&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21845"&gt;@xu_guo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:32:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Basic-Commands-for-Synthetic/tac-p/201997#M77</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-01-10T13:32:28Z</dc:date>
    </item>
  </channel>
</rss>

