Skip to content

Server Commands Reference

This section provides comprehensive documentation for all server-related commands used in Zal Ultra ISP CRM infrastructure.

⚠️ CRITICAL WARNING - SERVER ADMINISTRATION

These commands directly affect your production server. Improper use can cause:

  • Complete service outage for all subscribers
  • Data corruption or loss
  • Security vulnerabilities
  • System instability

Only execute these commands if you:

  1. ✅ Have SSH root/sudo access to the server
  2. ✅ Understand the command's purpose and impact
  3. ✅ Have a recent backup
  4. ✅ Can restore the system if something goes wrong

When in doubt, contact Onezeroart support first.


Command Categories

CategoryDescriptionRisk Level
Zal Ultra ArtisanLaravel Artisan commands for Zal Ultra🔴 High
NginxWeb server management🟠 Medium
FreeRADIUSRADIUS server management🔴 High
PHP 8.3PHP-FPM management🟠 Medium
MySQLDatabase server management🔴 High
RedisCache server management🟠 Medium
SupervisorProcess manager🟠 Medium
DateTimeSystem time management🟡 Low
Laravel LogsApplication log management🟡 Low
Linux SystemOS commands (disk, memory, processes)🟡 Low

Risk Level Legend

IconLevelDescription
🔴HighCan cause data loss or complete service outage
🟠MediumCan cause temporary service disruption
🟡LowSafe for monitoring, minimal risk

Quick Reference

Check All Services Status

bash
# Quick health check for all Zal Ultra services
sudo systemctl status nginx
sudo systemctl status php8.3-fpm
sudo systemctl status mysql
sudo systemctl status redis-server
sudo systemctl status freeradius
sudo supervisorctl status

Restart All Services (Use with Caution)

bash
# Restart all services - causes brief downtime
sudo systemctl restart nginx
sudo systemctl restart php8.3-fpm
sudo systemctl restart redis-server
sudo supervisorctl restart all

WARNING

Never restart MySQL or FreeRADIUS during peak hours. This will disconnect all active subscribers.

www.onezeroart.com