<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Xiaoqiang&#x27;s remote assistance function]]></title><description><![CDATA[<p dir="auto">In order to provide you with better service, Xiaoqiang, which was released after June 2016, has remote assistance software installed by default. Through this software our technicians can connect directly to your Xiaoqiang to solve technical problems for you. Of course, you can also use your remote assistance to control your own Xiaoqiang more conveniently. The following describes the specific use of Xiaoqiang’s remote assistance function.</p>
<p dir="auto">Confirm if remote assistance has been activated</p>
<h3>Execute <code>htop</code> at the terminal</h3>
<p dir="auto"><img src="/assets/uploads/files/1537584415233-908a7249-f506-4f44-860e-11f1ef9cc362-image.png" alt="0_1537584414794_908a7249-f506-4f44-860e-11f1ef9cc362-image.png" class=" img-responsive img-markdown" width="541" height="348" /></p>
<p dir="auto">If you can see that the thread called <code>SharpLink</code> is running, then the remote assistance has already started. You can also confirm the status of the program and execute the instructions in a simpler way.</p>
<pre><code class="language-bash">sudo service sharplink status
</code></pre>
<p dir="auto">If the terminal displays:</p>
<p dir="auto"><img src="/assets/uploads/files/1537860412453-182344ca-9e98-4899-b69d-2ef3c76d51e5-image.png" alt="0_1537860411107_182344ca-9e98-4899-b69d-2ef3c76d51e5-image.png" class=" img-responsive img-markdown" width="721" height="280" /></p>
<p dir="auto">This indicates that the program has been executed normally.</p>
<h3>Remote connect to Xiaoqiang</h3>
<p dir="auto">Check your ID<br />
<code>Each xiaoqiang has an unique ID, please don't tell others. Because if you don't change the default password and someone knows your ID, then he can easily manipulate your xiaoqiang.</code></p>
<p dir="auto">The method of viewing the ID is also very simple, in the terminal execution</p>
<pre><code class="language-bash">sudo service sharplink restart
bwgetid
</code></pre>
<p dir="auto">and the output would be</p>
<pre><code class="language-bash">D70101972AB9B7E674290A25485B3752EDA236F65EF2C4AC7E738390DA61903565E68B8C431B
</code></pre>
<p dir="auto">This very long string is your ID.</p>
<p dir="auto">If you would like us to provide remote assistance, just send this ID to our staff.</p>
<h3>Remote connect to your xiaoqiang</h3>
<p dir="auto">After remembering your own ID, as long as your xiaoqiang has connected to the Internet, you can control it anywhere at any time, not by the LAN restrictions.</p>
<p dir="auto">First install <a href="https://github.com/bluewhalerobot/SharpLink" target="_blank" rel="noopener noreferrer">Sharplink</a> on your PC, which is cross-platform, both Linux and Windows can be installed. The specific method of installation is in the introduction of the project.</p>
<p dir="auto">After the installation is complete, the terminal executes</p>
<pre><code class="language-bash">./SharpLink.exe 9999 [Your ID] 127.0.0.1 22
</code></pre>
<p dir="auto">This command maps the local 9999 port to the 22 port of xiaoqiang. Just connect to the local 9999 port and you’ll be connected to xiaoqiang’s 22 port. Of course you can also change 9999 to your preferred port.</p>
<p dir="auto">Now enter the following commands on local computer</p>
<pre><code class="language-bash">ssh -p 9990 xiaoqiang@127.0.0.1
</code></pre>
<p dir="auto">Wait for the connection to complete, then you can control the xiaoqiang.</p>
<h3>Enable and disable remote assistance</h3>
<p dir="auto">If you want to disable remote assistance</p>
<pre><code class="language-bash">sudo systemctl disable sharplink
</code></pre>
<p dir="auto">if you want to enable remote assistance</p>
<pre><code class="language-bash">sudo systemctl enable sharplink
</code></pre>
]]></description><link>http://community.bwbot.org/topic/615/xiaoqiang-s-remote-assistance-function</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 06:08:27 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/615.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Sep 2018 05:17:15 GMT</pubDate><ttl>60</ttl></channel></rss>