Getting-Started
- 
3. Configuring V2Ray ServerNext to Customize V2Ray Server Configuration 
 Edit with nano the File in /usr/local/etc/v2ray/config.json:sudo nano /usr/local/etc/v2ray/config.json To disable every access tentative Change the ID and then possibly the Port. 
 As ID Generator use the following Website: uuidgenerator.net.
 A basic File to use looks like:{"inbounds": [ {"port":086, // server listening port"protocol": "vmess","settings": {"clients": [ {"id": "b831381d-6324-4d53-ad4f-8cda48b30811" } ] } } ],"outbounds": [ {"protocol": "freedom" } ] }Finally, Ctrl+x to Save & Exit from nano Editor. 
- 
4. Launching V2Ray ServerFinally, Launch & Enjoy V2Ray Server 
 To Start it run:sudo systemctl start v2ray Use “stop” and “restart” as others available Commands to control it. 
 Again to Enable it at Startup issue:sudo systemctl enable v2ray Finally, remove this Setup with “disable”. 
- 
5. V2Ray Core Client Getting Started GuideGet Started with V2Ray Core Client for Oracle GNU/Linux V2Ray Core Client QuickStart Guide on Oracle Linux
So Now I am truly Happy if My Guide could Help you to Quick Start with V2Ray Server on Linux Oracle!
Contents
