Title: Jetpack export/import settings
Last modified: August 24, 2016

---

# Jetpack export/import settings

 *  Resolved [Adi Glibanović](https://wordpress.org/support/users/rberet/)
 * (@rberet)
 * [11 years ago](https://wordpress.org/support/topic/jetpack-exportimport-settings/)
 * I have about 30 active WordPress sites, some of them are powered by JetPack. 
   Since I want to manage that websites from wordpress.com is there any solution
   to export and then import SAME settings (active/inactive modules) to all WordPress
   sites.
 * Is there any config file or something which will help me to do this quick instead
   of manually activating/disabling modules?
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [11 years ago](https://wordpress.org/support/topic/jetpack-exportimport-settings/#post-6042739)
 * You can use the `jetpack_get_default_modules` filter and build a little function
   where you will specify what modules are enabled on each one of the sites you 
   create.
 * You could then paste that function in a functionality plugin that you would install
   on each one of your sites right after installing WordPress.
 * You can find out more about that filter, how to use it, and how to use other 
   filters to control what’s activated when you enable Jetpack, in this post:
    [http://jeremy.hu/customize-the-list-of-modules-available-in-jetpack/](http://jeremy.hu/customize-the-list-of-modules-available-in-jetpack/)
 * I hope this helps.
 *  Thread Starter [Adi Glibanović](https://wordpress.org/support/users/rberet/)
 * (@rberet)
 * [11 years ago](https://wordpress.org/support/topic/jetpack-exportimport-settings/#post-6042807)
 * Thank you Jeremy. I done it by simple updating MySQL database field `jetpack_active_modules`
   so with that I am able to synchronize all my current and future sites with same
   modules which I want to use. Thanks again for your solution.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Jetpack export/import settings’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [config](https://wordpress.org/support/topic-tag/config/)
 * [export settings](https://wordpress.org/support/topic-tag/export-settings/)
 * [Import](https://wordpress.org/support/topic-tag/import/)
 * [multiple sites](https://wordpress.org/support/topic-tag/multiple-sites/)
 * [same](https://wordpress.org/support/topic-tag/same/)

 * 2 replies
 * 2 participants
 * Last reply from: [Adi Glibanović](https://wordpress.org/support/users/rberet/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/jetpack-exportimport-settings/#post-6042807)
 * Status: resolved