Advanced Search
Search Results
62 total results found
Grusher Documentation
READ BEFORE INSTALL CHAPTER
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 ...
Grusher
Grusher is a fully autonomous comprehensive system of diagnostics, monitoring, backup and reporting in your network focused on maximum performance with minimally used resources. The system is free to use
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...
Troubleshooting
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 ...
Changelog
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:...