Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #303

Merged
merged 5 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Netmaker'

# The full version, including alpha/beta/rc tags
release = '0.24.0'
release = '0.24.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pro/pro-users.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _pro-users:


=================================
Users in Netmaker Professional
---------------------------------
=================================

Check warning on line 5 in pro/pro-users.rst

View workflow job for this annotation

GitHub Actions / docs

duplicate label pro-users, other instance in /github/workspace/pro/pro-users.rst

Netmaker Professional offers advanced user management features. The super admin can create users with either a user or admin role. Only Admins can access the dashboard, the normal users can use remote access client to join the network through a gateway.
Admins can add users and assign them to remote access gateways, which includes managing the user's access to different remote access gateways.
Expand Down
33 changes: 24 additions & 9 deletions pro/rac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,33 @@ Netmaker Remote Access Client (RAC)
===================================

The Netmaker Remote Access Client, RAC for short is a GUI tool for easily getting access to a Netmaker network.
RAC is mostly suited for offsite machines that need access to a Netmaker network. It supports Windows, Mac and Linux (mobile support coming soon).
RAC is mostly suited for offsite machines that need access to a Netmaker network. It supports Windows, Mac, Linux and mobile (iOS and Android).


***********************
Download/Installation
***********************

**For Mac**, You can download the mac installer from the fileserver link above and run it. The open the GUI to start using RAC.!
**For Mac:**

**For Windows**, you can download the remoteclientbundle.exe bundle (recommended as this install wireguard and other dependencies) or remote-access-client_86.msi installer and run it to install on your windows machine. You can then open the GUI to start using RAC!
You can download the M1 or Intel Mac installer from our fileserver link (https://fileserver.netmaker.org/releases/download/latest) run it. Then open the GUI to start using RAC!


-----------------------------


**For Windows:**

You can download the `remoteclientbundle.exe` bundle (recommended as this install wireguard and other dependencies) or `remote-access-client_86.msi` installer and run it to install on your windows machine. You can then open the GUI to start using RAC!
Download link: https://fileserver.netmaker.org/releases/download/latest


-----------------------------


For mobile devices, you can download the app from the respective app stores.

**Google Play Store:**
**Google Play Store (Android):**

Scan the QR code

Expand All @@ -30,7 +42,7 @@ Or use the following link:
https://play.google.com/store/apps/details?id=com.net.netmaker&pli=1&utm_source=docs


**Apple App Store:**
**Apple App Store (iOS):**

Scan the QR code

Expand All @@ -43,7 +55,10 @@ Or use the following link:
https://apps.apple.com/us/app/netmaker-rac/id6479694220?itsct=apps_box_badge&itscg=30200


**For Linux (Debian/Ubuntu):**
-----------------------------


**Debian/Ubuntu Linux:**

You can also use the following command to download the latest version:

Expand All @@ -70,11 +85,11 @@ You can also use the following command to download the latest version:
Following the above instructions, you can run RAC from your Linux desktop environment launcher or from the command line using the `remote-client` command.


Not finding your OS? You can download the latest version of RAC from the our file server:
-----------------------------

.. code-block::

https://fileserver.netmaker.org/releases/download/<version>
Not finding your OS? You can download the latest version of RAC from the our file server:
https://fileserver.netmaker.org/releases/download/latest

Search for remote client and download the appropriate version for your operating system.

Expand Down