{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","partial","tabs","tab"]},"redocly_category":"Documentation","type":"markdown"},"seo":{"title":"Connect Your xrpld to a Parallel Network","siteUrl":"https://xrpl.org/","llmstxt":{"hide":false,"title":"XRPL Developer Portal & Documentation","description":"Explore XRP Ledger documentation, blogs, and other blockchain developer resources needed to start building and integrating with the ledger.","details":{"content":"XRP Ledger concepts, use cases, tutorials, references, and other blockchain developer resources. Also, stay up to date with release announcements and more through the XRPL Blog."},"sections":[{"title":"Introduction","description":"A high-level introduction to the XRP Ledger.","includeFiles":["docs/introduction/**/*.*","about/faq.md"],"excludeFiles":["docs/introduction/index.md"]},{"title":"Use Cases","description":"Real-world applications and business scenarios for the XRP Ledger.","includeFiles":["docs/use-cases/**/*.*"],"excludeFiles":["docs/use-cases/index.md","docs/use-cases/defi/index.md"]},{"title":"Agentic Transactions","description":"XRPL AI Starter Kit to help autonomous agents discover, set up, and execute agentic transactions on the XRP Ledger.","includeFiles":["docs/agents/**/*.*"],"excludeFiles":[]},{"title":"Concepts","description":"Core concepts including accounts, tokens, transactions, consensus, and more.","includeFiles":["docs/concepts/**/*.*"],"excludeFiles":["docs/concepts/index.md","docs/concepts/decentralized-storage/index.md","docs/concepts/payment-types/index.md"]},{"title":"Tutorials","description":"Step-by-step guides for building on the XRP Ledger in JavaScript, Python, Go, and more.","includeFiles":["docs/tutorials/**/*.*"],"excludeFiles":[]},{"title":"References","description":"Protocol specification, transaction types, ledger entries, and API methods.","includeFiles":["docs/references/**/*.*"],"excludeFiles":["docs/references/xrp-api.md","docs/references/data-api.md","docs/references/protocol/index.md","docs/references/protocol/ledger-data/ledger-entry-types/index.md","docs/references/protocol/transactions/index.md","docs/references/protocol/transactions/types/index.md","docs/references/http-websocket-apis/api-conventions/index.md","docs/references/http-websocket-apis/public-api-methods/*/index.md","docs/references/http-websocket-apis/admin-api-methods/*/index.md"]},{"title":"Infrastructure","description":"Install, configure, and troubleshoot xrpld and Clio servers.","includeFiles":["docs/infrastructure/**/*.*"],"excludeFiles":["docs/infrastructure/index.md","docs/infrastructure/*/index.md","docs/infrastructure/installation/build-run-xrpld-in-reporting-mode.md","docs/infrastructure/configuration/data-retention/index.md","docs/infrastructure/configuration/server-modes/index.md"]},{"title":"Blog (2023+)","description":"Recent XRPL Blog posts (showing 2023 and newer).","includeFiles":["blog/2023/**/*.*","blog/2024/**/*.*","blog/2025/**/*.*","blog/2026/**/*.*"],"excludeFiles":[]},{"title":"Resources","description":"Developer resources and contribution guidelines.","includeFiles":["resources/**/*.*"],"excludeFiles":["resources/index.md"]}],"excludeFiles":[]},"description":"Connect your xrpld server to the test net to try out new features or test functionality with fake money."},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"connect-your-xrpld-to-a-parallel-network","__idx":0},"children":["Connect Your xrpld to a Parallel Network"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Various ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/networks-and-servers/parallel-networks"},"children":["alternative test and development networks"]}," exist for developers to test their apps or experiment with features without risking real money. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["The funds used on these networks are not real funds and are intended for testing only."]}," You can connect your ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/networks-and-servers"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}," server"]}," to any of these test networks."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Caution"},"children":["On test networks with new and experimental features, you may need to run a pre-production release of the server to sync with the network. See the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/networks-and-servers/parallel-networks"},"children":["Parallel Networks Page"]}," for information on what code version each network needs."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"steps","__idx":1},"children":["Steps"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To connect your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}," server to the XRP Testnet or Devnet, complete these steps. You can also use these steps to switch back to the production Mainnet after being on the Testnet or Devnet."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"1-configure-your-server-to-connect-to-the-right-hub","__idx":2},"children":["1. Configure your server to connect to the right hub."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Edit your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld.cfg"]}," file."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/infrastructure/installation"},"children":["recommended installation"]}," uses the config file ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/etc/xrpld/xrpld.cfg"]}," by default. Other places you can put a config file include ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME/.config/xrpld/xrpld.cfg"]}," (where ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME"]}," is the home directory of the user running ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"), ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME/.local/xrpld/xrpld.cfg"]},", or the current working directory from where you start ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The config file was renamed from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled.cfg"]}," to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld.cfg"]},". During the transition, if ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld.cfg"]}," is not present the server still reads ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled.cfg"]}," from the same locations, so existing config files keep working without being renamed. ",{"$$mdtype":"Tag","name":"Badge","attributes":{"color":"","href":"https://xrpl.org/blog/2026/rippled-3.2.0"},"children":["Updated in: rippled 3.2.0"]}]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set an ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[ips]"]}," stanza with the hub for the network you want to connect to:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Testnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Testnet","header":{"controls":{"copy":{}}},"source":"[ips]\ns.altnet.rippletest.net 51235\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Devnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Devnet","header":{"controls":{"copy":{}}},"source":"[ips]\ns.devnet.rippletest.net 51235\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Mainnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Mainnet","header":{"controls":{"copy":{}}},"source":"# No [ips] stanza. Use the default hubs to connect to Mainnet.\n"},"children":[]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Comment out the previous ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[ips]"]}," stanza, if there is one:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"# [ips]\n# r.ripple.com 51235\n# sahyadri.isrdc.in 51235\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[network_id]"]}," stanza with the appropriate value:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Testnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Testnet","header":{"controls":{"copy":{}}},"source":"[network_id]\ntestnet\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Devnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Devnet","header":{"controls":{"copy":{}}},"source":"[network_id]\ndevnet\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Mainnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Mainnet","header":{"controls":{"copy":{}}},"source":"[network_id]\nmain\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For custom networks, everyone who connects to the network should use a value unique to that network. When creating a new network, choose a network ID at random from the integers 11 to 4,294,967,295."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Note"},"children":["This setting helps your server find peers who are on the same network, but it is not a hard control on what network your server follows. The UNL / trusted validator settings (in the next step) are what actually define what network the server follows."]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"2-set-your-trusted-validator-list","__idx":3},"children":["2. Set your trusted validator list."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Edit your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["validators.txt"]}," file. This file is located in the same folder as your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld.cfg"]}," file and defines which validators your server trusts not to collude."]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Uncomment or add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[validator_list_sites]"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[validator_list_keys]"]}," stanzas for the network you want to connect to:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Testnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Testnet","header":{"controls":{"copy":{}}},"source":"[validator_list_sites]\nhttps://vl.altnet.rippletest.net\n\n[validator_list_keys]\nED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Devnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Devnet","header":{"controls":{"copy":{}}},"source":"[validator_list_sites]\nhttps://vl.devnet.rippletest.net\n\n[validator_list_keys]\nEDBB54B0D9AEE071BB37784AF5A9E7CC49AC7A0EFCE868C54532BCB966B9CFC13B\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Mainnet","key":"default"},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-label":"Mainnet","header":{"controls":{"copy":{}}},"source":"[validator_list_sites]\nhttps://vl.ripple.com\n\n[validator_list_keys]\nED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Tip"},"children":["Preview packages might come with the necessary stanzas pre-configured, but check them just in case."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Comment out any previous ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[validator_list_sites]"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[validator_list_keys]"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[validators]"]}," stanzas."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For example:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"# [validator_list_sites]\n# https://vl.ripple.com\n#\n# [validator_list_keys]\n# ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734\n\n# Old hard-coded List of Devnet Validators\n# [validators]\n# n9Mo4QVGnMrRN9jhAxdUFxwvyM4aeE1RvCuEGvMYt31hPspb1E2c\n# n9MEwP4LSSikUnhZJNQVQxoMCgoRrGm6GGbG46AumH2KrRrdmr6B\n# n9M1pogKUmueZ2r3E3JnZyM3g6AxkxWPr8Vr3zWtuRLqB7bHETFD\n# n9MX7LbfHvPkFYgGrJmCyLh8Reu38wsnnxA4TKhxGTZBuxRz3w1U\n# n94aw2fof4xxd8g3swN2qJCmooHdGv1ajY8Ae42T77nAQhZeYGdd\n# n9LiE1gpUGws1kFGKCM9rVFNYPVS4QziwkQn281EFXX7TViCp2RC\n# n9Jq9w1R8UrvV1u2SQqGhSXLroeWNmPNc3AVszRXhpUr1fmbLyhS\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"3-enable-or-disable-features","__idx":4},"children":["3. Enable (or Disable) Features"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For some test networks using experimental features, you must also forcefully enable the appropriate feature in the config file. For other networks, you should not use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[features]"]}," stanza. Add or modify the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[features]"]}," stanza of your config file as follows:"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Testnet","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"# [features]\n# Delete or comment out. Don't force-enable features on Testnet.\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Devnet","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"# [features]\n# Delete or comment out. Don't force-enable features on Devnet.\n"},"children":[]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Mainnet","disable":false},"children":[{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"# [features]\n# Delete or comment out. Don't force-enable features on Mainnet.\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"danger","name":"Warning"},"children":["Do not use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[features]"]}," stanza when connecting to Mainnet or Testnet. Forcefully enabling different features than the rest of the network could cause your server to diverge from the network."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"4-restart-the-server","__idx":5},"children":["4. Restart the server."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"$ sudo systemctl restart xrpld\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"5-verify-that-your-server-syncs","__idx":6},"children":["5. Verify that your server syncs."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["It takes about 5 to 15 minutes to sync to the network after a restart. After your server is synced, the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info"},"children":["server_info method"]}," shows a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["validated_ledger"]}," object based on the network you are connected to."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To confirm that your ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}," is connected to the right network, compare the results from your server to ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/tutorials/public-servers"},"children":["a public server"]}," on the Testnet or Devnet. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["seq"]}," field of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["validated_ledger"]}," object should be the same on both servers (possibly off by one or two, if it changed as you were checking)."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example shows how to check your server's latest validated ledger from the commandline:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"xrpld server_info | grep seq\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can use ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/resources/dev-tools/websocket-api-tool#server_info"},"children":["server_info in the WebSocket Tool"]}," to look up the latest ledger index (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["seq"]},") on the intended network."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"see-also","__idx":7},"children":["See Also"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tools:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/resources/dev-tools/xrp-faucets"},"children":["XRP Faucets"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/resources/dev-tools/websocket-api-tool"},"children":["WebSocket API Tool"]}," - Select 'Testnet Public Server' or 'Devnet Public Server' in the connection options."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Concepts:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/networks-and-servers/parallel-networks"},"children":["Parallel Networks"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/concepts/consensus-protocol"},"children":["Consensus"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Tutorials:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/infrastructure/configuration/server-modes/run-xrpld-as-a-validator"},"children":["Run xrpld as a Validator"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/infrastructure/testing-and-auditing"},"children":["Test ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}," Offline in Stand-Alone Mode"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/infrastructure/troubleshooting"},"children":["Troubleshooting ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["References:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info"},"children":["server_info method"]}]}]}]}]}]},"headings":[{"value":"Connect Your xrpld to a Parallel Network","id":"connect-your-xrpld-to-a-parallel-network","depth":1},{"value":"Steps","id":"steps","depth":2},{"value":"1. Configure your server to connect to the right hub.","id":"1-configure-your-server-to-connect-to-the-right-hub","depth":2},{"value":"2. Set your trusted validator list.","id":"2-set-your-trusted-validator-list","depth":2},{"value":"3. Enable (or Disable) Features","id":"3-enable-or-disable-features","depth":2},{"value":"4. Restart the server.","id":"4-restart-the-server","depth":2},{"value":"5. Verify that your server syncs.","id":"5-verify-that-your-server-syncs","depth":2},{"value":"See Also","id":"see-also","depth":2}],"frontmatter":{"html":"connect-your-xrpld-to-the-xrp-test-net.html","parent":"configure-xrpld.html","seo":{"description":"Connect your xrpld server to the test net to try out new features or test functionality with fake money.","title":"Connect Your xrpld to a Parallel Network"},"labels":["Core Server","Blockchain","Development"]},"editPage":{"to":"https://github.com/XRPLF/xrpl-dev-portal/tree/master/docs/infrastructure/configuration/connect-your-xrpld-to-the-xrp-test-net.md"},"lastModified":"2026-06-12T21:25:06.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/infrastructure/configuration/connect-your-xrpld-to-the-xrp-test-net","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}