Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Evershop

Evershop

EverShop is a modern, TypeScript-first eCommerce platform built with GraphQL and React. Offers essential commerce features in a modular, fully customizable architecture. GPL-3.0 licensed with 10,000+ GitHub stars.

At a glance

License GPL-3.0 Version 2.1.0 OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Access

  • Open URL: http://<SERVER_IP>:3000
  • Admin panel: http://<SERVER_IP>:3000/admin

Creating Admin User

To create an admin user, run the following command on the server:

docker exec -it evershop_app npm run user:create -- \
  --email "your email" \
  --password "your password" \
  --name "your name"

Replace your email, your password, and your name with your actual values.

Then open the admin panel and log in using the newly created account.

Important Files & Directories

  • Install Path: /root/evershop
  • Compose File: /root/evershop/docker-compose.yml
  • Environment File: /root/evershop/.env
  • App Container: evershop_app
  • Database Container: evershop_database
  • Data Directory: /var/lib/docker/volumes/postgres-data/_data

Docker Management

Check status:

docker compose -f /root/evershop/docker-compose.yml ps

View logs:

docker compose -f /root/evershop/docker-compose.yml logs -f

Restart services:

docker compose -f /root/evershop/docker-compose.yml restart

Stop services:

docker compose -f /root/evershop/docker-compose.yml down

Start services:

docker compose -f /root/evershop/docker-compose.yml up -d


More in Self Hosted

Related apps.

Deploy Evershop now. From $2.48/mo.