You should really stick with atak unless your just playing airsoft or bird watching... even then id recommend atak... im not sure what this system is supposed to be for but atak and even atak civ are MUCH more robust. I understand not everyone has the ability to use atak to its fullest but there are many free servers on the civ version and tou can do at least 75 percent of what our real atak can accomplish and if your a civillian you dont even need the 75 percent of things it can do... hell i have credentials for atak and i dont use half of the capabilities either because i personally don't need them and or becasue I dont operate in maritime situations. Whatever this app is trying to be would get me killed if i tried to rely on it for just nav and comms. I can rely on atak to do SO MUCH more than just nav and comms.
August 8, 2022. In the "Installing Python Libraries" section of this video, the command "sudo pip3 -m install wheel pycairo" failed for me. Instead, I removed the "-m" completely and used the command "sudo pip3 install wheel pycairo" and it worked properly. This was on a RasPi-3 running ubuntu 20.04.4
i have followed your video to your exact instructions.....but i cant get any client to connect. Host Connection times out....whats going on here? no one seems to be able to help me out here
I get to the part entering "sudo python3 -m FreeTAKServer.controllers.services.FTS " but its not running the wizard. Running ubuntu 20.04 following all commands in the linked article. Any suggestions ? FreeTAKServer 1.9.9. Running as root user. Just tried with version 1.9.5 as per your video and the wizard is there.
@@phillytechclub7089 Ive installed an older version and the wizard appeared. So I doubt its an issue on our side. And still the application is pretty useless, the server is always crashing, there is no proper documentation/logging/troubleshooting and as you can see also no help from the author here.
Trying to setup the tak server. In the wizard when I am inputting the IP address I get the error 'nonetype' object has no attribute 'get'. It then exits out of the wizard. Any ideas on how to fix this?
The link in the description is dead. I've carried out an install, but when I try to use my public IP for the Web GUI I get an error. Also, when using internal IP and access the Web GUI publicly all my packages are red and nothing is functional in the GUI. Any help? You also did not show yourself logging into the Web GUI.
Running over VPN or on the same subnet fixes the issue. It seems the webpage pulls the status and API information based on the IP address assigned. So if it's NAT'd it won't work unless forwarded or routed in some way. Everything works as expected, except the Video section; I can't seem to pull any video feeds unless it's a local UDP stream.
Hey , i had followed ur video to the bit , yet the tak server still fails when i try to log in from the webpage , for the life of me i couldn't figure it out . pls help
I can't successfully get past FTS install "sudo python3 -m pip install FreeTakServer[ui]" as it gives me an error that "python setup.py egg_info did not run successfully. exit code: 1 [1 lines of output] ERROR. Can not execute 'setup.py' since setuptools is not available in the build environment. [end of output]" Any help in what I'm doing wrong would be appreciated. I'm on a machine running Ubuntu 22.04 LTS and have followed all previous steps before this point. When I run the command "pip check FreeTakServer" I get "No broken requirements found." I'm lost.
@@GiuseppePlatania Thank you! I was wondering when I went to bed last night if 22.04 was the problem. It's a fresh install so I think I'll just downgrade tonight when I get home and try again.
Where on-line can I down load a real, authentic copy of Atak-Civ for Linux Debian.....? I been 3 weeks working on installing it and every copy I get says it's not compatible w/my machine.... that's BS it should run on Windows, Mac O/S and linux PC's plus most phones w/Android 5 +..........!
Hello, can you make a tutorial for installing FreeTAK server on a Raspberry Pi? I got everything installed, but when I went to run the server it delivered a TCP protocol not found error 😭
Hi everyone. Sorry to disturb you. I have installed the webmap service but no client is showed when I'm connecting one. On the fts ui, the webmap is displayed correctly on port 5000 and on port 8000 /tak-map. Please help me guys 😊🙏 I'm on Ubuntu 20.04. Thanks a lot
JUST USE ATAK CIV JESUS CHRIST THIS IS A TERRIBLE NAV OPTION AND YOUR TRYING TO MAKE A NEW ATAK AND INSTEAD YOUR WORRIED ABOUT A "SCI FI" DASHBOARD... YOUR APP IS TERRIBLE MAN JUST WORK ON IT AND THEN RELEASE IT... IT'LL STILL BE A PIECE OF SHIT BUT AT LEAST IT MIGHT WORK. WHY COULDNT YOU COME UP WITH SOMETHING NEW? ATAK ALREADY PERFECTED EVERYTHING YOUR TRYING TO DO AND MORE... EVEN WITH THE ATAK CIV VERSION IT BLOWS TOU IUT OF THE WATER
I have followed step by step multiples times and have failed each time. When I attempt to run the UI I receive the following error: Traceback (most recent call last): File "run.py", line 107, in wsgi.server(sock = eventlet.listen((app_config.APPIP, app_config.APPPort)), site=app) File "/usr/local/lib/python3.8/dist-packages/eventlet/convenience.py", line 78, in listen sock.bind(addr) OSError: [Errno 99] Cannot assign requested address I have only changed the files in the video to my public IP address as indicated, both with V1.9.5 and the latest version. My AWS instance is open to the world (inbound and outbound) as well as OS details: ubuntu@ip-172-31-16-70:~$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.3 LTS" VERSION_ID="20.04" Any assistance would be much appreciated. This seems so simple, yet not so much.
OSError: [Errno 99] Cannot assign requested address means that your IP and port is already in use by another program. see stackoverflow.com/questions/19246103/socket-errorerrno-99-cannot-assign-requested-address-and-namespace-in-python
@@freetakteam I read that too before posting. However, I can run both server and UI if all IP address are internal. Once I switch them to my public IP, that is the error I get. I have absolutly nothing else on this linux box. It is a fresh AWS build.
all commenters with issues: please use this link to join our discord, where we can help you discord.gg/z6hX86d3dV
Great video. Very timely for me. I know that getting the server running is only a small part of the journey.
You should really stick with atak unless your just playing airsoft or bird watching... even then id recommend atak... im not sure what this system is supposed to be for but atak and even atak civ are MUCH more robust. I understand not everyone has the ability to use atak to its fullest but there are many free servers on the civ version and tou can do at least 75 percent of what our real atak can accomplish and if your a civillian you dont even need the 75 percent of things it can do... hell i have credentials for atak and i dont use half of the capabilities either because i personally don't need them and or becasue I dont operate in maritime situations. Whatever this app is trying to be would get me killed if i tried to rely on it for just nav and comms. I can rely on atak to do SO MUCH more than just nav and comms.
We will create a extra tutorial for the webmap soon
August 8, 2022. In the "Installing Python Libraries" section of this video, the command "sudo pip3 -m install wheel pycairo" failed for me. Instead, I removed the "-m" completely and used the command "sudo pip3 install wheel pycairo" and it worked properly. This was on a RasPi-3 running ubuntu 20.04.4
i have followed your video to your exact instructions.....but i cant get any client to connect. Host Connection times out....whats going on here? no one seems to be able to help me out here
I get to the part entering "sudo python3 -m FreeTAKServer.controllers.services.FTS " but its not running the wizard. Running ubuntu 20.04 following all commands in the linked article. Any suggestions ? FreeTAKServer 1.9.9. Running as root user.
Just tried with version 1.9.5 as per your video and the wizard is there.
Same issue here
I got stuck there as well 😭 on a raspberry pi 4B , mine says TCP protocol not found
@@phillytechclub7089 Ive installed an older version and the wizard appeared. So I doubt its an issue on our side. And still the application is pretty useless, the server is always crashing, there is no proper documentation/logging/troubleshooting and as you can see also no help from the author here.
@@JingQjang dang ! That's a disappointment 😥 I will continue to try with FreeTAK Server. But is there an alternative?
@@phillytechclub7089 If you should make progress with the newest version and get it to run stable, I would really appreciate if you could let me know.
Trying to setup the tak server. In the wizard when I am inputting the IP address I get the error 'nonetype' object has no attribute 'get'. It then exits out of the wizard. Any ideas on how to fix this?
How install FTS on router Tianje CPE905-3 , with Android 6.0 ? Sorry for my bad english.
The link in the description is dead. I've carried out an install, but when I try to use my public IP for the Web GUI I get an error. Also, when using internal IP and access the Web GUI publicly all my packages are red and nothing is functional in the GUI. Any help? You also did not show yourself logging into the Web GUI.
Running over VPN or on the same subnet fixes the issue. It seems the webpage pulls the status and API information based on the IP address assigned. So if it's NAT'd it won't work unless forwarded or routed in some way. Everything works as expected, except the Video section; I can't seem to pull any video feeds unless it's a local UDP stream.
I have updated the link, thank for the hint
Hey , i had followed ur video to the bit , yet the tak server still fails when i try to log in from the webpage , for the life of me i couldn't figure it out . pls help
what is a local machine and how do I create one? I downloaded winscp and im stuck
I can't successfully get past FTS install
"sudo python3 -m pip install FreeTakServer[ui]" as it gives me an error that
"python setup.py egg_info did not run successfully.
exit code: 1
[1 lines of output]
ERROR. Can not execute 'setup.py' since setuptools is not available in the build environment.
[end of output]"
Any help in what I'm doing wrong would be appreciated.
I'm on a machine running Ubuntu 22.04 LTS and have followed all previous steps before this point. When I run the command "pip check FreeTakServer" I get "No broken requirements found." I'm lost.
22.04 is not (yet) supported. Use 20.04 for peace of mind. In alternative install setuptools with apt get
@@GiuseppePlatania Thank you! I was wondering when I went to bed last night if 22.04 was the problem. It's a fresh install so I think I'll just downgrade tonight when I get home and try again.
@@CPurdiePlays Check out the zero touch installer: if you use Ubuntu 20.04 server you are ready in 5 mins.
Where on-line can I down load a real, authentic copy of Atak-Civ for Linux Debian.....? I been 3 weeks working on installing it and every copy I get says it's not compatible w/my machine.... that's BS it should run on Windows, Mac O/S and linux PC's plus most phones w/Android 5 +..........!
Hello, can you make a tutorial for installing FreeTAK server on a Raspberry Pi? I got everything installed, but when I went to run the server it delivered a TCP protocol not found error 😭
Hi everyone. Sorry to disturb you. I have installed the webmap service but no client is showed when I'm connecting one. On the fts ui, the webmap is displayed correctly on port 5000 and on port 8000 /tak-map. Please help me guys 😊🙏 I'm on Ubuntu 20.04. Thanks a lot
is that remote installing
I did exactly follow the steps as in the tutorial. But there is no .yaml file inside /opt/.
try again from the start. if you follow the instructions on Ubuntu 20.04 you will get it
Same here running an AWS EC2 instance.
@@aaron1uk are you using Unbuntu? which version? which user? If you don't provide us information it's difficult to help
@@freetakteam yep 20.04 in AWS.
@@aaron1uk i have updated the video description to address the missing Yaml file
Can this be done for ITAK
Can you make a Video how to get the .pem File from puttygen
Or General the Step Setup Access to the VM?
Yes, that's is planned
JUST USE ATAK CIV JESUS CHRIST THIS IS A TERRIBLE NAV OPTION AND YOUR TRYING TO MAKE A NEW ATAK AND INSTEAD YOUR WORRIED ABOUT A "SCI FI" DASHBOARD... YOUR APP IS TERRIBLE MAN JUST WORK ON IT AND THEN RELEASE IT... IT'LL STILL BE A PIECE OF SHIT BUT AT LEAST IT MIGHT WORK. WHY COULDNT YOU COME UP WITH SOMETHING NEW? ATAK ALREADY PERFECTED EVERYTHING YOUR TRYING TO DO AND MORE... EVEN WITH THE ATAK CIV VERSION IT BLOWS TOU IUT OF THE WATER
I have installed on Windows but I cannot log in with
user:admin
password:password
I have not changed anything?
Hi juandre. I have the same problem. Did you find how to connect? Thanks
I have followed step by step multiples times and have failed each time. When I attempt to run the UI I receive the following error:
Traceback (most recent call last):
File "run.py", line 107, in
wsgi.server(sock = eventlet.listen((app_config.APPIP, app_config.APPPort)), site=app)
File "/usr/local/lib/python3.8/dist-packages/eventlet/convenience.py", line 78, in listen
sock.bind(addr)
OSError: [Errno 99] Cannot assign requested address
I have only changed the files in the video to my public IP address as indicated, both with V1.9.5 and the latest version.
My AWS instance is open to the world (inbound and outbound) as well as
OS details:
ubuntu@ip-172-31-16-70:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
Any assistance would be much appreciated. This seems so simple, yet not so much.
OSError: [Errno 99] Cannot assign requested address means that your IP and port is already in use by another program.
see
stackoverflow.com/questions/19246103/socket-errorerrno-99-cannot-assign-requested-address-and-namespace-in-python
@@freetakteam I read that too before posting. However, I can run both server and UI if all IP address are internal. Once I switch them to my public IP, that is the error I get. I have absolutly nothing else on this linux box. It is a fresh AWS build.