Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudIt is everyone’s responsibility to make every possible effort within our mission to limit the impact of our activity on harmful emissions for our planet.
Thus, our company has integrated the following elements into its daily operations:
Last updated: January 28, 2025
Every year, we aim to offset 200% of our greenhouse gas (GHG) emissions. Although accurately determining our impact is extremely complex, we want to provide full transparency regarding our calculation method to allocate the budget for this compensation.
To simplify the method while ensuring appropriate compensation, some data points are estimated with a margin. These details are outlined in the following table.
Data | Details | 2024 Value |
---|---|---|
Number of Servers | Total power-consuming devices (servers, routers, hypervisors, etc.) purchased and integrated into our infrastructure during the year. | 39 |
Apparent Power (kVA) | Subscribed power across all our data centers. Margin: the calculation uses the maximum subscribed power instead of actual consumption. | 31 kVA |
Power Factor (cos φ) | A standard average value of 0.8 is used. Margin: while most modern servers have a power factor above 0.9 (close to the Power Factor displayed by our power supplies), we choose to remain conservative with this value. | 0.8 |
Annual Usage Duration | Total server operating time. Margin: the most energy-intensive assumption, i.e., 100% uptime. | 8760 hours |
PUE | Average energy efficiency of our partner data centers. | 1.42 |
Emission Factor | Using the national average for France. Latest 2024 value: source RTE-france.com. | 21,3 gCO₂eq/kWh |
Server Production Emissions | Estimated emissions from manufacturing a server: see Boavizta. Margin: a highly complex value dependent on numerous factors. The values are always slightly below a whole number, so we round up. | 1 tCO₂eq |
# Data for calculation
servers = 39 # Servers added in 2024
kVA = 31 # Power consumption in kVA
cos_phi = 0.8 # Average power factor
hours_per_year = 8760 # Number of hours in a year
pue = 1.42 # Data center energy efficiency
emission_factor = 21.3 # Emission factor in gCO₂eq/kWh
production_emission = 1 # Emission per server production in tCO₂eq
# Convert kVA to kW
kW = kVA * cos_phi
# Annual consumption in kWh
annual_kWh = kW * hours_per_year
# Total consumption emissions in tCO₂eq
consumption_emissions = (annual_kWh * emission_factor * pue) / 1000 / 1000 # Convert g to tonnes
# Production emissions for servers added in 2024
production_emissions = production_emission * servers
# Total emissions (consumption + production)
total_emissions = consumption_emissions + production_emissions
print(annual_kWh, total_emissions)
The result:
We have chosen Gold Standard to certify our offset efforts. See our certificate.