<?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/"
	>

<channel>
	<title>RESTAPI - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/restapi/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Sat, 22 Mar 2025 22:21:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>RESTAPI - Hamradio.my</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install FreeTAKServer (FTS) for Situational Awareness</title>
		<link>https://hamradio.my/2025/03/how-to-install-freetakserver-fts-for-situational-awareness/</link>
					<comments>https://hamradio.my/2025/03/how-to-install-freetakserver-fts-for-situational-awareness/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Sat, 22 Mar 2025 22:21:08 +0000</pubDate>
				<category><![CDATA[android tactical assault kit]]></category>
		<category><![CDATA[ATAK]]></category>
		<category><![CDATA[emergency communication]]></category>
		<category><![CDATA[freeTAKserver]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[Tactical Awareness Kit]]></category>
		<category><![CDATA[tactical communications]]></category>
		<category><![CDATA[team awareness kit]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[digitalocean]]></category>
		<category><![CDATA[federation]]></category>
		<category><![CDATA[freeopensource]]></category>
		<category><![CDATA[FreeTAKServer]]></category>
		<category><![CDATA[freeTAKTeam]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[missionplanning]]></category>
		<category><![CDATA[open-sourceproject]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[python3]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[raspberrypi4]]></category>
		<category><![CDATA[RESTAPI]]></category>
		<category><![CDATA[securecommunication]]></category>
		<category><![CDATA[serverdeployment]]></category>
		<category><![CDATA[situationalawareness]]></category>
		<category><![CDATA[tacticalcommunications]]></category>
		<category><![CDATA[takserver]]></category>
		<category><![CDATA[techcommunity]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webinterface]]></category>
		<category><![CDATA[zero-touchinstaller]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=7200</guid>

					<description><![CDATA[<p>FreeTAKServer (FTS) is a Python3-based implementation of a TAK server designed to support situational awareness, data synchronization, mission planning, and more. In this guide, we&#8217;ll walk you through the easiest installation methods for FTS using DigitalOcean (cloud) and Raspberry Pi 4. 1. Installing FTS on DigitalOcean (Cloud) Prerequisites: Installation Steps: 2. Installing FTS on Raspberry [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/03/how-to-install-freetakserver-fts-for-situational-awareness/">How to Install FreeTAKServer (FTS) for Situational Awareness</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<h2 class="wp-block-heading" id="h-"></h2>



<p class="wp-block-paragraph">FreeTAKServer (FTS) is a Python3-based implementation of a TAK server designed to support situational awareness, data synchronization, mission planning, and more. In this guide, we&#8217;ll walk you through the easiest installation methods for FTS using DigitalOcean (cloud) and Raspberry Pi 4.</p>



<h3 class="wp-block-heading" id="h-1-installing-fts-on-digitalocean-cloud">1. <strong>Installing FTS on DigitalOcean (Cloud)</strong></h3>



<h4 class="wp-block-heading" id="h-prerequisites">Prerequisites:</h4>



<ul class="wp-block-list">
<li>Create a DigitalOcean account and set up a droplet with <strong>Ubuntu 22.04</strong> as the OS.</li>
</ul>



<h4 class="wp-block-heading" id="h-installation-steps">Installation Steps:</h4>



<ol class="wp-block-list">
<li><strong>Create the Droplet</strong>:
<ul class="wp-block-list">
<li>In your DigitalOcean dashboard, create a new droplet. Choose <strong>Ubuntu 22.04</strong> as the operating system.</li>
</ul>
</li>



<li><strong>Access Your Droplet</strong>:
<ul class="wp-block-list">
<li>Once your droplet is created, access it via SSH. Replace <code>&lt;your_droplet_ip></code> with your droplet&#8217;s IP address: <code>ssh root@&lt;your_droplet_ip></code></li>
</ul>
</li>



<li><strong>Run the Installation Script</strong>:
<ul class="wp-block-list">
<li>Once logged in, execute the following command to download and run the FTS installation script: <code>wget -qO - bit.ly/freetakhub2 | sudo bash</code></li>
</ul>
</li>



<li><strong>Complete the Installation</strong>:
<ul class="wp-block-list">
<li>The script will automatically handle the setup. Wait for it to complete, and FTS will be up and running on your droplet.</li>
</ul>
</li>



<li><strong>Access the Web Interface</strong>:
<ul class="wp-block-list">
<li>Once installed, you can access the FTS web administration interface by opening a browser and navigating to: <code>http://&lt;your_droplet_ip>:8080</code></li>



<li>Login with the default credentials (you may want to change them after installation).</li>
</ul>
</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-2-installing-fts-on-raspberry-pi-4-single-board-computer">2. <strong>Installing FTS on Raspberry Pi 4 (Single Board Computer)</strong></h3>



<h4 class="wp-block-heading" id="h-prerequisites-0">Prerequisites:</h4>



<ul class="wp-block-list">
<li>A Raspberry Pi 4 with <strong>Ubuntu 22.04 server x64</strong> installed on an SD card.</li>
</ul>



<h4 class="wp-block-heading" id="h-installation-steps-0">Installation Steps:</h4>



<ol class="wp-block-list">
<li><strong>Prepare Your Raspberry Pi</strong>:
<ul class="wp-block-list">
<li>Flash the <strong>Ubuntu 22.04 server x64</strong> image to an SD card using a tool like <strong>Raspberry Pi Imager</strong> or <strong>Balena Etcher</strong>.</li>



<li>Insert the SD card into your Raspberry Pi 4, power it on, and connect to your network.</li>
</ul>
</li>



<li><strong>Identify the IP Address</strong>:
<ul class="wp-block-list">
<li>Once the Raspberry Pi is booted up, identify its IP address. You can use a tool like <code>ifconfig</code> or find it via your router&#8217;s admin page.</li>
</ul>
</li>



<li><strong>Set the Environment Variable</strong>:
<ul class="wp-block-list">
<li>Open a terminal on the Raspberry Pi and set the IP address environment variable: <code>export MY_IPA=&lt;your_raspberry_pi_ip_address></code></li>
</ul>
</li>



<li><strong>Run the Installation Script</strong>:
<ul class="wp-block-list">
<li>Execute the installation command: <code>wget -qO - bit.ly/freetakhub2 | sudo bash -s -- --ip-addr ${MY_IPA}</code></li>
</ul>
</li>



<li><strong>Complete the Installation</strong>:
<ul class="wp-block-list">
<li>The script will handle the installation process. After the script completes, your Raspberry Pi will be ready to run FTS.</li>
</ul>
</li>



<li><strong>Access the Web Interface</strong>:
<ul class="wp-block-list">
<li>On a browser, visit the following URL: <code>http://&lt;your_raspberry_pi_ip>:8080</code></li>



<li>You should now be able to access the FTS web interface and begin configuring your server.</li>
</ul>
</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-3-other-installation-methods">3. <strong>Other Installation Methods</strong></h3>



<p class="wp-block-paragraph">If you&#8217;re using another platform or need more advanced configuration options, refer to the <strong>ZeroTouch Installer</strong> documentation to customize the installation process based on your specific needs. You can find more details on this in the <a href="https://freetakserver.com/docs/">ZeroTouch Installer documentation</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-4-accessing-the-fts-web-interface">4. <strong>Accessing the FTS Web Interface</strong></h3>



<p class="wp-block-paragraph">After installation, you can access the FTS web interface by navigating to <code>http://&lt;server_ip&gt;:8080</code> in a browser. The web interface allows you to:</p>



<ul class="wp-block-list">
<li><strong>Manage users and devices</strong></li>



<li><strong>Upload and retrieve data packages</strong></li>



<li><strong>Configure mission planning and task lists</strong></li>
</ul>



<h3 class="wp-block-heading" id="h-5-federation-and-advanced-configuration">5. <strong>Federation and Advanced Configuration</strong></h3>



<p class="wp-block-paragraph">FTS supports federation services, allowing you to connect multiple FTS instances. If you&#8217;re planning to federate your server with others, follow the steps in the <a href="https://freetakserver.com/docs/">Federation Service documentation</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-conclusion">Conclusion</h3>



<p class="wp-block-paragraph">Installing FreeTAKServer is straightforward, whether you&#8217;re deploying it on a cloud instance like DigitalOcean or a local Raspberry Pi 4. With its robust feature set for situational awareness, FTS provides powerful tools for managing operations and tasks in real-time. Follow the steps in this guide to get started, and explore the additional resources available on the <a href="https://freetakserver.com/docs/">FreeTAKServer documentation page</a>.</p>



<p class="wp-block-paragraph">If you encounter any issues, feel free to reach out to the FreeTAKTeam via their <a href="https://freetakserver.com/discord">Discord server</a> or visit their <a href="https://www.youtube.com/c/freetakteam">YouTube channel</a> for tutorials and more!</p>
<p>The post <a href="https://hamradio.my/2025/03/how-to-install-freetakserver-fts-for-situational-awareness/">How to Install FreeTAKServer (FTS) for Situational Awareness</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/03/how-to-install-freetakserver-fts-for-situational-awareness/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
