The accsyn app is desktop application is primarily for providing accelerated accsyn p2p file transfers running in the background (tray), but also has a GUI enabling advanced functionality.
accsyn Desktop app - manage title storage.
The app is required to facilitate accelerated and resumable file transfers - the core of the accsyn platform.
When creating a delivery, or actioning a delivery on the web, the app installation is guided from the browser - no manual installation is required. The app will then run in the background (system tray / menu bar) as needed during transfer, and can then be closed.
Besides this, the app is mandatory when:
Detailed monitoring and audit of jobs (deliveries, transfers, queues).
Managing file sharing on your clour or on-prem storage.
Access shared folders.
Manage the accsyn Media Vault - ingest and manage your media, as a manager.
Submit render jobs and publish files in BYOS configurations - part of workflows.
The app is written in Java and requires Java installed on Linux platforms, Windows & Mac installers has Java bundled.
Find the links to the app installer below, login with your personal accsyn account:
There are two options for installing the desktop app:
Install only for the current user (default); Requires no administrator previleges, app will be installed in your account profile @ %APPDATA%\Local\Programs\Accsyn by default.
Run installer as administrator, making it available for all machine users; Will install the accsyn app in C:\Program Files by default.
Hint: Pin it to your task bar for easy access in the future.
Open the installer DMG and then drag-n-drop the app to were you want to install it.
Hint: Keep it to your dock for easy access in the future.
You can install [YourAppName] on most major Linux distributions using the appropriate package format:
• .deb for Debian-based systems (like Ubuntu, Linux Mint)
• .rpm for Red Hat-based systems (like Fedora, RHEL, CentOS, openSUSE)
Install Java:
RHEL/CentOS 7 and earlier; sudo yum install java-1.8.0-openjdk-headless.
RHEL/CentOS 8 or later: dnf install java-17-openjdk-headless.
Ubuntu: sudo apt install openjdk-17-jdk.
OpenSUSE: sudo zypper --non-interactive install java-1_8_0-openjdk-headless.
Download the installer; For .deb (Debian-based): accsyn_3.2-3_10.all.deb, for .rpm (Red Hat-based): accsyn-3.2-3_10.x86_64.rpm (replace the version with the current release)
Install
Debian/Ubuntu (.deb): sudo apt install ./yourapp_1.2.3.deb (or extract and then move to a folder of choice: sudo dpkg -x accsyn_3.2-3_10.all.deb && sudo mv usr/local/accsyn <folder>.
Fedora (.rpm): sudo dnf install accsyn-3.2-3_10.x86_64.rpm.
RHEL (.rpm): sudo yum localinstall accsyn-3.2-3_10.x86_64.rpm.
OpenSUSE (.rpm): sudo zypper install accsyn-3.2-3_10.x86_64.rpm.
Verify the application by running it and logon to accsyn
These are normally created by the installers, but can be manually created as required.
Ubuntu:
Create ~/.local/share/applications/accsyn.desktop (system wide: /usr/share/applications)
[Desktop Entry]
Name=accsyn
Comment=Launch accsyn
Exec=/usr/local/accsyn/accsyn App
Icon=/usr/local/accsyn/accsyn_icon_512.png
Terminal=false
Type=Application
Categories=Utility