ECS is free and open source
Note that the default ECS configuration is somewhat minimal (nothing is assumed about your application).
If you provide us a description of your needs/devices, we'll customize it accordingly (for little or no charge).
ECS contains no spyware/adware.
Nor does it use a central server, or upload any information to same.
ECS is a portable application (i.e. no files are created or modified outside of the ECS folder).
Windows Install
Download and execute ECS_SETUP.exe (Mon 10/07/2024, ~75MB).
Note: Chrome & Brave browsers block sound by default.
So if you use either, please enable sound for ECS pages:
1. Display chrome://settings/content/sound?search=sound
2. Click (Allow) Add , and enter "*:2080*" (without the quotes)
3. Refresh any ECS pages
|
Linux Install
- Login to your normal user account.
- Enter:
mkdir ecs
cd ecs
- Download ecs.tar.gz (Mon 10/07/2024, ~68MB) to /home/{YourDirectory}/ecs.
- Enter:
tar xvfz ecs.tar.gz
sudo ./InstallPackages.sh (installs various packages used by ECS: openssl, ffmpeg, etc)
- Chrome & Brave browsers block sound by default.
So if you use either, please enable sound for ECS pages:
1. Display chrome://settings/content/sound?search=sound
2. Click (Allow) Add , and enter "*:2080*" (without the quotes)
3. Refresh any ECS pages
- To start ECS, enter ./ecs.bin (within the /ecs directory).
ECS will then display it's Login page in your browser.
- To have Ubuntu automatically log you in and run ECS at boot:
- Create a shell file (/home/{YourDirectory}/ecsrun.sh) containing:
cd /home/{YourDirectory}/ecs
gnome-terminal -e ./ecs.bin
- Enter "chmod +x ecsrun.sh (to make the file executable)
- Ubuntu:
- Click SYSTEM SETTINGS / USER ACCOUNTS / UNLOCK
- Enter your password
- Select your account (on the left)
- At Automatic login, click ON
- Close the window
- Click the Ubuntu button (grey button at or near the top of the launcher).
A window with a search prompt will appear.
- Enter "STARTUP".
The "Startup Applications Preferences" window will appear.
- Click ADD
- At Name:, enter "ECS"
- At Command:, enter "/home/{YourDirectory}/ecsrun.sh"
- Click ADD
- Click CLOSE
- To install ECS as a Service/Daemon (that runs independently at bootup):
- Edit ecs.service and change "{YourDirectory}" to the name of your home directory.
- Enter:
chmod 664 ecs.service
sudo cp ecs.service /etc/systemd/system/.
sudo systemctl daemon-reload
sudo systemctl enable ecs.service
- Reboot
|
Contacts
Omnipotence Software
support@OmnipotenceSoftware.com
Hours: Monday-Saturday, 9AM-7PM/EST