Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

45 total results found

Terms of use

Grusher Documentation System installation

By using this project or it`s source code, for any purpose and in any shape or form, you grant your implicit agreement to all the following statements: You condemn Russia and its military aggression against Ukraine You recognize that ...

Get a free key

Grusher Documentation System installation

Get a free license key from the author (send the IP address from which you will connect to the update server and the name of the ISP, company or organisation).  Like this: IP: 123.45.67.89Company: My Best Companyweb: site.ua This information need to cre...

System requirements

Grusher Documentation System installation

Recomended Ubuntu 20.04/22.04 and above (Other operating systems at your own risk) Popular server requirements RAM 4 Gb and above CPU 2 Cores/2Ghz and above SSD ‼️ 20GB and above  We do not recommend using HDD as it will slow down the...

Installation - STEP 1 - System preparation

Grusher Documentation System installation

    DO NOT USE ROOT FOR INSTALLATION. SUDO ONLY    Are you really not using root? Well, then go ahead...  😅 Main server installation You can use virtual & physical machine. WSL is also supported Server installation Install Ubuntu 20.04 (almost the same...

Installation - STEP 2 - Installing Core

Grusher Documentation System installation

Run this in terminal Create folder if not exist sudo mkdir /var/www sudo mkdir /var/www/html FOLDER /var/www/html MUST BE EMPTY!! To delete all in /var/www/html run this commands sudo rm -R /var/www/html/* sudo rm -R /var/www/html/.* Installing Core fi...

Installation - STEP 3 - Installing Grusher

Grusher Documentation System installation

Get a free license key from the author (send the IP address from which you will connect to the update server and the name of the ISP). Author may refuse to grant a license Downloading installer cd /var/www/html sudo -u www-data wget -O grusher_installer.p...

Installation - STEP 4 - other settings

Grusher Documentation System installation

LOG ROTATION  (RECOMENDED) Install logrotate  sudo apt install logrotate Install our config sudo nano /etc/logrotate.d/grusher And put it /var/www/html/storage/logs/*.log { rotate 5 daily compress missingok notifempty } /var/www/html/storag...

Updating system

Grusher Documentation System installation

Updating via CLI Updating via CLI to latest stable version cd /var/www/html sudo -u www-data wget -O grusher_installer.php https://gviabcua.in.ua/updater?type=installer sudo -u www-data php grusher_installer.php silent_update With out silent_update will ...

Can`t login. Password is right

Grusher Documentation Troubleshooting

Run it cd /var/www/html sudo -u www-data php artisan cache:clear sudo -u www-data php artisan view:clear sudo -u www-data php artisan route:clear

WebSockets is not running

Grusher Documentation Troubleshooting

Main problems if you see message like this you need to check websocket service. If you are using Grusher on different IPs, add this in .env (working from build_350) APP_USED_MULTI_ADDRESS = 1 Else Check what in .env APP_URL=http://YOUR_IP(DOMAIN)/ ...

Installing SSL (LetsEncrypt or other)

Grusher Documentation System installation

Install certbot sudo apt install certbot python3-certbot-nginx Make file /etc/nginx/sites-enabled/grusher look like this Replace YOUR_URL in config on your real URL (like grusher.in.ua) server { root /var/www/html; server_name YOUR_URL; char...

Web terminal is not running

Grusher Documentation Troubleshooting

Set permission sudo chmod 755 /var/www/html/plugins/gviabcua/netcontrol/scripts/bin/gotty Check what scheduler is running Check what scheduler is running from root Check firewall (ports 8022, 8023 must be open) Check what you URL and in APP_URL (.en...

Other problems

Grusher Documentation Troubleshooting

Cannot create cache directory Problem: Cannot create cache directory /var/www/.cache/composer/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. Solution:...

Device backup

Grusher Documentation Using the system

Configuring server Before use you need to install and configure FTP (proftpd recomended) and TFTP (tftpd recomended) server. We DO NOT recomend to use vsftpd! # installing proftpd server sudo apt-get install proftpd # enabling and starting proftpd server ...

Server

Grusher Documentation Using the system

System backup This is a third-party module. The author (guiabtsua) is not responsible for the operation of this functionality Run the backup. sudo -u www-data php artisan backup:run Remove all backups older than specified number of days in config. sudo -u...

After installation - Activating licence

Grusher Documentation System installation

Go to System/Config (URL http://YOUR_IP/system/config) and check your licence. You can see something like this It mean all ok

About free licence

Grusher Documentation System installation

Read Terms of use Author may refuse to grant a license Free licence First free licence The first free license is issued for one month. You can test, check, if necessary, you can extend it for another month. Next free licence The license is valid for 1...

Device, device auth & discovering

Grusher Documentation Using the system

Supported devices https://gviabcua.in.ua/grusher/devices Device list This is typical list of devices with search and filter form. You can choose any type of devices. Param what available from devices wiil show here Device auth (SNMP, CLI) Global auth ...