Salesbotics Logo
Enterprise Power, Zero Cost

Salesbotics On-Premise

Enterprise-Grade Commerce Engine on Your Infrastructure — Your Data, Your Control, Your Success

Freedom is the core of Salesbotics' philosophy. We believe sellers should have complete control at any scale. Deploy our powerful commerce platform directly on your infrastructure with a simple Docker container, and experience enterprise capabilities without compromising on security or flexibility.

Download Free
Salesbotics Terminal
root@salesbotics:~$|
ENTERPRISE FEATURES, ZERO COST

Full Enterprise Capabilities, Completely Free

Deploy the exact same codebase that powers our enterprise customers, with no feature limitations or hidden costs

Complete Security Control

Implement your own security protocols and keep sensitive data protected within your infrastructure boundary.

Optimized Performance

Fine-tune your deployment for your specific hardware and traffic patterns for maximum efficiency.

Complete Data Sovereignty

Maintain 100% ownership and control of all your customer and transaction data with no third-party access.

DEPLOY IN MINUTES

Seamless Deployment Process

Get up and running in under 5 minutes with these simple commands

1

Download the Salesbotics Container

wget https://salesbotics.io/downloads/salesbotics.tar
2

Load the Docker Container

docker load -i salesbotics.tar
3

Configure Your Environment Variables

# Required database configuration
DATABASE_USER=postgres
DATABASE_PASSWORD=your_password
DATABASE_HOST=your_db_host
DATABASE_PORT=5432

# Optional configuration
DEBUG=True
REDIS_URL=redis://127.0.0.1:6379/1
CELERY_TASK_ALWAYS_EAGER=True
ALLOWED_CURRENCIES=USD,EUR,GBP,JPY
DISABLE_DJANGO_ADMIN=False
4

Launch Salesbotics

docker run -d -p 80:80 \
  -e DATABASE_USER=postgres \
  -e DATABASE_PASSWORD=your_password \
  -e DATABASE_HOST=your_db_host \
  -e DATABASE_PORT=5432 \
  -e DEBUG=True \
  -e ALLOWED_CURRENCIES=USD,EUR,GBP,JPY \
  --name salesbotics-server \
  salesbotics
5

Access Your Commerce Dashboard

Open your browser and navigate to http://localhost to access your Salesbotics dashboard.

Default login credentials: [email protected] / salesbotics

Need help with deployment? Check our detailed documentation or contact our support team.