Advanced Search
Search Results
45 total results found
Terms of use
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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 ...