Tej strony nie ma jeszcze w Twoim języku. Czytasz tekst angielski.
Platforms
WooCommerce admin sessions
What a self hosted store sees
Nobody on a platform side is linking your stores, because there is no platform: the site is yours and so is the database under it. That freedom moves the risk from a platform decision onto your own sessions.
What does watch is the payment gateway, the hosting and the security plugin sitting in front of the admin panel.
One profile per client store
An agency holding twenty client sites holds twenty admin logins, and one browser carrying all of them is one stolen session away from all twenty. A stolen admin cookie needs no password to reach the checkout settings.
A profile per store keeps the cookies, the saved logins and the second step codes in folders that never meet.
Why the ceilings exist
Creating products through the admin panel at machine speed is read by a security plugin as a compromised account rather than as a busy owner. The plugin does not ask who you are before it locks the panel for an hour.
The count is kept per profile per day, warned before the end and turned red at it, with the counter named.
| Action | A day | Warning at |
|---|---|---|
| New products | 10 | 60% |
| Product edits | 40 | 75% |
| Customer emails | 30 | 75% |
| Admin switches | 2 | 50% |
First week of a new store
A store that went live this week starts at a fifth of the daily ceiling and reaches the full number on the seventh day.
The ramp is a fraction of the scenario ceiling, so there is one number to reason about rather than two.
| Day | Actions allowed |
|---|---|
| Day 1 | 24 |
| Day 2 | 42 |
| Day 3 | 60 |
| Day 4 | 78 |
| Day 5 | 96 |
| Day 6 | 108 |
| Day 7 and after | 120 |
Admin login from a new country
Security plugins watch where an administrator signs in from, and an address the site has never seen brings a second check or a lockout. A team spread over three countries meets this every Monday morning.
Pinning a profile to one exit address makes the admin sessions look like the same person at the same desk, which is what they are.
What the rules actually say
There is no marketplace policy here, and the documents that decide are the payment gateway's terms and your hosting agreement. Your own privacy notice belongs on that list too, because the store collects the data itself.
Read them at the source, because a gateway can close a merchant account on its own terms. We point at them rather than paraphrase them.
What this does not do
- It does not secure a site that is out of date. Updates and backups are the site's own work.
- It does not keep a payment gateway from closing a merchant account.
- It does not lift the limits your hosting sets on the admin panel.
- It does not separate stores whose admin sessions already share one browser.
Check it
Every number on this page comes from the product, not from a marketing draft.
- Ceilings and warning thresholds for store work
- packages/shared/src/index.js · SCENARIOS.shopping.rateLimits
- The seven day ramp for a new store
- packages/shared/src/index.js · WARMUP_RAMP · warmupLimit
- The daily ceiling shown beside a profile
- packages/shared/src/index.js · SCENARIO_DAILY_LIMIT · apps/desktop/test/entitlement-quota.js
- Clock and language follow the exit country
- packages/shared/src/index.js · COUNTRY_GEO
- A refusal carries its reason instead of going quiet
- apps/web/test/отказ-не-молчит.js
Questions
- There is no platform account here, so why a profile?
- Because the admin session is the account. It is the thing that gets stolen and the thing a security plugin watches.
- Do the ceilings make sense for my own store?
- They are a pace, not a permission. Work done straight in the database is yours; the ceilings apply to what the app does in the browser.
- Can one profile hold several client sites?
- It can and it should not. One profile per client keeps a lost session to one client.
- Where does the second step code live?
- In the profile that holds the session, so the code and the login are never in two different places.
- Can a flow run while I am away?
- Yes, on a schedule, and it spends the same daily budget as your own clicking.
Open a profile for one client store
The free plan gives two profiles, with no time limit and no card.