<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: DisplayFusion Remote Not Connecting</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=304f25c1-f332-443e-9b91-b891ba36a235" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=304f25c1-f332-443e-9b91-b891ba36a235</link>
<description>DisplayFusion RSS: DisplayFusion Remote Not Connecting</description>
<lastBuildDate>Thu, 07 May 2026 11:14:38 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=304f25c1-f332-443e-9b91-b891ba36a235</generator>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#25</link>
<pubDate>Fri, 02 Dec 2022 15:29:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#25</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ah, glad to hear it's working!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ah, glad to hear it's working!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#24</link>
<pubDate>Fri, 02 Dec 2022 08:53:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#24</guid>
<category>DisplayFusion</category>
<description><![CDATA[after lots of trial and error i finally managed to get it to work, i did the following command in elevated powershell window.
Code
Copy
Select All
New-NetFirewallRule -DisplayName 'DisplayFusion Remote' -Profile 'Private' -Direction Inbound -Action Allow -Protocol TCP -LocalPort 21452]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
after lots of trial and error i finally managed to get it to work, i did the following command in elevated powershell window.<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e022596447656857b4ef8dd3c6403" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e022596447656857b4ef8dd3c6403Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e022596447656857b4ef8dd3c6403Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">New-NetFirewallRule -DisplayName 'DisplayFusion Remote' -Profile 'Private' -Direction Inbound -Action Allow -Protocol TCP -LocalPort 21452</pre><textarea id="code019e022596447656857b4ef8dd3c6403" name="code019e022596447656857b4ef8dd3c6403" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#23</link>
<pubDate>Thu, 01 Dec 2022 15:29:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#23</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Do you have another computer on the same network that you could run a test from? If so, could you run this in a PowerShell prompt and send a screenshot of the output: Code
Copy
Select All
Test-NetConnection -ComputerName [ip-address-of-DF-host] -Port 21452
Thanks!
screenshot attached...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Do you have another computer on the same network that you could run a test from? If so, could you run this in a PowerShell prompt and send a screenshot of the output: <div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e0225965370a5b74e9e5590a83805" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e0225965370a5b74e9e5590a83805Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e0225965370a5b74e9e5590a83805Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">Test-NetConnection -ComputerName [ip-address-of-DF-host] -Port 21452</pre><textarea id="code019e0225965370a5b74e9e5590a83805" name="code019e0225965370a5b74e9e5590a83805" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Thanks!</div></div><br/>
<br/>
screenshot attached with the machine that ran the command in remote window and nothing still appearing on DisplayFusion
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#22</link>
<pubDate>Thu, 01 Dec 2022 15:07:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#22</guid>
<category>DisplayFusion</category>
<description><![CDATA[Do you have another computer on the same network that you could run a test from? If so, could you run this in a PowerShell prompt and send a screenshot of the output: Code
Copy
Select All
Test-NetConnection -ComputerName [ip-address-of-DF-host] -Port 21452
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Do you have another computer on the same network that you could run a test from? If so, could you run this in a PowerShell prompt and send a screenshot of the output: <div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e0225965a73f68feee85e27284cdf" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e0225965a73f68feee85e27284cdfJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e0225965a73f68feee85e27284cdfJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">Test-NetConnection -ComputerName [ip-address-of-DF-host] -Port 21452</pre><textarea id="code019e0225965a73f68feee85e27284cdf" name="code019e0225965a73f68feee85e27284cdf" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#21</link>
<pubDate>Wed, 30 Nov 2022 15:55:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#21</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
When you open the DisplayFusion app on your phone, does it not show your computer, or does it show it but fail to connect?
Thanks!
it doesnt show a computer, when i click on about  in the app it shows build 2.1 r211 and my phone is android 13.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>When you open the DisplayFusion app on your phone, does it not show your computer, or does it show it but fail to connect?<br/>
<br/>
Thanks!</div></div><br/>
<br/>
it doesnt show a computer, when i click on about  in the app it shows build 2.1 r211 and my phone is android 13.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#20</link>
<pubDate>Wed, 30 Nov 2022 15:46:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#20</guid>
<category>DisplayFusion</category>
<description><![CDATA[When you open the DisplayFusion app on your phone, does it not show your computer, or does it show it but fail to connect?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
When you open the DisplayFusion app on your phone, does it not show your computer, or does it show it but fail to connect?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#19</link>
<pubDate>Tue, 29 Nov 2022 19:29:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#19</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Hello,
Are your phone and PC on the same subnet? Is DisplayFusion allowed in your firewall as well?
Thanks!
Phone and PC on same subnet, pc is wired, port is forwaded in router and windows firewall.
debug level 1 and snapshot of command mentioned earlier for port]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Hello,<br/>
<br/>
Are your phone and PC on the same subnet? Is DisplayFusion allowed in your firewall as well?<br/>
<br/>
Thanks!</div></div><br/>
<br/>
Phone and PC on same subnet, pc is wired, port is forwaded in router and windows firewall.<br/>
<br/>
debug level 1 and snapshot of command mentioned earlier for port
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#18</link>
<pubDate>Tue, 29 Nov 2022 18:47:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#18</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
Are your phone and PC on the same subnet? Is DisplayFusion allowed in your firewall as well?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
Are your phone and PC on the same subnet? Is DisplayFusion allowed in your firewall as well?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#17</link>
<pubDate>Tue, 29 Nov 2022 12:14:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#17</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have tried multiple things but I can not get it to work either.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have tried multiple things but I can not get it to work either.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#16</link>
<pubDate>Fri, 10 Jun 2022 18:19:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#16</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Andy,
Could you send me over a screenshot of your DisplayFusion Settings  Remote Control tab?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Andy,<br/>
<br/>
Could you send me over a screenshot of your DisplayFusion Settings > Remote Control tab?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#15</link>
<pubDate>Fri, 10 Jun 2022 16:27:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#15</guid>
<category>DisplayFusion</category>
<description><![CDATA[Did you resolve this, as I think I am having the same problem?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Did you resolve this, as I think I am having the same problem?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#14</link>
<pubDate>Fri, 12 Nov 2021 16:28:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#14</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Ian,
Could you send me over a debug log? Here are the steps:
On the DisplayFusion Settings  Troubleshooting tab, change the Logging drop-down to "L1: Log Minimal" and click Apply
Reproduce the issue and note the time so we'll know where to check in the log file
Click the "Export Info to Fi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Ian,<br/>
<br/>
Could you send me over a debug log? Here are the steps: <br/>
<br/>
<ul class="ListBullet">
<li>On the DisplayFusion Settings > Troubleshooting tab, change the Logging drop-down to "L1: Log Minimal" and click Apply</li>
<li>Reproduce the issue and note the time so we'll know where to check in the log file</li>
<li>Click the "Export Info to File" button on the Settings > Troubleshooting tab</li>
<li>Reply with the file attached</li>
<li>Disable debug logging after sending the log</li></ul>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#13</link>
<pubDate>Fri, 12 Nov 2021 11:14:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#13</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes, it is also allowed through the firewall.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes, it is also allowed through the firewall.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#12</link>
<pubDate>Thu, 11 Nov 2021 19:25:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#12</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Ian,
Thanks for sending that over. Is DisplayFusion allowed through your firewall as well?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Ian,<br/>
<br/>
Thanks for sending that over. Is DisplayFusion allowed through your firewall as well?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#11</link>
<pubDate>Thu, 11 Nov 2021 06:21:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[Certainly.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Certainly.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#10</link>
<pubDate>Wed, 10 Nov 2021 18:44:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Ian,
Can you send me over a screenshot of the DisplayFusion Settings  Remote Control tab?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Ian,<br/>
<br/>
Can you send me over a screenshot of the DisplayFusion Settings > Remote Control tab?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#9</link>
<pubDate>Tue, 09 Nov 2021 18:19:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello.
I'm having an identical issue, nothing found on searches and 'unable to connect' appears after trying manually to connect to the computer's ipv4 address. They are on the same subnet.
after running the netsh commend I do receive the' 0.0.0.0:21452 COMPUTERNAME:0 listening' message you ind...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello.<br/>
<br/>
I'm having an identical issue, nothing found on searches and 'unable to connect' appears after trying manually to connect to the computer's ipv4 address. They are on the same subnet.<br/>
<br/>
after running the netsh commend I do receive the' 0.0.0.0:21452 COMPUTERNAME:0 listening' message you indicated.<br/>
<br/>
Please help, I just bought your software specifically for this function :S
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#8</link>
<pubDate>Fri, 08 Jan 2021 17:23:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Luke,
Could you send me over a screenshot of your Remote Control tab settings in Display Fusion?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Luke,<br/>
<br/>
Could you send me over a screenshot of your Remote Control tab settings in Display Fusion?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#7</link>
<pubDate>Wed, 06 Jan 2021 19:14:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[nothing is showing up]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
nothing is showing up
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#6</link>
<pubDate>Wed, 06 Jan 2021 18:58:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Luke,
Is nothing showing up in the list to connect to, or is it failing to connect?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Luke,<br/>
<br/>
Is nothing showing up in the list to connect to, or is it failing to connect?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#5</link>
<pubDate>Tue, 05 Jan 2021 22:41:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[I am having the same problem. Wont connect and I tried adding Ip manually]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I am having the same problem. Wont connect and I tried adding Ip manually
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#4</link>
<pubDate>Mon, 17 Sep 2018 17:30:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, on the computer, if you do the following at a command prompt:
netstat -a | findstr 21452
does it return something like this?
TCP    0.0.0.0:21452         COMPUTERNAME:0         LISTENING]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, on the computer, if you do the following at a command prompt:<br/>
<br/>
netstat -a | findstr 21452<br/>
<br/>
does it return something like this?<br/>
<br/>
 TCP    0.0.0.0:21452         COMPUTERNAME:0         LISTENING
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#3</link>
<pubDate>Sat, 15 Sep 2018 00:25:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes they are. I have also allowed Display Fusion to have access to every port and not be blocked by the firewall whatsoever.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes they are. I have also allowed Display Fusion to have access to every port and not be blocked by the firewall whatsoever.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#2</link>
<pubDate>Fri, 14 Sep 2018 15:47:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[As long as they're both on the same subnet you should at least be able to add the computer by its IP address. Are the IP addresses on the computer and the phone/tablet in the same range? (e.g. all are in 192.168.1.x)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
As long as they're both on the same subnet you should at least be able to add the computer by its IP address. Are the IP addresses on the computer and the phone/tablet in the same range? (e.g. all are in 192.168.1.x)
</div>
]]></content:encoded>
</item>
<item>
<title>DisplayFusion Remote Not Connecting</title>
<link>https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235</link>
<pubDate>Thu, 13 Sep 2018 20:56:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/displayfusion-remote-not-connecting/?ID=304f25c1-f332-443e-9b91-b891ba36a235</guid>
<category>DisplayFusion</category>
<description><![CDATA[My devices (Andriod Tablet and iphone) are on my wireless network, and my PC is on my wired network, all connected to the same network. Does my PC have to be on the same wireless network as my devices in order for DisplayFusion Remote to work?
I tried adding my PC manually using https://www.disp...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
My devices (Andriod Tablet and iphone) are on my wireless network, and my PC is on my wired network, all connected to the same network. Does my PC have to be on the same wireless network as my devices in order for DisplayFusion Remote to work? <br/>
<br/>
I tried adding my PC manually using https://www.displayfusion.com/Discussions/View/working-with-displayfusion-remote/?ID=484225c5-ea8c-436b-8bf6-5142d7ba96c6 but it times out and the app crashes. I have verified DisplayFusion has complete firewall access.
</div>
]]></content:encoded>
</item>
</channel>
</rss>