Installation
Step-by-step guide to installing WSMS on your WordPress site.
This guide covers all installation methods for WSMS, from the WordPress dashboard to manual installation.
Prerequisites
Before you begin, ensure you have:
- WordPress 5.0+ installed and running
- PHP 7.2+ on your server
- Admin access to your WordPress dashboard
TIP
For best performance and security, we recommend WordPress 6.0+ and PHP 8.0+.
Installation Methods
Method 1: WordPress Plugin Directory (Recommended)
Install directly from WordPress.org:
- Log in to your WordPress admin panel
- Navigate to Plugins → Add New
- Search for “WSMS” in the search box
- Find “WSMS” by VeronaLabs
- Click Install Now
- After installation completes, click Activate
Method 2: Upload ZIP File
If you downloaded the plugin as a ZIP file:
- Log in to your WordPress admin panel
- Navigate to Plugins → Add New
- Click Upload Plugin at the top
- Choose the WSMS ZIP file you downloaded
- Click Install Now
- After installation completes, click Activate Plugin
Method 3: FTP/SFTP Upload
For manual installation via FTP:
- Extract the downloaded ZIP file on your computer
- Connect to your server using an FTP client (FileZilla, Cyberduck, etc.)
- Navigate to
/wp-content/plugins/ - Upload the extracted
wp-smsfolder - Go to Plugins in your WordPress admin
- Find “WSMS” and click Activate
Method 4: WP-CLI
For developers using WP-CLI:
# Install from WordPress.org
wp plugin install wp-sms --activate
# Or install from local ZIP file
wp plugin install /path/to/wp-sms.zip --activate
Post-Installation Steps
After activating the plugin:
- Go to SMS → Settings in your WordPress admin
- Configure your SMS gateway credentials
- Send a test message to verify the setup
Troubleshooting Installation Issues
Plugin Won’t Activate
- Check PHP version meets requirements (7.2+)
- Ensure no plugin conflicts exist
- Check file permissions on the plugins folder
Next Steps
- Getting Started - Quick start guide
- Install Add-Ons - Install premium add-ons
- License Activation - Activate your license
- Gateway Configuration - Set up SMS gateway
- General Settings - Configure plugin settings
Last updated: December 28, 2025