Back to Dashboard

Security Settings

Configure app security and access control

Password Protection

Current Status: Password protection is ENABLED
Note: The password is configured in the .env file as APP_PASSWORD

• To change password, edit the APP_PASSWORD value in /root/yt/.env file

• After changing, restart the application with: systemctl restart viralcut

• Default password in config: viralcut123 (change immediately)

Telegram Notifications

Configuration:
• Telegram settings are configured in the .env file
• Required variables: TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID
• After changing .env, restart the application