How to Set Up an Indoor Grow Tent (Complete Beginner's Guide)
If you’re setting up your first indoor grow tent, here’s the short version: pick a tent size that fits your space and your goal, get light intensity and airflow right before you worry about anything else, and instrument the tent so you know what’s actually happening instead of guessing. Everything else — nutrients, training, pest control — is easier once temperature, humidity and light are under control. I run an 80x80 cm tent with a quantum-board LED in an apartment, and most of what went wrong in the first months was environment, not plants.
Step 1: Choose the right tent size for your space
Grow tents come in standard footprints: 40x40, 60x60, 80x80, 100x100, 120x60 cm, and up. Bigger isn’t automatically better — a bigger tent needs more light, more airflow, and more floor space you don’t have.
For a beginner growing a few herb pots, chilli plants, or a couple of tomato plants, an 80x80 cm tent is a practical middle ground: enough room for 3–4 pots in 7–11 L fabric containers, without needing an oversized light or fan.
- 40x40–60x60 cm: seedlings, microgreens, a few herb pots, one houseplant.
- 80x80–100x100 cm: several vegetable or chilli plants, small tomato setup.
- 120x60 cm and up: dedicated grow room territory — you’ll want a proper ventilation plan from day one.
Check ceiling height too. You need room above the canopy for the light, its hanging distance, and an extraction duct running along the top.
TODO(Tali): photo of the 80x80 cm tent with pot layout, and a note on how much usable floor space is actually left once the fan, dehumidifier and ducting are in
Step 2: Lighting — intensity and distance, not just wattage
Wattage on the box is marketing. What matters is PPFD (photosynthetic photon flux density, µmol/m²/s) at canopy level, and how evenly it’s spread.
Rough PPFD targets for edibles under LED:
- Leafy greens, herbs: 200–400 µmol/m²/s
- Chillies, tomatoes (vegetative): 400–600 µmol/m²/s
- Chillies, tomatoes (fruiting): 600–900 µmol/m²/s
A quantum-board LED rated around 240 W (actual draw, not “equivalent” wattage) will comfortably cover an 80x80 cm footprint at 30–45 cm hanging distance. Start higher (40–45 cm) with seedlings and lower the light gradually as plants grow, watching for leaf bleaching or upward stretching, which usually means too far away.
{AFFILIATE: LED grow light — quantum board type}
Don’t trust your eyes for intensity. A cheap PAR/PPFD meter or even a lux-to-PPFD conversion app gets you in the right ballpark.
{AFFILIATE: PAR/PPFD meter}
TODO(Tali): verify — actual PPFD readings at your specific hanging distance with your 240 W quantum board, at canopy level, measured with a real meter
Step 3: Ventilation and airflow
Every tent needs three kinds of air movement:
- Intake — passive vents, or a small fan pulling fresh air in.
- Extraction — an inline fan pulling hot, humid air out through a carbon filter (if odor matters) and ducting, usually vented near a window.
- Circulation — a small oscillating fan inside the tent, moving air across the canopy so leaves aren’t sitting in still, humid air.
The inline fan is the workhorse. Size it to your tent volume: for an 80x80x180 cm tent (~1.15 m³), you want enough airflow to exchange the tent’s air multiple times a minute, but with speed control so you’re not blasting seedlings or drying pots out too fast.
{AFFILIATE: inline fan with speed controller} {AFFILIATE: carbon filter} {AFFILIATE: small clip-on circulation fan}
Good circulation does double duty: it strengthens stems (mechanical stress from moving air), and it prevents the still, damp microclimate that mold and fungus gnats love.
TODO(Tali): verify — inline fan CFM/m³h rating and duct diameter used for the 80x80 cm tent
Step 4: Temperature, humidity and VPD
This is where most beginner setups fail quietly — plants don’t die of shock, they just underperform for weeks while nobody notices the humidity was wrong.
Rough targets:
- Seedlings/clones: 22–26°C, 65–75% RH
- Vegetative growth: 22–28°C, 55–65% RH
- Fruiting (chillies, tomatoes): 20–26°C, 40–55% RH
Rather than chasing humidity numbers in isolation, track VPD (vapor pressure deficit), which combines temperature and humidity into one number that predicts how easily plants can transpire. A target VPD of roughly 0.8–1.2 kPa covers most vegetative growth; lower it slightly for seedlings, raise it slightly during fruiting.
Two problems show up constantly in small tents:
- Heat buildup from the light itself, especially in summer, when ambient room temperature is already high.
- Humidity spikes after watering, especially in tents with poor circulation.
I added a small dehumidifier and later an AC unit (Cecotec ForceClima 9500) after a summer heat wave pushed tent temperatures high enough that I had to move the light schedule to run at night instead, when ambient room temperature was lower.
{AFFILIATE: dehumidifier} {AFFILIATE: portable AC unit}
TODO(Tali): verify — exact tent temperature/humidity readings before and after adding the dehumidifier and AC, and the specific temperature that triggered the schedule change
Step 5: Substrate, pots and watering
Two common approaches for edibles:
- Soil (e.g. BioBizz All Mix): more forgiving, slower nutrient depletion, good for beginners.
- Coco coir with a two-part nutrient line (e.g. Canna Coco A+B): faster growth, but you need to actively manage pH and EC — coco doesn’t buffer nutrients the way soil does.
For coco, a practical starting point is pH 5.8 and EC around 1.0–1.2 for young plants, rising as they mature, with roughly 15–20% runoff each watering to flush out salt buildup. Soil growers can get away with less precise EC monitoring but should still check runoff pH occasionally.
{AFFILIATE: pH pen} {AFFILIATE: EC/TDS meter} {AFFILIATE: fabric pots, 7L/11L}
TODO(Tali): actual EC/pH numbers used at each growth stage in your coco setup, and how runoff readings compared to input readings
Step 6: Automation and monitoring
The manual version of a grow tent works — set timers, check a thermometer, water on a schedule. But the point of a tent is that it’s a closed environment small enough to actually instrument.
My setup runs on Home Assistant on a Raspberry Pi:
- Smart plugs controlling the light, inline fan and dehumidifier on schedules and threshold-based automations.
- An ESP32 with a DHT22 sensor reporting temperature and humidity over MQTT, feeding a live VPD calculation.
- A capacitive soil moisture sensor to catch under- or over-watering before it becomes visible in the plant.
- An MH-Z19B CO2 sensor, since CO2 depletion is a real limiting factor in a sealed tent with dense canopy.
{AFFILIATE: ESP32 dev board} {AFFILIATE: DHT22 temperature/humidity sensor} {AFFILIATE: capacitive soil moisture sensor} {AFFILIATE: MH-Z19B CO2 sensor} {AFFILIATE: smart plug, Wi-Fi/Zigbee}
The value isn’t the gadgets, it’s the log. When something goes wrong — a wilting leaf, slow growth, spotting — a week of temperature/humidity/VPD history tells you a lot more than a single reading taken at the moment you noticed the problem.
TODO(Tali): screenshot of the Home Assistant dashboard (VPD graph, soil moisture, CO2) and one example of an alert that caught a real problem early
Step 7: A basic setup checklist
- Tent sized for your plants and available space.
- Light hung at correct distance, PPFD checked, not just wattage assumed.
- Inline fan + ducting + carbon filter (if needed) installed, with speed control.
- Circulation fan running inside the tent at all times lights are on.
- Temperature/humidity sensor placed at canopy height, not at the tent floor or ceiling.
- Pots and substrate chosen, with a pH pen and EC meter on hand if using coco.
- Watering/feeding schedule written down, not improvised.
- Optional: smart plugs and a sensor feed logging to something like Home Assistant, so you have data instead of memory.
FAQ
What size grow tent should a beginner start with? For a first attempt with a handful of herb, chilli or vegetable plants, 60x60 or 80x80 cm is usually enough. It’s small enough to manage airflow and temperature easily, and large enough to be worth the effort of setting up ventilation and lighting properly.
How far should the LED light be from the plants? It depends on the light’s actual output, not a fixed rule. As a starting point, 30–45 cm above the canopy is common for a quantum-board LED, closer as plants mature and PPFD needs increase, farther for seedlings. Measure PPFD if you can rather than relying on distance alone.
Do I need a carbon filter in a grow tent for vegetables? Not always. Carbon filters exist mainly to control odor. For most edibles and houseplants odor isn’t an issue, so a carbon filter is optional — the inline fan for temperature and humidity control matters far more than filtration.
What’s the difference between soil and coco coir for a first grow tent? Soil (like BioBizz All Mix) holds nutrients and buffers pH mistakes better, which makes it more forgiving for a first attempt. Coco coir with a two-part nutrient line drains faster and grows quicker, but requires actively managing pH (around 5.8) and EC, plus regular runoff to avoid salt buildup — more control, more precision needed.
Do I really need sensors and automation for a first grow tent? No — a basic setup with a timer, a cheap thermometer/hygrometer, and manual watering works. Automation and logging (Home Assistant, ESP32 sensors, VPD tracking) become valuable once you want to catch problems early or compare changes objectively rather than by memory.