r/FygoOS

▲ 3 r/FygoOS

Jellyfin Remote Access

I noticed when trying to use jellyfin via using Fygo app for remote access. Its is significantly slower then Fygo tv. Is there a particular reason for that?

reddit.com
u/Exact-Web8620 — 1 day ago
▲ 4 r/FygoOS

Apps open for any license

Hey whats happen to apps being opened to any license member? My trial is expiring tomorrow. What happens after that? thanks

reddit.com
u/bulgarcho — 4 days ago
▲ 1 r/FygoOS

Docker can't update Portainer image

Hi,

today I've tried to update the Portainer image running in my docker on my fygo server. I've got an error "failed to pull image, please try again later". Does anyone know why do I get an error?

I've stopped the container as I have to and that is all that I can do... I've checked the logs but I couldn't find any logs regarding this error.

Fygo OS - 1.2.0401

Thank you!

KR

Rok

u/Mlinko6 — 7 days ago
▲ 9 r/FygoOS

FygoOS - Update Notes 2026-08-12

Hi everyone,

We’ve got a fresh FygoOS update out today.

This week, FygoOS brings a new API framework for developers. Third-party apps can now declare and call APIs for authorized folders, authorized files, and more, making it easier to use system capabilities within clearer permission boundaries.

Mac On-Demand Sync is also officially here in FygoSync. NAS files can now appear directly in Finder without downloading everything locally. Files download when opened, changes sync back to your NAS, and you can use options like “Always Keep on This Mac” and “Free Up Space.”

Fygo App, Fygo TV mobile app, Fygo TV for Android TV, and Fygo TV for Apple TV also get updates, with continued improvements for device access code validation, STRM playback, and client stability.

Let’s get into what’s new.

---------------------------------------------------------------------------------------

FygoOS x86 is now on v1.2.0401

  • Files
  1. Added support for setting the default app used to open each file type. When multiple apps are associated with a file type, right-click the file and select “Manage Default Apps” to quickly change it.
  • System Settings
  1. Added a Default Apps page for managing the default app used to open each file type.
  • App Center
  1. Added an API framework that allows third-party apps to declare and call APIs for authorized folders, authorized files, and more.
  2. Fixed an issue where setting default-volume through appcenter-cli had no effect.
  • Security
  1. Fixed an issue where CPU usage could increase abnormally after enabling an access code.
  • Official Hardware
  1. Fixed an occasional issue where Scheduled Power did not take effect.

---------------------------------------------------------------------------------------

Fygo App Updates

Android v1.33.4

  • Photos
  1. Fixed an issue where videos failed to play in Photos.
  • Log In
  1. Optimized the device access code validation mechanism.
  • App Center
  1. Fixed an issue where users had to re-enter the access code when opening an app after already entering it.

iOS v1.33.3

  • Log In
  1. Optimized the device access code validation mechanism.
  • App Center
  1. Fixed an issue where users had to re-enter the access code when opening an app after already entering it.
  • Fygo TV
  1. Fixed an issue where direct link playback of some STRM files was blocked.

---------------------------------------------------------------------------------------

Fygo TV mobile app is now on v1.11.2

  • Login
  1. Optimized the device access code validation logic.
  • Playback
  1. Fixed an issue where direct playback of some STRM files could be blocked. (iOS)

---------------------------------------------------------------------------------------

Fygo TV for Android TV is now on v1.3.3

  • Login
  1. Optimized the device access code validation logic.
  • Home
  1. Fixed an issue where the Home list could not load more items.

---------------------------------------------------------------------------------------

Fygo TV for Apple TV is now on v1.5.2

  • Login
  1. Optimized the device access code validation logic.
  2. Fixed an issue where login could fail to connect when using Fygo ID relay forwarding.
  • Playback
  1. Fixed an issue where direct playback of some STRM files could be blocked.

---------------------------------------------------------------------------------------

FygoSync is now on v0.2.3

  • Mac On-Demand Sync Support
  1. NAS files are displayed directly in Finder without downloading everything locally, saving disk space.
  2. Files automatically download when opened, with real-time transfer progress.
  3. Create, modify, rename, move, and delete files directly within Finder, with changes automatically syncing to your NAS.
  4. Support for "Always Keep on This Mac" ensures critical files remain available offline.
  5. Support for "Free Up Space"removes local cached copies while preserving files on your NAS.
  6. Any files added, modified, moved, or deleted on the NAS sync to Finder in real time.
  7. Optimized sync performance for loading large directories and handling high-volume file changes.
  8. Enhanced capabilities for pausing, resuming, and automatically reconnecting tasks after network disconnections.
  9. Create and manage multiple macOS on-demand sync tasks.
  10. Compatible with both Apple silicon and Intel-based Macs running macOS 12 or later.
reddit.com
u/VInMotor — 8 days ago
▲ 3 r/FygoOS

App Store Demo and License Question

Is there a way to check out the app store without having to install the OS? I dont want to create a VM to just browse the app store.
Second question. I see that there a 30 trial plan but knowing myself it not long enough to test if it fits my needs. If i buy the 1 year sub. Is there like a discount if I want to get the lifetime plan before my 1 year subs ends?

reddit.com
u/1392583 — 8 days ago
▲ 2 r/FygoOS

Subject: CIFS/SMB tree-connect and auth failures after FygoOS update to 1.2.0401

Subject: CIFS/SMB tree-connect and auth failures after FygoOS update to 1.2.0401

Environment:

- N5 running FygoOS 1.2.0401 (updated from a prior version on 12 Aug 2026)

- Samba build shipped with this FygoOS release (server string reports "Samba TRIM")

- Client: Asustor NAS (ADM 5.1.4), kernel 6.6.x, cifs.ko v2.45, connecting over CIFS/SMB to an N5 share

Fault description:

After updating the N5 to FygoOS 1.2.0401, an existing CIFS mount from a separate NAS device to an N5 SMB share broke and could not be re-established, despite the share, credentials, and Samba service all appearing healthy.

Symptoms observed:

  1. mount.cifs with vers=3.0 fails authentication outright:

    CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE

    CIFS: VFS: Send error in SessSetup = -13

  2. mount.cifs with vers=2.1, vers=3.02, or vers=3.1.1 passes authentication but fails at tree connect on ANY share (tested against two different shares, not share-specific):

    CIFS: VFS: BAD_NETWORK_NAME: \\<n5-ip>\<sharename>

    CIFS: VFS: cifs_mount failed w/return code = -2

  3. Adding explicit SMB signing (sec option) with vers=3.02 produces a signature verification failure on the SessionSetup response itself, before the session is fully established:

    CIFS: VFS: SMB signature verification returned error = -13

    CIFS: VFS: sign fail cmd 0x2 message id 0x5

  4. smbclient (userspace) from the same client machine, same credentials, same share, connects and lists/browses successfully every time — the failure is specific to the kernel cifs.ko client's negotiation with this Samba build, not the credentials, share config, or network path.

  5. Restarting smbd on the N5 had no effect on the behaviour.

Share config in question uses vfs objects: full_audit shadow_copy2 trim, with global settings including "server multi channel support = yes" and "smb encrypt = auto" (from /etc/samba/smb.custom.conf).

Workaround applied:

Switched the affected mount from CIFS to NFSv3, which connects and authenticates without issue. This resolves the immediate problem but isn't a fix for CIFS/SMB access from Linux kernel CIFS clients post-update.

Request:

Could you confirm whether this Samba/CIFS build in FygoOS 1.2.0401 has a known regression affecting SMB2/SMB3 dialect negotiation, tree connect, or signing when accessed by external kernel CIFS clients (as opposed to smbclient or Windows clients)? Happy to provide further logs or test specific configuration changes if useful.

reddit.com
u/Visual-Cat574 — 7 days ago
▲ 1 r/FygoOS

OS wont boot?

So I'm trying to install this on my Ugreen DXP6800 Pro but it won't boot into the os at all. It just goes back to the bios. It appears that it think there's no drive to boy from? I've disabled watchdog and tried to set the boot to nvme but no go. Am I doing something wrong? The setup have me an ip address before reboot. I replaced the ugos drive with a Samsung 950 pro drive that's 512gb in size. Thanks for any help.

reddit.com
u/TheBorgRule — 9 days ago
▲ 3 r/FygoOS

Minisforum N5 Pro installation issue

I'm trying to install FygoOS my N5 Pro with 64gb memory and 5x16tb HD 1 512gb ssd and 2x1tb ssd. When usb load I get this message

0.0439461 RDSEED32 is broken. Disabling the corresponding CPUID bit.

The the screen goes blank with solid cursor and set their for hours nothing happen.
I took an ssd from previous install on a mini pc and install it in the N5 Pro and boot up from the SSD just fine no issue and when it booted displayed the same message.
I didn't change anything on the bios. Is anyone encountered this issue?

reddit.com
u/meakerem — 9 days ago
▲ 5 r/FygoOS

FygoOS pi5 cheaper license suggestion

Hello! I have a suggestion: maybe you could offer a cheaper license for people who only use a Pi 5. I’m a full-time student now, so I can’t afford the $199 lifetime license, but I could afford $99.

You could make it a license that only works on the Pi, for example. I really love the OS and would be happy to support it!

reddit.com
u/Sweaty_Ad_523 — 12 days ago
▲ 3 r/FygoOS

2 feature requests on FygoOS

Currently I am exploring FygoOS and found the NAS usage needs 2 features lacking that I can use.

  1. No SSH web client or windows / macOS / Linux desktop app that can be used for SSH on LAN (remotely with VPN tunnel like tailscale).
  2. No scheduled power on or off at customer times on weekdays or weekends.
reddit.com
u/nmrao — 12 days ago
▲ 4 r/FygoOS

Joined

So my temp license expiries tomorrow so I bought a year license today. It was a know brainer. I have used Synology, Hex OS, Proxmox, Unraid and Vmware some of them for more then 10 years. As of right now i feel FygoOS has the most potential of all of them.

I have install the photo and movie app also a windows 11 desktop in VM and its all working great.

The only issue is the network card in setup show 10gb connection and all docker containers and VMs only do around 3.5 GBs Using the same setup i use in Unraid and Proxmox which return 10gb. Even installed the Redhat VirtIO drivers on the Linux Debian container and that made know difference. NOTE: to get this drives to run in Proxmox i have to install them. I will work it out or the programmers at FygoOS that's a simple issues that can be resolved later Keep up the great work.

reddit.com
u/Cold_Designer — 12 days ago
▲ 4 r/FygoOS

Ban IP list

Is there a possibility to import a BAN IP list as a TXT format? I have around 63000 IPs to ban. It would take a very long time to copy the IPs per 100 and add it to the list (100 ist the current limit).

Thx!

Cheers
Rok

reddit.com
u/Mlinko6 — 14 days ago