oray
  • Products
  • Downloads
  • Resources
  • Explore
  • Partners
  • Pricing
Products
  • AweSun Remote Desktop Control
  • AweSeed Intelligente Networking
  • AweShell NAT Traversal Expert
Downloads
  • AweSun Personal Edition
  • AweSeed Client
  • AweShell Client
Resources
  • Resources
Explore
  • Redeem Code
  • About Us
Partners
  • Partners
Pricing
  • AweSun Personal Plan
  • AweSeed Business Plan
  • AweShell Personal Plan
  • AweShell Business Plan
more
i18n
en
arrow
AI-translated page. Original content available in English.
Contact Us
Smart Hardware

AweSun

  • AweSun
  • AweSeed
  • AweShell
Search for this product
Search all.
  • Search all documents

Quick Start

Individual User

How do I initiate Remote Assistance with an identification code?

Unattended access your computer

Awesun Safety Remote Control Tutorial

What is a channel connection

Operation Help

software application

computer end application

How to Remote Files on Computer

Handle Mapping

Multi-screen control Multi-screen

Privacy screen

Intelligent hardware

Boot Hardware

Power-on socket/patch panel FAQ

Remote control without network

Resolution and refresh frequency supported by intelligent remote control devices

Common problems of intelligent remote control equipment

Software Manual

Windows

Windows personal edition manual

Android & iOS

Control terminal iOS version manual

Intelligent hardware

Power on socket C2 manual

Case Center

Scenario Case

Telecommuting

Awesun Helps Huawei Improve Collaboration Efficiency

Industry case

IT Internet

How do well-known game manufacturers build internal remote assistance systems with the help of Aweray Awesun?

Smart Transportation

Soft and hard integrated solution to build intranet operation and maintenance, Aweray Awesun privatization deployment empowers Zhejiang Zhongche.

Intelligent Manufacturing

How to build an efficient cross-border remote technical support system when the manufacturing industry is out to sea?

Solution

IT Operation and Maintenance

Tips for remote IT management: How to group a large number of IT equipment? How to set up fast grouping?

How can enterprises quickly build a remote IT operation and maintenance system to deal with holiday business?

To deal with the four major problems of chain operation and maintenance, Aweray Awesun IT operation and maintenance solutions to empower the chain retail industry.

How does the first-line commercial equipment operate efficiently? Starting from these four aspects

Support ZTE's new fulcrum server operating system to Aweray the localization of Awesun empowerment.

Telecommuting

After the telecommuting system is set up, how to manage IT assets in an enterprise in a unified way?

Deal with these three pain points, 'painless' to build enterprise telecommuting system

The Dragon Boat Festival holiday business is not interrupted, and the enterprise telecommuting plan is deployed in three steps.

Technical Support

Efficient assistance, professional image, customer-oriented! Three aspects to build enterprise technical support professional reputation

No longer piecemeal, how do enterprises build platform-based technical support services?

How to ensure the security of remote control business? Analysis of the "whole process safety closed loop" system of Aweray Awesun

 


Cancel

Back to Home Page

Quick Start

 

Individual User

 

How do I initiate Remote Assistance with an identification code?

 

Unattended access your computer

 

Awesun Safety Remote Control Tutorial

 

What is a channel connection

 

Operation Help

 

software application

 

computer end application

 

How to Remote Files on Computer

 

Handle Mapping

 

Multi-screen control Multi-screen

 

Privacy screen

 

Intelligent hardware

 

Boot Hardware

 

Power-on socket/patch panel FAQ

 

Remote control without network

 

Resolution and refresh frequency supported by intelligent remote control devices

 

Common problems of intelligent remote control equipment

 

Software Manual

 

Windows

 

Windows personal edition manual

 

Android & iOS

 

Control terminal iOS version manual

 

Intelligent hardware

 

Power on socket C2 manual

 

Case Center

 

Scenario Case

 

Telecommuting

 

Awesun Helps Huawei Improve Collaboration Efficiency

 

Industry case

 

IT Internet

 

How do well-known game manufacturers build internal remote assistance systems with the help of Aweray Awesun?

 

Smart Transportation

 

Soft and hard integrated solution to build intranet operation and maintenance, Aweray Awesun privatization deployment empowers Zhejiang Zhongche.

 

Intelligent Manufacturing

 

How to build an efficient cross-border remote technical support system when the manufacturing industry is out to sea?

 

Solution

 

IT Operation and Maintenance

 

Tips for remote IT management: How to group a large number of IT equipment? How to set up fast grouping?

 

How can enterprises quickly build a remote IT operation and maintenance system to deal with holiday business?

 

To deal with the four major problems of chain operation and maintenance, Aweray Awesun IT operation and maintenance solutions to empower the chain retail industry.

 

How does the first-line commercial equipment operate efficiently? Starting from these four aspects

 

Support ZTE's new fulcrum server operating system to Aweray the localization of Awesun empowerment.

 

Telecommuting

 

After the telecommuting system is set up, how to manage IT assets in an enterprise in a unified way?

 

Deal with these three pain points, 'painless' to build enterprise telecommuting system

 

The Dragon Boat Festival holiday business is not interrupted, and the enterprise telecommuting plan is deployed in three steps.

 

Technical Support

 

Efficient assistance, professional image, customer-oriented! Three aspects to build enterprise technical support professional reputation

 

No longer piecemeal, how do enterprises build platform-based technical support services?

 

How to ensure the security of remote control business? Analysis of the "whole process safety closed loop" system of Aweray Awesun

 

Search for this product

Search all.

Home Page AweSun Product No public IP, Aweshell easily realize remote access to SVN server

No public IP, Aweshell easily realize remote access to SVN server

Update Date:2025-09-12 15:41:51

SVN(Subversion) is an open source, centralized version control system for managing the change history of files and directories. It allows multiple users to collaborate on development, share resources, record every code change, and support backtracking to any historical version.

Picture alt

It is important for the development team to be able to access the SVN server anytime, anywhere. However, most SVN servers are located in local area networks and lack public IP addresses, which makes external network access difficult. The Aweshell intranet penetration solution solves this problem, and can realize safe and stable extranet access without public network IP or complicated router settings.

#1. Install and configure the SVN server

To set up SVN server locally, VisualSVN Server is a good choice, it provides an intuitive management interface.

Download and install VisualSVN Server Visit the VisualSVN official website download page to download the VisualSVN server installation package.

Picture alt

Run the installer and click "Next" as prompted ".

Picture alt

When configuring the installation options, pay attention to the settings: software installation location (Location), version repository location (Repositories), server port (Server Port), and backup path (Backups).

Picture alt

Configure VisualSVN Server After the installation is complete, some key configurations are required.

Modify server network properties: In the VisualSVN Server Manager, select VisualSVN Server, right-click and select [Properties]-> [Network]]. Change the server name to the local LAN IP address. If no HTTPS certificate is configured during installation, you can uncheck the "Use secure connection" and use the HTTP protocol. The port is usually set to 80.

Picture alt

Create an SVN Server user: In the VisualSVN Server Manager, right-click the Users node, choose Create User, and enter the username and password to create credentials for subsequent access.

Picture alt

Create SVN project: Right-click Repositories and choose Create new repository. Follow the wizard to create a new repository and set the corresponding access permissions.

Picture alt

Verify LAN Access After completing the above steps, enter http:// server LAN IP: port (for example, http:// 192.168.1.100:80) in the browser of another computer in the LAN, and you can see the access interface of SVN server (or you need to enter the user name and password) to ensure the normal access of SVN in the LAN, which is the basis for successful subsequent mapping.

Picture alt

#2. Install and log in the Aweshell client to realize remote access to SVN external network

Step 1: Install and log in the Aweshell client on the intranet terminal device where the SVN server is installed.

Picture alt

Step 2: Enter the Aweshell cloud management platform → click intranet penetration → add mapping → select "website application";

Picture alt

Step 3: After the mapping is added, the external network address can be accessed to access the VisualSVN server. Browser input Aweshell external network address, you can achieve external network access VisualSVN Server.

Picture alt Picture alt

#3. Make the SVN client remotely access the SVN Server

Download the VisualSVN server from the TortoiseSVN website download page of the SVN client and follow the steps to install it.

Picture alt

Right-click on the desktop of the computer where SVN client is installed and select [SVN Checkout]].

Picture alt

In the URL of repository, enter the external network access address generated by the Aweshell.

Picture alt

Specify the local storage directory and click OK ".

Picture alt

After the verification is successful, create a new file in the file to be checked out, then right-click on the blank space, select SVN submit, check the file to be submitted, and click [OK], the file will be uploaded to SVN server, and other users' remote access to SVN Server projects can also be browsed and downloaded.

Picture alt

Through Aweshell, external network access to SVN servers can be quickly realized without public network IP or complex routing configuration. For small teams or individual developers, this is an efficient and low-cost solution.

Previous article:

How do off-site...

Did the content of the document help you?

Yes
No

If you encounter product-related problems, you can consult Online customer service Ask for help.

Document Feedback

Mouse selected content, quick feedback problem

If you have doubts in the selected document, you can quickly feedback the problem and we will follow up.

Example:

Dandelion Router

In the router management interface,In the router management interface,

①DHCP:ON;

② IP address range: fill in the start and end address segments;

Document Feedback  Document Feedback

Okay, I got it

Related issues

· No public IP, Aweshell easily realize remote access to SVN server· Factory equipment how to penetrate the intranet remote access? Summer high temperature typhoon days necessary program!· Holiday essential artifact: Aweshell intranet penetration, travel can also be free remote access to NAS at home!· fnOS NAT Traversal Tutorial: High-Speed Remote Access to NAS!· AList Remote Access Tutorial: Simple 3 Steps for Free NAT Traversal· Comparison of self-built FRP intranet penetration, or the preferred Aweshell

Other issues

· Understanding DDNS and DNS: Key Concepts and Applications· What is DDNS?· Understanding DDNS: Dynamic Domain Name Resolution· Understanding and Configuring DDNS Settings· Exploring the World of Remote Server Access· Simplifying Dynamic DNS (DDNS) Server Registration
Document Feedback
Purchase
  • AweSun
  • AweSeed
  • AweShell
  • Smart Hardware
Downloads
  • AweSun Client
  • AweSeed Client
  • AweShell Client
About
  • Company Profile
  • Partners
  • Blog
Support
  • Resources
  • Contact Us
  • Privacy Policy
  • Terms of Use
  • Cookies Policy
  • China Mainland site
Copyright ©2025 AweRay PTE All Rights Reserved.
Purchase
  • AweSun
  • AweSeed
  • AweShell
  • Smart Hardware
Downloads
  • AweSun Client
  • AweSeed Client
  • AweShell Client
About
  • Company Profile
  • Partners
  • Blog
Support
  • Resources
  • Contact Us
  • Privacy Policy
  • Terms of Use
  • Cookies Policy
  • China Mainland site
China Mainland site
Copyright ©2025 AweRay PTE All Rights Reserved.