ssh_connection.sh
1
ESTABLISH CONNECTION
Connect to your VPS server via SSH as root user
ssh root@YOUR_SERVER_IP
click to copy
deployment_scripts.sh
2
CHOOSE DEPLOYMENT METHOD
Select your preferred deployment script based on your requirements
STANDARD DEPLOYMENT
Quick and reliable deployment
Fast deployment
Stable & tested
Recommended for most users
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/caixapreta-stack.sh
click to copy
chmod +x caixapreta-stack.sh && sudo ./caixapreta-stack.sh
click to copy
ENHANCED DEPLOYMENT
Advanced features & monitoring
ENHANCED
Advanced monitoring
Enhanced error handling
Resource optimization
Comprehensive validation
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/caixapreta-stack-enhanced.sh
click to copy
chmod +x caixapreta-stack-enhanced.sh && sudo ./caixapreta-stack-enhanced.sh
click to copy
deployed_services.log
3
SERVICES DEPLOYED
After successful deployment, services will be available at:
PORTAINER
portainer.yourdomain.com
N8N
n8n.yourdomain.com
MEGA
mega.yourdomain.com
EVOLUTION
evolution.yourdomain.com
GRAFANA
grafana.yourdomain.com
MINIO
minio.yourdomain.com
troubleshooting_arsenal.sh
4
TROUBLESHOOTING ARSENAL
Comprehensive diagnostic and repair tools organized by category
VALIDATION & GENERAL
SYSTEM VALIDATION
Comprehensive system health check and validation
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/validate-installation.sh
click to copy
chmod +x validate-installation.sh && sudo ./validate-installation.sh
click to copy
NETWORK CONFLICT FIX
Resolve "network with name already exists" errors
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/fix-network-conflict.sh
click to copy
chmod +x fix-network-conflict.sh && sudo ./fix-network-conflict.sh
click to copy
DATABASE TOOLS
POSTGRESQL DIAGNOSTIC
Comprehensive PostgreSQL deployment analysis
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/diagnose-postgres.sh
click to copy
chmod +x diagnose-postgres.sh && sudo ./diagnose-postgres.sh
click to copy
POSTGRESQL FIX
Quick fix for PostgreSQL service stalling issues
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/fix-postgres-deployment.sh
click to copy
chmod +x fix-postgres-deployment.sh && sudo ./fix-postgres-deployment.sh
click to copy
REDIS DIAGNOSTIC
Comprehensive Redis deployment analysis
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/diagnose-redis.sh
click to copy
chmod +x diagnose-redis.sh && sudo ./diagnose-redis.sh
click to copy
REDIS DEPLOYMENT FIX
Fix Redis services deployment and connectivity
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/fix-redis-deployment.sh
click to copy
chmod +x fix-redis-deployment.sh && sudo ./fix-redis-deployment.sh
click to copy
PROXY & SSL
TRAEFIK DIAGNOSTIC
Comprehensive Traefik deployment analysis
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/diagnose-traefik.sh
click to copy
chmod +x diagnose-traefik.sh && sudo ./diagnose-traefik.sh
click to copy
TRAEFIK DEPLOYMENT FIX
Fix Traefik service failures (0/1 replicas)
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/fix-traefik-deployment.sh
click to copy
chmod +x fix-traefik-deployment.sh && sudo ./fix-traefik-deployment.sh
click to copy
SSL & DNS DIAGNOSTICS
SSL certificate and DNS configuration analysis
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/diagnose-ssl-dns.sh
click to copy
chmod +x diagnose-ssl-dns.sh && sudo ./diagnose-ssl-dns.sh
click to copy
EMERGENCY TOOLS
MEGA (CHATWOOT) FIX
Repair Chatwoot service deployment issues
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/fix-mega.sh
click to copy
chmod +x fix-mega.sh && sudo ./fix-mega.sh
click to copy
COMPLETE VPS WIPE
⚠️ DANGER: Complete VPS destruction and cleanup
wget https://raw.githubusercontent.com/hudsonargollo/caixapreta-stack/main/wipe-vps.sh
click to copy
chmod +x wipe-vps.sh && sudo ./wipe-vps.sh
click to copy
chmod +x validate-installation.sh && sudo ./validate-installation.sh
click to copy